Uses of Class
org.geotools.xml.Configuration

Packages that use Configuration
org.geotools.csw   
org.geotools.data.complex.config   
org.geotools.data.wfs.v1_1_0   
org.geotools.data.wfs.v1_1_0.parsers   
org.geotools.filter.v1_0   
org.geotools.filter.v2_0   
org.geotools.gml2   
org.geotools.gml2.bindings   
org.geotools.gml3   
org.geotools.gml3.bindings   
org.geotools.gml3.smil   
org.geotools.gml3.v3_2.bindings   
org.geotools.gtxml   
org.geotools.kml.v22   
org.geotools.ows A placeholder for data objects common to OWS code, such as WMS, WFS, etc. 
org.geotools.se.v1_1   
org.geotools.sld   
org.geotools.wcs   
org.geotools.wcs.v2_0   
org.geotools.wfs   
org.geotools.wfs.v1_0   
org.geotools.wfs.v2_0   
org.geotools.wms.v1_3   
org.geotools.wps   
org.geotools.xlink   
org.geotools.xml Package supporting XML parsing with a focus on GML. 
org.geotools.xml.impl   
org.geotools.xml.impl.jxpath   
org.geotools.xml.test   
org.geotools.xs Captures initial mapping of XML Simple Types to Java Objects. 
 

Uses of Configuration in org.geotools.csw
 

Subclasses of Configuration in org.geotools.csw
 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.config
 

Methods in org.geotools.data.complex.config that return Configuration
static Configuration EmfAppSchemaReader.findGmlConfiguration(AppSchemaConfiguration configuration)
           
 

Methods in org.geotools.data.complex.config with parameters of type Configuration
 SchemaIndex EmfComplexFeatureReader.parse(Configuration configuration)
          Parses the GML schema represented by the configuration's schema location into a SchemaIndex.
 

Uses of Configuration in org.geotools.data.wfs.v1_1_0
 

Methods in org.geotools.data.wfs.v1_1_0 that return Configuration
protected  Configuration GeoServerStrategy.getFilterConfiguration()
          GeoServer versions lower than 2.0 can only parse Filter 1.0
protected  Configuration IonicStrategy.getFilterConfiguration()
           
protected  Configuration DefaultWFSStrategy.getFilterConfiguration()
           
 Configuration WFSStrategy.getWfsConfiguration()
          Returns an xml configuration suitable to parse/encode wfs documents appropriate for the server.
 Configuration DefaultWFSStrategy.getWfsConfiguration()
           
 

Methods in org.geotools.data.wfs.v1_1_0 with parameters of type Configuration
static void WFS_1_1_0_Protocol.encode(EObject request, Configuration configuration, OutputStream out, Charset charset)
          Encodes a WFS request into out
 

Uses of Configuration in org.geotools.data.wfs.v1_1_0.parsers
 

Methods in org.geotools.data.wfs.v1_1_0.parsers with parameters of type Configuration
static SimpleFeatureType EmfAppSchemaParser.parse(Configuration wfsConfiguration, QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Map<String,String> mappedURIs, Map<QName,Class<?>> mappedBindings, boolean ignoreMissingElementDeclaration)
          Parses the FeatureType pointed out by the schemaLocation URL and returns it.
static SimpleFeatureType EmfAppSchemaParser.parseSimpleFeatureType(Configuration wfsConfiguration, QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Map<String,String> mappedURIs, Map<QName,Class<?>> mappedBindings, boolean ignoreMissingElementDeclaration)
          Parses the FeatureType pointed out by the schemaLocation URL and returns a subset consisting only of the simple attributes found on the original schema.
static SimpleFeatureType EmfAppSchemaParser.parseSimpleFeatureType(QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Configuration wfsConfiguration, Map<String,String> mappedURIs, Map<QName,Class<?>> mappedBindings, boolean ignoreMissingElementDeclaration)
           
 

Uses of Configuration in org.geotools.filter.v1_0
 

Subclasses of Configuration in org.geotools.filter.v1_0
 class OGCConfiguration
          Parser configuration for the filter 1.0 schema.
 

Uses of Configuration in org.geotools.filter.v2_0
 

