Uses of Class
org.geotools.xsd.Configuration
Packages that use Configuration
Package
Description
Captures initial mapping of XML Simple Types to Java Objects.
-
Uses of Configuration in org.geotools.appschema.resolver.xml
Subclasses of Configuration in org.geotools.appschema.resolver.xmlModifier and TypeClassDescriptionclass
XML encoderConfiguration
that usesSchemaResolver
to obtain schemas.Methods in org.geotools.appschema.resolver.xml with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
AppSchemaConfiguration.addDependency
(Configuration dependency) Allow late addition of a dependency such as GML. -
Uses of Configuration in org.geotools.csw
Subclasses of Configuration in org.geotools.cswModifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/cat/csw/2.0.2 schema.class
Parser configuration for the http://purl.org/dc/elements/1.1/ schema.class
Parser configuration for the http://purl.org/dc/terms/ schema. -
Uses of Configuration in org.geotools.data.complex.util
Methods in org.geotools.data.complex.util with parameters of type Configuration -
Uses of Configuration in org.geotools.data.wfs.internal
Fields in org.geotools.data.wfs.internal declared as ConfigurationModifier and TypeFieldDescriptionstatic final Configuration
AbstractWFSStrategy.FILTER_1_0_CONFIGURATION
static final Configuration
AbstractWFSStrategy.FILTER_1_1_CONFIGURATION
static final Configuration
AbstractWFSStrategy.FILTER_2_0_CONFIGURATION
static final Configuration
AbstractWFSStrategy.WFS_1_0_CAPABILITIES_CONFIGURATION
static final Configuration
AbstractWFSStrategy.WFS_1_0_CONFIGURATION
static final Configuration
AbstractWFSStrategy.WFS_1_1_CONFIGURATION
static final Configuration
AbstractWFSStrategy.WFS_2_0_CONFIGURATION
Methods in org.geotools.data.wfs.internal that return ConfigurationModifier and TypeMethodDescriptionprotected abstract Configuration
AbstractWFSStrategy.getFilterConfiguration()
Returns the xml configuration used to encode a filter atAbstractWFSStrategy.encodeGetFeatureGetFilter(Filter)
abstract Configuration
AbstractWFSStrategy.getWfsConfiguration()
Returns the xml configuration used to encode all POST requests.abstract Configuration
WFSStrategy.getWfsConfiguration()
-
Uses of Configuration in org.geotools.data.wfs.internal.parsers
Methods in org.geotools.data.wfs.internal.parsers with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic SimpleFeatureType
EmfAppSchemaParser.parse
(Configuration wfsConfiguration, QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Map<QName, Class<?>> mappedBindings) Parses the FeatureType pointed out by theschemaLocation
URL and returns it.static SimpleFeatureType
EmfAppSchemaParser.parse
(Configuration wfsConfiguration, QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Map<QName, Class<?>> mappedBindings, EntityResolver entityResolver) Parses the FeatureType pointed out by theschemaLocation
URL and returns it.static SimpleFeatureType
EmfAppSchemaParser.parseSimpleFeatureType
(QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Configuration wfsConfiguration, Map<QName, Class<?>> mappedBindings) static SimpleFeatureType
EmfAppSchemaParser.parseSimpleFeatureType
(Configuration configuration, QName featureTypeName, URL schemaLocation, CoordinateReferenceSystem crs) static SimpleFeatureType
EmfAppSchemaParser.parseSimpleFeatureType
(Configuration wfsConfiguration, QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Map<QName, Class<?>> mappedBindings) Parses the FeatureType pointed out by theschemaLocation
URL and returns a subset consisting only of the simple attributes found on the original schema.Constructors in org.geotools.data.wfs.internal.parsers with parameters of type ConfigurationModifierConstructorDescriptionPullParserFeatureReader
(Configuration wfsConfiguration, InputStream getFeatureResponseStream, FeatureType featureType, String axisOrder) PullParserFeatureReader
(Configuration wfsConfiguration, InputStream getFeatureResponseStream, FeatureType featureType, String axisOrder, HTTPClient client) Initialise a feature reader with the used http client, to ensure reuse of the configuration. -
Uses of Configuration in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x that return ConfigurationModifier and TypeMethodDescriptionGeoServerPre200Strategy.getFilterConfiguration()
GeoServer versions lower than 2.0 can only reliably parse Filter 1.0.IonicStrategy.getFilterConfiguration()
StrictWFS_1_x_Strategy.getFilterConfiguration()
StrictWFS_1_x_Strategy.getWfsConfiguration()
-
Uses of Configuration in org.geotools.data.wfs.internal.v2_0
Methods in org.geotools.data.wfs.internal.v2_0 that return ConfigurationModifier and TypeMethodDescriptionStrictWFS_2_0_Strategy.getFilterConfiguration()
StrictWFS_2_0_Strategy.getWfsConfiguration()
-
Uses of Configuration in org.geotools.filter.v1_0
Subclasses of Configuration in org.geotools.filter.v1_0Modifier and TypeClassDescriptionclass
Parser configuration for the filter 1.0 schema. -
Uses of Configuration in org.geotools.filter.v1_0.capabilities
Subclasses of Configuration in org.geotools.filter.v1_0.capabilitiesModifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/ogc schema. -
Uses of Configuration in org.geotools.filter.v1_1
Subclasses of Configuration in org.geotools.filter.v1_1Modifier and TypeClassDescriptionclass
Parser configuration for the filter 1.1 schema. -
Uses of Configuration in org.geotools.filter.v2_0
Subclasses of Configuration in org.geotools.filter.v2_0Modifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/fes/2.0 schema. -
Uses of Configuration in org.geotools.geopkg.wps.xml
Subclasses of Configuration in org.geotools.geopkg.wps.xmlModifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/gpkg schema. -
Uses of Configuration in org.geotools.gml2
Subclasses of Configuration in org.geotools.gml2 -
Uses of Configuration in org.geotools.gml2.bindings
Methods in org.geotools.gml2.bindings with parameters of type ConfigurationModifier and TypeMethodDescriptionGML2EncodingUtils.AbstractFeatureType_getProperties
(Object object, XSDElementDeclaration element, SchemaIndex schemaIndex, Set<String> toFilter, Configuration configuration) GMLEncodingUtils.AbstractFeatureType_getProperties
(Object object, XSDElementDeclaration element, SchemaIndex schemaIndex, Set<String> toFilter, Configuration configuration) static Integer
GML2EncodingUtils.getEnvelopeDimension
(ReferencedEnvelope e, Configuration configuration) static Integer
GML2EncodingUtils.getGeometryDimension
(Geometry geometry, Configuration config) Returns the geometry dimension, either as forced in the configuration, or the geometry natural oneConstructors in org.geotools.gml2.bindings with parameters of type ConfigurationModifierConstructorDescriptionGMLAbstractFeatureTypeBinding
(FeatureTypeCache ftCache, BindingWalkerFactory bwFactory, SchemaIndex schemaIndex, Configuration configuration) -
Uses of Configuration in org.geotools.gml3
Subclasses of Configuration in org.geotools.gml3Modifier and TypeClassDescriptionclass
An xml configuration for application schemas.class
Parser configuration for the gml3 schema. -
Uses of Configuration in org.geotools.gml3.bindings
Methods in org.geotools.gml3.bindings with parameters of type ConfigurationModifier and TypeMethodDescriptionGML3EncodingUtils.AbstractFeatureTypeGetProperties
(Object object, XSDElementDeclaration element, SchemaIndex schemaIndex, Configuration configuration) void
AbstractGeometryTypeBinding.setConfiguration
(Configuration config) Constructors in org.geotools.gml3.bindings with parameters of type ConfigurationModifierConstructorDescriptionAbstractFeatureTypeBinding
(FeatureTypeCache ftCache, BindingWalkerFactory bwFactory, SchemaIndex schemaIndex, Configuration configuration, XSDIdRegistry idRegistry, GML3EncodingUtils encodingUtils) AbstractGeometryTypeBinding
(Configuration config, SrsSyntax srsSyntax) EnvelopeTypeBinding
(Configuration config, SrsSyntax srsSyntax) -
Uses of Configuration in org.geotools.gml3.complex
Methods in org.geotools.gml3.complex that return ConfigurationModifier and TypeMethodDescriptionstatic Configuration
GmlFeatureTypeRegistryConfiguration.findGmlConfiguration
(Configuration configuration) Methods in org.geotools.gml3.complex that return types with arguments of type ConfigurationMethods in org.geotools.gml3.complex with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic Configuration
GmlFeatureTypeRegistryConfiguration.findGmlConfiguration
(Configuration configuration) -
Uses of Configuration in org.geotools.gml3.smil
Subclasses of Configuration in org.geotools.gml3.smilModifier and TypeClassDescriptionclass
Parser configuration for SMIL20 schema.class
-
Uses of Configuration in org.geotools.gml3.v3_2
Subclasses of Configuration in org.geotools.gml3.v3_2Modifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/gml/3.2 schema. -
Uses of Configuration in org.geotools.gml3.v3_2.bindings
Constructors in org.geotools.gml3.v3_2.bindings with parameters of type Configuration -
Uses of Configuration in org.geotools.gml4wcs
Subclasses of Configuration in org.geotools.gml4wcsModifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/gml schema. -
Uses of Configuration in org.geotools.kml
Subclasses of Configuration in org.geotools.kmlModifier and TypeClassDescriptionclass
Parser configuration for the http://earth.google.com/kml/2.1 schema. -
Uses of Configuration in org.geotools.kml.v22
Subclasses of Configuration in org.geotools.kml.v22Modifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/kml/2.2 schema. -
Uses of Configuration in org.geotools.ows.v1_1
Subclasses of Configuration in org.geotools.ows.v1_1Modifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/ows/1.1 schema. -
Uses of Configuration in org.geotools.ows.v2_0
Subclasses of Configuration in org.geotools.ows.v2_0Modifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/ows/2.0 schema. -
Uses of Configuration in org.geotools.se.v1_1
Subclasses of Configuration in org.geotools.se.v1_1Modifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/se schema. -
Uses of Configuration in org.geotools.sld
Subclasses of Configuration in org.geotools.sldModifier and TypeClassDescriptionclass
Parser configuration for the Styled Layer Descriptor schema. -
Uses of Configuration in org.geotools.sld.v1_1
Subclasses of Configuration in org.geotools.sld.v1_1Modifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/sld schema. -
Uses of Configuration in org.geotools.wcs
Subclasses of Configuration in org.geotools.wcsModifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/wcs schema. -
Uses of Configuration in org.geotools.wcs.v1_1
Subclasses of Configuration in org.geotools.wcs.v1_1Modifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/wcs/1.1.1 schema. -
Uses of Configuration in org.geotools.wcs.v2_0
Subclasses of Configuration in org.geotools.wcs.v2_0Modifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/WCS_service-extension_interpolation/1.0 schema.class
Parser configuration for the http://www.opengis.net/wcs/range-subsetting/1.0 schema.class
Parser configuration for the http://www.opengis.net/WCS_service-extension_scaling/1.0 schema.class
Parser configuration for the http://www.opengis.net/wcs/2.0 schema.class
Parser configuration for the http://www.opengis.net/wcs/range-subsetting/1.0 schema. -
Uses of Configuration in org.geotools.wfs
Subclasses of Configuration in org.geotools.wfsModifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/wfs schema. -
Uses of Configuration in org.geotools.wfs.gtxml
Methods in org.geotools.wfs.gtxml with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic FeatureType
GTXML.parseFeatureType
(Configuration configuration, QName name, CoordinateReferenceSystem crs) Parse a feature type; using the provided configuration. -
Uses of Configuration in org.geotools.wfs.v1_0
Subclasses of Configuration in org.geotools.wfs.v1_0Modifier and TypeClassDescriptionclass
Parser configuration for the wfs 1.0schema
, different from theWFSConfiguration_1_0
because WFS 1.0 bases capabilities document and request/response documents on different schemas.class
Parser configuration for the wfs 1.0schema
, for capabilities documents useWFSCapabilitiesConfiguration
instead. -
Uses of Configuration in org.geotools.wfs.v1_1
Subclasses of Configuration in org.geotools.wfs.v1_1Modifier and TypeClassDescriptionclass
Parser configuration for the wfs 1.1 schema.Constructors in org.geotools.wfs.v1_1 with parameters of type ConfigurationModifierConstructorDescriptionPropertyTypeBinding_1_1
(WfsFactory factory, Configuration configuration) -
Uses of Configuration in org.geotools.wfs.v2_0
Subclasses of Configuration in org.geotools.wfs.v2_0Modifier and TypeClassDescriptionclass
Parser configuration for the wfs 1.0schema
, different from theWFSConfiguration
because WFS 1.0 bases capabilities document and request/response documents on different schemas.class
Parser configuration for the http://www.opengis.net/wfs/2.0 schema.Constructors in org.geotools.wfs.v2_0 with parameters of type ConfigurationModifierConstructorDescriptionFeatureCollectionTypeBinding
(Wfs20Factory factory, Configuration configuration) FeatureCollectionTypeBinding
(Wfs20Factory factory, Configuration configuration, Encoder encoder) -
Uses of Configuration in org.geotools.wms.v1_3
Subclasses of Configuration in org.geotools.wms.v1_3Modifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/wms schema. -
Uses of Configuration in org.geotools.wmts
Subclasses of Configuration in org.geotools.wmtsModifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/wmts/1.0 schema. -
Uses of Configuration in org.geotools.wps
Subclasses of Configuration in org.geotools.wpsModifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/wps/1.0.0 schema. -
Uses of Configuration in org.geotools.wps.v2_0
Subclasses of Configuration in org.geotools.wps.v2_0Modifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/wps/2.0 schema. -
Uses of Configuration in org.geotools.xlink
Subclasses of Configuration in org.geotools.xlinkModifier and TypeClassDescriptionclass
Parser configuration for the xlink schema. -
Uses of Configuration in org.geotools.xs
Subclasses of Configuration in org.geotools.xsModifier and TypeClassDescriptionclass
Parser configuration for xml schema schema. -
Uses of Configuration in org.geotools.xsd
Subclasses of Configuration in org.geotools.xsdModifier and TypeClassDescriptionclass
Parser configuration for the http://www.w3.org/XML/1998/namespace schema.Methods in org.geotools.xsd with type parameters of type ConfigurationModifier and TypeMethodDescription<C extends Configuration>
CConfiguration.getDependency
(Class<C> clazz) Returns the first dependency of this configuration of the specified type.Methods in org.geotools.xsd that return ConfigurationModifier and TypeMethodDescriptionEncoder.getConfiguration()
Returns the configuration used by the encoderMethods in org.geotools.xsd that return types with arguments of type ConfigurationModifier and TypeMethodDescriptionfinal List<Configuration>
Configuration.allDependencies()
Returns all dependencies in the configuration dependency tree.final List<Configuration>
Configuration.getDependencies()
Methods in org.geotools.xsd with parameters of type ConfigurationModifier and TypeMethodDescriptionprotected void
Configuration.addDependency
(Configuration dependency) Adds a dependent configuration.static List<XSDSchemaLocationResolver>
Schemas.findSchemaLocationResolvers
(Configuration configuration) Finds allXSDSchemaLocationResolver
's used by the configuration.static final SchemaIndex
Schemas.findSchemas
(Configuration configuration) Finds all the XSDSchemas used by theconfiguration
by looking at the configuration's schema locator and its dependencies.static final SchemaIndex
Schemas.findSchemas
(Configuration configuration, EntityResolver entityResolver) Finds all the XSDSchemas used by theconfiguration
by looking at the configuration's schema locator and its dependencies.static XSDSchema
Encoder.getSchema
(Configuration configuration) Constructors in org.geotools.xsd with parameters of type ConfigurationModifierConstructorDescriptionDOMParser
(Configuration configuration, Document document) Creates a new instance of the parser.Encoder
(Configuration configuration) Creates an encoder from a configuration.Encoder
(Configuration configuration, XSDSchema schema) Creates an encoder from a configuration and a specific schema instance.Parser
(Configuration configuration) Creates a new instance of the parser.PullParser
(Configuration config, InputStream input, Class type) PullParser
(Configuration config, InputStream input, Object... handlerSpecs) PullParser
(Configuration config, InputStream input, QName element) PullParser
(Configuration config, InputStream input, PullParser.PullParserHandler handler) StreamingParser
(Configuration configuration, InputStream input, Class type) Creates a new instance of the type based streaming parser.StreamingParser
(Configuration configuration, InputStream input, String xpath) Creates a new instance of the xpath based streaming parser.StreamingParser
(Configuration configuration, InputStream input, QName elementName) Creates a new instance of the element name based streaming parser.protected
StreamingParser
(Configuration configuration, InputStream input, StreamingParserHandler handler) Internal constructor.XSDParserDelegate
(Configuration configuration) -
Uses of Configuration in org.geotools.xsd.complex
Methods in org.geotools.xsd.complex that return types with arguments of type Configuration -
Uses of Configuration in org.geotools.xsd.impl
Methods in org.geotools.xsd.impl that return ConfigurationMethods in org.geotools.xsd.impl with parameters of type ConfigurationConstructors in org.geotools.xsd.impl with parameters of type ConfigurationModifierConstructorDescriptionElementNameStreamingParserHandler
(Configuration config, QName name) ParserHandler
(Configuration config) StreamingParserHandler
(Configuration config) TypeStreamingParserHandler
(Configuration config, Class<?> type) -
Uses of Configuration in org.geotools.xsd.impl.jxpath
Constructors in org.geotools.xsd.impl.jxpath with parameters of type Configuration -
Uses of Configuration in org.geotools.xsd.ows
Subclasses of Configuration in org.geotools.xsd.owsModifier and TypeClassDescriptionclass
Parser configuration for the http://www.opengis.net/ows schema.