Uses of Class
org.geotools.xml.resolver.SchemaResolver
-
Packages that use SchemaResolver Package Description org.geotools.appschema.resolver.xml org.geotools.data.complex.util -
-
Uses of SchemaResolver in org.geotools.appschema.resolver.xml
Methods in org.geotools.appschema.resolver.xml with parameters of type SchemaResolver Modifier and Type Method Description static AppSchemaValidatorAppSchemaValidator. buildValidator(SchemaResolver resolver)Construct anAppSchemaValidatorthat performs schema validation against schemas found using anSchemaResolver.Constructors in org.geotools.appschema.resolver.xml with parameters of type SchemaResolver Constructor Description AppSchemaConfiguration(String namespace, String schemaLocation, SchemaResolver resolver)Because we do not know the dependent GMLConfigurationuntil runtime, it must be specified as a constructor argument.AppSchemaLocationResolver(SchemaResolver resolver)Constructor.AppSchemaXSD(String namespaceUri, String schemaLocation, SchemaResolver resolver) -
Uses of SchemaResolver in org.geotools.data.complex.util
Methods in org.geotools.data.complex.util that return SchemaResolver Modifier and Type Method Description SchemaResolverEmfComplexFeatureReader. getResolver()Methods in org.geotools.data.complex.util with parameters of type SchemaResolver Modifier and Type Method Description voidEmfComplexFeatureReader. setResolver(SchemaResolver resolver)
-