Uses of Class
org.geotools.xml.resolver.SchemaResolver
Packages that use SchemaResolver
-
Uses of SchemaResolver in org.geotools.appschema.resolver.xml
Methods in org.geotools.appschema.resolver.xml with parameters of type SchemaResolverModifier and TypeMethodDescriptionstatic 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 SchemaResolverModifierConstructorDescriptionAppSchemaConfiguration(String namespace, String schemaLocation, SchemaResolver resolver) Because we do not know the dependent GMLConfigurationuntil runtime, it must be specified as a constructor argument.AppSchemaEntityResolver(SchemaResolver resolver) EntityResolver backed by SchemaResolver to identify and trust local resources.AppSchemaEntityResolver(SchemaResolver resolver, Hints hints) EntityResolver backed by SchemaResolver to identify and trust local resources, then GeoTools library configuration to locate resources.AppSchemaEntityResolver(SchemaResolver resolver, EntityResolver entityResolver) EntityResolver backed by SchemaResolver to identify and trust local resources, then GeoTools library configuration to locate resources.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 SchemaResolverMethods in org.geotools.data.complex.util with parameters of type SchemaResolverModifier and TypeMethodDescriptionvoidEmfComplexFeatureReader.setResolver(SchemaResolver resolver)