|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
org.geotools.data.wfs.v1_1_0 | |
org.geotools.data.wfs.v1_1_0.parsers | |
org.geotools.filter.v1_0 | |
org.geotools.gml2 | |
org.geotools.gml2.bindings | |
org.geotools.gml3 | |
org.geotools.gml3.bindings | |
org.geotools.gml3.smil | |
org.geotools.kml | |
org.geotools.ows | A placeholder for data objects common to OWS code, such as WMS, WFS, etc. |
org.geotools.sld | |
org.geotools.wfs | |
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.data.wfs.v1_1_0 |
---|
Methods in org.geotools.data.wfs.v1_1_0 that return Configuration | |
---|---|
protected Configuration |
IonicStrategy.getFilterConfiguration()
|
protected Configuration |
GeoServerStrategy.getFilterConfiguration()
GeoServer versions lower than 2.0 can only parse Filter 1.0 |
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)
Parses the FeatureType pointed out by the schemaLocation URL and returns it. |
static SimpleFeatureType |
EmfAppSchemaParser.parseSimpleFeatureType(Configuration wfsConfiguration,
QName featureName,
URL schemaLocation,
CoordinateReferenceSystem crs)
Parses the FeatureType pointed out by the schemaLocation URL and returns a subset
consisting only of the simple attributes found on the original schema. |
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.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)
|
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)
|
Constructors in org.geotools.gml3.bindings with parameters of type Configuration | |
---|---|
AbstractFeatureTypeBinding(FeatureTypeCache ftCache,
BindingWalkerFactory bwFactory,
SchemaIndex schemaIndex,
Configuration configuration,
XSDIdRegistry idRegistry)
|
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.kml |
---|
Subclasses of Configuration in org.geotools.kml | |
---|---|
class |
KMLConfiguration
Parser configuration for the http://earth.google.com/kml/2.1 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.sld |
---|
Subclasses of Configuration in org.geotools.sld | |
---|---|
class |
SLDConfiguration
Parser configuration for the Styled Layer Descriptor 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.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 |
XMLConfiguration
Parser configuration for the http://www.w3.org/XML/1998/namespace schema. |
Methods in org.geotools.xml with parameters of type Configuration | |
---|---|
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) . |
|
StreamingParser(Configuration configuration,
InputStream input,
Class type)
Creates a new instance of the type 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. |
|
StreamingParser(Configuration configuration,
InputStream input,
String xpath)
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |