public class SchemaCatalog extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static SchemaCatalog | build(URL catalogLocation)Build an catalog using the given OASIS Catalog file URL. | 
| String | resolveLocation(String location)Return schema location resolved in the catalog if possible. | 
public String resolveLocation(String location)
location - typically an absolute http/https URL.public static SchemaCatalog build(URL catalogLocation)
catalogLocation - local file URL to an OASIS cCtalogCopyright © 1996–2019 Geotools. All rights reserved.