Subclasses of Configuration in org.geotools.filter.v2_0
 class FESConfiguration
          Parser configuration for the http://www.opengis.net/fes/2.0 schema.
 

Uses of Configuration in org.geotools.gml2
 

Subclasses of Configuration in org.geotools.gml2
 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
static List GML2EncodingUtils.AbstractFeatureType_getProperties(Object object, XSDElementDeclaration element, SchemaIndex schemaIndex, Set<String> toFilter, Configuration configuration)
           
 List GMLEncodingUtils.AbstractFeatureType_getProperties(Object object, XSDElementDeclaration element, SchemaIndex schemaIndex, Set<String> toFilter, Configuration configuration)
           
 

Constructors in org.geotools.gml2.bindings with parameters of type Configuration
GMLAbstractFeatureTypeBinding(FeatureTypeCache ftCache, BindingWalkerFactory bwFactory, SchemaIndex schemaIndex, Configuration configuration)
           
 

Uses of Configuration in org.geotools.gml3
 

Subclasses of Configuration in org.geotools.gml3
 class ApplicationSchemaConfiguration
          An xml configuration for application schemas.
 

Uses of Configuration in org.geotools.gml3.bindings
 

Methods in org.geotools.gml3.bindings with parameters of type Configuration
static List GML3EncodingUtils.AbstractFeatureType_getProperties(Object object, XSDElementDeclaration element, SchemaIndex schemaIndex, Configuration configuration)
          Deprecated. use {@link #AbstractFeatureTypeGetProperties(Object, XSDElementDeclaration, SchemaIndex, Configuration)
 List 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
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.smil
 

Subclasses of Configuration in org.geotools.gml3.smil
 class SMIL20Configuration
          Parser configuration for SMIL20 schema.
 class SMIL20LANGConfiguration
           
 

Uses of Configuration in org.geotools.gml3.v3_2.bindings
 

Constructors in org.geotools.gml3.v3_2.bindings with parameters of type Configuration
EnvelopeTypeBinding(Configuration config, SrsSyntax srsSyntax)
           
 

Uses of Configuration in org.geotools.gtxml
 

Methods in org.geotools.gtxml with parameters of type Configuration
static FeatureType GTXML.parseFeatureType(Configuration configuration, QName name, CoordinateReferenceSystem crs)
          Parse a feature type; using the provided configuration.
 

Uses of Configuration in org.geotools.kml.v22
 

Subclasses of Configuration in org.geotools.kml.v22
 class KMLConfiguration
          Parser configuration for the http://www.opengis.net/kml/2.2 schema.
 

Uses of Configuration in org.geotools.ows
 

Subclasses of Configuration in org.geotools.ows
 class OWSConfiguration
          Parser configuration for the http://www.opengis.net/ows schema.
 

Uses of Configuration in org.geotools.se.v1_1
 

Subclasses of Configuration in org.geotools.se.v1_1
 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
 class SLDConfiguration
          Parser configuration for the Styled Layer Descriptor schema.
 

Uses of Configuration in org.geotools.wcs
 

Subclasses of Configuration in org.geotools.wcs
 class WCSConfiguration
          Parser configuration for the http://www.opengis.net/wcs schema.
 

Uses of Configuration in org.geotools.wcs.v2_0
 

Subclasses of Configuration in org.geotools.wcs.v2_0
 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 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
 class WFSConfiguration
          Parser configuration for the http://www.opengis.net/wfs schema.
 

Uses of Configuration in org.geotools.wfs.v1_0
 

Subclasses of Configuration in org.geotools.wfs.v1_0
 class WFSCapabilitiesConfiguration
          Parser configuration for the wfs 1.0 schema, different from the WFSConfiguration because WFS 1.0 bases capabilities document and request/response documents on different schemas.
 

Uses of Configuration in org.geotools.wfs.v2_0
 

Constructors in org.geotools.wfs.v2_0 with parameters of type Configuration
FeatureCollectionTypeBinding(Wfs20Factory factory, Configuration configuration)
           
 

Uses of Configuration in org.geotools.wms.v1_3
 

Subclasses of Configuration in org.geotools.wms.v1_3
 class WMSConfiguration
          Parser configuration for the http://www.opengis.net/wms schema.
 

Uses of Configuration in org.geotools.wps
 

Subclasses of Configuration in org.geotools.wps
 class WPSConfiguration
          Parser configuration for the http://www.opengis.net/wps/1.0.0 schema.
 

Uses of Configuration in org.geotools.xlink
 

Subclasses of Configuration in org.geotools.xlink
 class XLINKConfiguration
          Parser configuration for the xlink schema.
 

Uses of Configuration in org.geotools.xml
 

Subclasses of Configuration in org.geotools.xml
 class AppSchemaConfiguration
          XML encoder Configuration that uses SchemaResolver to obtain schemas.
 class XMLConfiguration
          Parser configuration for the http://www.w3.org/XML/1998/namespace schema.
 

Methods in org.geotools.xml with type parameters of type Configuration
<C extends Configuration>
C
Configuration.getDependency(Class<C> clazz)
          Returns the first dependency of this configuration of the specified type.
 

Methods in org.geotools.xml with parameters of type Configuration
 void AppSchemaConfiguration.addDependency(Configuration dependency)
          Allow late addition of a dependency such as GML.
protected  void Configuration.addDependency(Configuration dependency)
          Adds a dependent configuration.
static List Schemas.findSchemaLocationResolvers(Configuration configuration)
          Finds all XSDSchemaLocationResolver's used by the configuration.
static SchemaIndex Schemas.findSchemas(Configuration configuration)
          Finds all the XSDSchemas used by the configuration by looking at the configuration's schema locator and its dependencies.
 

Constructors in org.geotools.xml with parameters of type Configuration
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)
          Creats a new instance of the parser.
