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 classAppSchemaConfigurationXML encoderConfigurationthat usesSchemaResolverto obtain schemas.Methods in org.geotools.appschema.resolver.xml with parameters of type Configuration Modifier and Type Method Description voidAppSchemaConfiguration. 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 classCSWConfigurationParser configuration for the http://www.opengis.net/cat/csw/2.0.2 schema.classDCConfigurationParser configuration for the http://purl.org/dc/elements/1.1/ schema.classDCTConfigurationParser 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 SchemaIndexEmfComplexFeatureReader. 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 ConfigurationAbstractWFSStrategy. FILTER_1_0_CONFIGURATIONstatic ConfigurationAbstractWFSStrategy. FILTER_1_1_CONFIGURATIONstatic ConfigurationAbstractWFSStrategy. FILTER_2_0_CONFIGURATIONstatic ConfigurationAbstractWFSStrategy. WFS_1_0_CAPABILITIES_CONFIGURATIONstatic ConfigurationAbstractWFSStrategy. WFS_1_0_CONFIGURATIONstatic ConfigurationAbstractWFSStrategy. WFS_1_1_CONFIGURATIONstatic ConfigurationAbstractWFSStrategy. WFS_2_0_CONFIGURATIONMethods in org.geotools.data.wfs.internal that return Configuration Modifier and Type Method Description protected abstract ConfigurationAbstractWFSStrategy. getFilterConfiguration()Returns the xml configuration used to encode a filter atAbstractWFSStrategy.encodeGetFeatureGetFilter(Filter)abstract ConfigurationAbstractWFSStrategy. getWfsConfiguration()Returns the xml configuration used to encode all POST requests.abstract ConfigurationWFSStrategy. 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 SimpleFeatureTypeEmfAppSchemaParser. parse(Configuration wfsConfiguration, QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Map<QName,Class<?>> mappedBindings)Parses the FeatureType pointed out by theschemaLocationURL and returns it.static SimpleFeatureTypeEmfAppSchemaParser. parse(Configuration wfsConfiguration, QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Map<QName,Class<?>> mappedBindings, EntityResolver entityResolver)Parses the FeatureType pointed out by theschemaLocationURL and returns it.static SimpleFeatureTypeEmfAppSchemaParser. parseSimpleFeatureType(QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Configuration wfsConfiguration, Map<QName,Class<?>> mappedBindings)static SimpleFeatureTypeEmfAppSchemaParser. parseSimpleFeatureType(Configuration configuration, QName featureTypeName, URL schemaLocation, CoordinateReferenceSystem crs)static SimpleFeatureTypeEmfAppSchemaParser. parseSimpleFeatureType(Configuration wfsConfiguration, QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Map<QName,Class<?>> mappedBindings)Parses the FeatureType pointed out by theschemaLocationURL 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 ConfigurationGeoServerPre200Strategy. getFilterConfiguration()GeoServer versions lower than 2.0 can only reliably parse Filter 1.0.ConfigurationIonicStrategy. getFilterConfiguration()ConfigurationStrictWFS_1_x_Strategy. getFilterConfiguration()ConfigurationStrictWFS_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 ConfigurationStrictWFS_2_0_Strategy. getFilterConfiguration()ConfigurationStrictWFS_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 classOGCConfigurationParser 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 classOGCConfigurationParser 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 classOGCConfigurationParser 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 classFESConfigurationParser 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 classGPKGConfigurationParser 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 classGMLConfigurationConfiguration 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 IntegerGML2EncodingUtils. getEnvelopeDimension(ReferencedEnvelope e, Configuration configuration)static IntegerGML2EncodingUtils. 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 classApplicationSchemaConfigurationAn xml configuration for application schemas.classGMLConfigurationParser 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)voidAbstractGeometryTypeBinding. 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 ConfigurationGmlFeatureTypeRegistryConfiguration. 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 ConfigurationGmlFeatureTypeRegistryConfiguration. findGmlConfiguration(Configuration configuration) -
Uses of Configuration in org.geotools.gml3.smil
Subclasses of Configuration in org.geotools.gml3.smil Modifier and Type Class Description classSMIL20ConfigurationParser configuration for SMIL20 schema.classSMIL20LANGConfiguration -
Uses of Configuration in org.geotools.gml3.v3_2
Subclasses of Configuration in org.geotools.gml3.v3_2 Modifier and Type Class Description classGMLConfigurationParser 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 classGMLConfigurationParser 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 classKMLConfigurationParser 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 classKMLConfigurationParser 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 classOWSConfigurationParser 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 classOWSConfigurationParser 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 classSEConfigurationParser 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 classSLDConfigurationParser 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 classSLDConfigurationParser 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 classWCSConfigurationParser 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 classWCSConfigurationParser 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 classInterpolationConfigurationParser configuration for the http://www.opengis.net/WCS_service-extension_interpolation/1.0 schema.classRangeSubsetConfigurationParser configuration for the http://www.opengis.net/wcs/range-subsetting/1.0 schema.classScalingConfigurationParser configuration for the http://www.opengis.net/WCS_service-extension_scaling/1.0 schema.classWCSConfigurationParser configuration for the http://www.opengis.net/wcs/2.0 schema.classWCSEOConfigurationParser 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 classWFSConfigurationParser 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 FeatureTypeGTXML. 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 classWFSCapabilitiesConfigurationParser configuration for the wfs 1.0schema, different from theWFSConfiguration_1_0because WFS 1.0 bases capabilities document and request/response documents on different schemas.classWFSConfiguration_1_0Parser configuration for the wfs 1.0schema, for capabilities documents useWFSCapabilitiesConfigurationinstead. -
Uses of Configuration in org.geotools.wfs.v1_1
Subclasses of Configuration in org.geotools.wfs.v1_1 Modifier and Type Class Description classWFSConfigurationParser configuration for the wfs 1.1 schema.Constructors in org.geotools.wfs.v1_1 with parameters of type Configuration Constructor Description PropertyTypeBinding_1_1(WfsFactory factory, Configuration configuration) -
Uses of Configuration in org.geotools.wfs.v2_0
Subclasses of Configuration in org.geotools.wfs.v2_0 Modifier and Type Class Description classWFSCapabilitiesConfigurationParser configuration for the wfs 1.0schema, different from theWFSConfigurationbecause WFS 1.0 bases capabilities document and request/response documents on different schemas.classWFSConfigurationParser 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 classWMSConfigurationParser 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 classWMTSConfigurationParser 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 classWPSConfigurationParser 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 classWPSConfigurationParser 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 classXLINKConfigurationParser configuration for the xlink schema. -
Uses of Configuration in org.geotools.xs
Subclasses of Configuration in org.geotools.xs Modifier and Type Class Description classXSConfigurationParser configuration for xml schema schema. -
Uses of Configuration in org.geotools.xsd
Subclasses of Configuration in org.geotools.xsd Modifier and Type Class Description classXMLConfigurationParser 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 ConfigurationEncoder. 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 voidConfiguration. addDependency(Configuration dependency)Adds a dependent configuration.static List<XSDSchemaLocationResolver>Schemas. findSchemaLocationResolvers(Configuration configuration)Finds allXSDSchemaLocationResolver's used by the configuration.static SchemaIndexSchemas. findSchemas(Configuration configuration)Finds all the XSDSchemas used by theconfigurationby looking at the configuration's schema locator and its dependencies.static SchemaIndexSchemas. findSchemas(Configuration configuration, EntityResolver entityResolver)Finds all the XSDSchemas used by theconfigurationby looking at the configuration's schema locator and its dependencies.static XSDSchemaEncoder. 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 ConfigurationParserHandler. getConfiguration()Methods in org.geotools.xsd.impl with parameters of type Configuration Modifier and Type Method Description protected voidParserHandler. 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 classOWSConfigurationParser configuration for the http://www.opengis.net/ows schema.
-