Uses of Class
org.geotools.xsd.Configuration
-
-
Uses of Configuration in org.geotools.appschema.resolver.xml
Subclasses of Configuration in org.geotools.appschema.resolver.xml Modifier and Type Class Description class
AppSchemaConfiguration
XML encoderConfiguration
that usesSchemaResolver
to obtain schemas.Methods in org.geotools.appschema.resolver.xml with parameters of type Configuration Modifier and Type Method Description void
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.csw Modifier and Type Class Description class
CSWConfiguration
Parser configuration for the http://www.opengis.net/cat/csw/2.0.2 schema.class
DCConfiguration
Parser configuration for the http://purl.org/dc/elements/1.1/ schema.class
DCTConfiguration
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 Modifier and Type Method Description SchemaIndex
EmfComplexFeatureReader. parse(Configuration configuration)
-
Uses of Configuration in org.geotools.data.wfs.internal
Fields in org.geotools.data.wfs.internal declared as Configuration Modifier and Type Field Description static Configuration
AbstractWFSStrategy. FILTER_1_0_CONFIGURATION
static Configuration
AbstractWFSStrategy. FILTER_1_1_CONFIGURATION
static Configuration
AbstractWFSStrategy. FILTER_2_0_CONFIGURATION
static Configuration
AbstractWFSStrategy. WFS_1_0_CAPABILITIES_CONFIGURATION
static Configuration
AbstractWFSStrategy. WFS_1_0_CONFIGURATION
static Configuration
AbstractWFSStrategy. WFS_1_1_CONFIGURATION
static Configuration
AbstractWFSStrategy. WFS_2_0_CONFIGURATION
Methods in org.geotools.data.wfs.internal that return Configuration Modifier and Type Method Description protected 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 Configuration Modifier and Type Method Description static 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. 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 Configuration Constructor Description PullParserFeatureReader(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 Configuration Modifier and Type Method Description Configuration
GeoServerPre200Strategy. getFilterConfiguration()
GeoServer versions lower than 2.0 can only reliably parse Filter 1.0.Configuration
IonicStrategy. getFilterConfiguration()
Configuration
StrictWFS_1_x_Strategy. getFilterConfiguration()
Configuration
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 Configuration Modifier and Type Method Description Configuration
StrictWFS_2_0_Strategy. getFilterConfiguration()
Configuration
StrictWFS_2_0_Strategy. getWfsConfiguration()
-
Uses of Configuration in org.geotools.filter.v1_0
Subclasses of Configuration in org.geotools.filter.v1_0 Modifier and Type Class Description class
OGCConfiguration
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.capabilities Modifier and Type Class Description class
OGCConfiguration
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_1 Modifier and Type Class Description class
OGCConfiguration
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_0 Modifier and Type Class Description class
FESConfiguration
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.xml Modifier and Type Class Description class
GPKGConfiguration
Parser configuration for the http://www.opengis.net/gpkg schema. -
Uses of Configuration in org.geotools.gml2
Subclasses of Configuration in org.geotools.gml2 Modifier and Type Class Description class
GMLConfiguration
Configuration used by gml2 parsers. -
Uses of Configuration in org.geotools.gml2.bindings
Methods in org.geotools.gml2.bindings with parameters of type Configuration Modifier and Type Method Description static List<Object[]>
GML2EncodingUtils. AbstractFeatureType_getProperties(Object object, XSDElementDeclaration element, SchemaIndex schemaIndex, Set<String> toFilter, Configuration configuration)
List<Object[]>
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 Configuration Constructor Description GMLAbstractFeatureTypeBinding(FeatureTypeCache ftCache, BindingWalkerFactory bwFactory, SchemaIndex schemaIndex, Configuration configuration)
-
Uses of Configuration in org.geotools.gml3
Subclasses of Configuration in org.geotools.gml3 Modifier and Type Class Description class
ApplicationSchemaConfiguration
An xml configuration for application schemas.class
GMLConfiguration
Parser configuration for the gml3 schema. -
Uses of Configuration in org.geotools.gml3.bindings
Methods in org.geotools.gml3.bindings with parameters of type Configuration Modifier and Type Method Description List<Object[]>
GML3EncodingUtils. AbstractFeatureTypeGetProperties(Object object, XSDElementDeclaration element, SchemaIndex schemaIndex, Configuration configuration)
void
AbstractGeometryTypeBinding. setConfiguration(Configuration config)
Constructors in org.geotools.gml3.bindings with parameters of type Configuration Constructor Description AbstractFeatureTypeBinding(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 Configuration Modifier and Type Method Description static Configuration
GmlFeatureTypeRegistryConfiguration. findGmlConfiguration(Configuration configuration)
Methods in org.geotools.gml3.complex that return types with arguments of type Configuration Modifier and Type Method Description Collection<Configuration>
GmlFeatureTypeRegistryConfiguration. getConfigurations()
Methods in org.geotools.gml3.complex with parameters of type Configuration Modifier and Type Method Description static Configuration
GmlFeatureTypeRegistryConfiguration. findGmlConfiguration(Configuration configuration)
-
Uses of Configuration in org.geotools.gml3.smil
Subclasses of Configuration in org.geotools.gml3.smil Modifier and Type Class Description class
SMIL20Configuration
Parser configuration for SMIL20 schema.class
SMIL20LANGConfiguration
-
Uses of Configuration in org.geotools.gml3.v3_2
Subclasses of Configuration in org.geotools.gml3.v3_2 Modifier and Type Class Description class
GMLConfiguration
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 Constructor Description EnvelopeTypeBinding(Configuration config, SrsSyntax srsSyntax)
-
Uses of Configuration in org.geotools.gml4wcs
Subclasses of Configuration in org.geotools.gml4wcs Modifier and Type Class Description class
GMLConfiguration
Parser configuration for the http://www.opengis.net/gml schema. -
Uses of Configuration in org.geotools.kml
Subclasses of Configuration in org.geotools.kml Modifier and Type Class Description class
KMLConfiguration
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.v22 Modifier and Type Class Description class
KMLConfiguration
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_1 Modifier and Type Class Description class
OWSConfiguration
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_0 Modifier and Type Class Description class
OWSConfiguration
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_1 Modifier and Type Class Description class
SEConfiguration
Parser configuration for the http://www.opengis.net/se schema. -
Uses of Configuration in org.geotools.sld
Subclasses of Configuration in org.geotools.sld Modifier and Type Class Description class
SLDConfiguration
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_1 Modifier and Type Class Description class
SLDConfiguration
Parser configuration for the http://www.opengis.net/sld schema. -
Uses of Configuration in org.geotools.wcs
Subclasses of Configuration in org.geotools.wcs Modifier and Type Class Description class
WCSConfiguration
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_1 Modifier and Type Class Description class
WCSConfiguration
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_0 Modifier and Type Class Description class
InterpolationConfiguration
Parser configuration for the http://www.opengis.net/WCS_service-extension_interpolation/1.0 schema.class
RangeSubsetConfiguration
Parser configuration for the http://www.opengis.net/wcs/range-subsetting/1.0 schema.class
ScalingConfiguration
Parser configuration for the http://www.opengis.net/WCS_service-extension_scaling/1.0 schema.class
WCSConfiguration
Parser configuration for the http://www.opengis.net/wcs/2.0 schema.class
WCSEOConfiguration
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.wfs Modifier and Type Class Description class
WFSConfiguration
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 Configuration Modifier and Type Method Description static 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_0 Modifier and Type Class Description class
WFSCapabilitiesConfiguration
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
WFSConfiguration_1_0
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_1 Modifier and Type Class Description class
WFSConfiguration
Parser configuration for the wfs 1.1 schema. -
Uses of Configuration in org.geotools.wfs.v2_0
Subclasses of Configuration in org.geotools.wfs.v2_0 Modifier and Type Class Description class
WFSCapabilitiesConfiguration
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
WFSConfiguration
Parser configuration for the http://www.opengis.net/wfs/2.0 schema.Constructors in org.geotools.wfs.v2_0 with parameters of type Configuration Constructor Description FeatureCollectionTypeBinding(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_3 Modifier and Type Class Description class
WMSConfiguration
Parser configuration for the http://www.opengis.net/wms schema. -
Uses of Configuration in org.geotools.wmts
Subclasses of Configuration in org.geotools.wmts Modifier and Type Class Description class
WMTSConfiguration
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.wps Modifier and Type Class Description class
WPSConfiguration
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_0 Modifier and Type Class Description class
WPSConfiguration
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.xlink Modifier and Type Class Description class
XLINKConfiguration
Parser configuration for the xlink schema. -
Uses of Configuration in org.geotools.xs
Subclasses of Configuration in org.geotools.xs Modifier and Type Class Description class
XSConfiguration
Parser configuration for xml schema schema. -
Uses of Configuration in org.geotools.xsd
Subclasses of Configuration in org.geotools.xsd Modifier and Type Class Description class
XMLConfiguration
Parser configuration for the http://www.w3.org/XML/1998/namespace schema.Methods in org.geotools.xsd with type parameters of type Configuration Modifier and Type Method Description <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 Configuration Modifier and Type Method Description Configuration
Encoder. getConfiguration()
Returns the configuration used by the encoderMethods in org.geotools.xsd that return types with arguments of type Configuration Modifier and Type Method Description List<Configuration>
Configuration. allDependencies()
Returns all dependencies in the configuration dependency tree.List<Configuration>
Configuration. getDependencies()
Methods in org.geotools.xsd with parameters of type Configuration Modifier and Type Method Description protected void
Configuration. addDependency(Configuration dependency)
Adds a dependent configuration.static List<XSDSchemaLocationResolver>
Schemas. findSchemaLocationResolvers(Configuration configuration)
Finds allXSDSchemaLocationResolver
's used by the configuration.static SchemaIndex
Schemas. findSchemas(Configuration configuration)
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 Configuration Constructor Description DOMParser(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.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 Modifier and Type Method Description Collection<Configuration>
FeatureTypeRegistryConfiguration. getConfigurations()
-
Uses of Configuration in org.geotools.xsd.impl
Methods in org.geotools.xsd.impl that return Configuration Modifier and Type Method Description Configuration
ParserHandler. getConfiguration()
Methods in org.geotools.xsd.impl with parameters of type Configuration Modifier and Type Method Description protected void
ParserHandler. configure(Configuration config)
Constructors in org.geotools.xsd.impl with parameters of type Configuration Constructor Description ElementNameStreamingParserHandler(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 Constructor Description JXPathStreamingParserHandler(Configuration config, String xpath)
-
Uses of Configuration in org.geotools.xsd.ows
Subclasses of Configuration in org.geotools.xsd.ows Modifier and Type Class Description class
OWSConfiguration
Parser configuration for the http://www.opengis.net/ows schema.
-