Parser(Configuration configuration, InputStream input)
          Deprecated. use Parser.Parser(Configuration) and Parser.parse(InputStream).
Parser(Configuration configuration, String input)
          Deprecated. use Parser.Parser(Configuration) and Parser.parse(InputStream).
PullParser(Configuration config, InputStream input, Class type)
           
PullParser(Configuration config, InputStream input, Object... handlerSpecs)
           
PullParser(Configuration config, InputStream input, PullParser.PullParserHandler handler)
           
PullParser(Configuration config, InputStream input, QName element)
           
StreamingParser(Configuration configuration, InputStream input, Class type)
          Deprecated. Creates a new instance of the type based streaming parser.
StreamingParser(Configuration configuration, InputStream input, QName elementName)
          Deprecated. Creates a new instance of the element name based streaming parser.
StreamingParser(Configuration configuration, InputStream input, StreamingParserHandler handler)
          Deprecated. Internal constructor.
StreamingParser(Configuration configuration, InputStream input, String xpath)
          Deprecated. Creates a new instance of the xpath based streaming parser.
XSDParserDelegate(Configuration configuration)
           
 

Uses of Configuration in org.geotools.xml.impl
 

Methods in org.geotools.xml.impl that return Configuration
 Configuration ParserHandler.getConfiguration()
           
 

Methods in org.geotools.xml.impl with parameters of type Configuration
protected  void ParserHandler.configure(Configuration config)
           
 

Constructors in org.geotools.xml.impl with parameters of type Configuration
ElementNameStreamingParserHandler(Configuration config, QName name)
           
ParserHandler(Configuration config)
           
StreamingParserHandler(Configuration config)
           
TypeStreamingParserHandler(Configuration config, Class type)
           
 

Uses of Configuration in org.geotools.xml.impl.jxpath
 

Constructors in org.geotools.xml.impl.jxpath with parameters of type Configuration
JXPathStreamingParserHandler(Configuration config, String xpath)
           
 

Uses of Configuration in org.geotools.xml.test
 

Methods in org.geotools.xml.test that return Configuration
protected abstract  Configuration XMLTestSupport.createConfiguration()
          Tempalte method for subclasses to create the configuration to be used by the parser.
 

Uses of Configuration in org.geotools.xs
 

Subclasses of Configuration in org.geotools.xs
 class XSConfiguration
          Parser configuration for xml schema schema.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.