Modifier and Type | Class and Description |
---|---|
class |
AppSchemaConfiguration
XML encoder
Configuration that uses SchemaResolver to obtain schemas. |
Modifier and Type | Method and Description |
---|---|
void |
AppSchemaConfiguration.addDependency(Configuration dependency)
Allow late addition of a dependency such as GML.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
SchemaIndex |
EmfComplexFeatureReader.parse(Configuration configuration)
|
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
protected abstract Configuration |
AbstractWFSStrategy.getFilterConfiguration()
Returns the xml configuration used to encode a filter at
AbstractWFSStrategy.encodeGetFeatureGetFilter(Filter) |
abstract Configuration |
AbstractWFSStrategy.getWfsConfiguration()
Returns the xml configuration used to encode all POST requests.
|
abstract Configuration |
WFSStrategy.getWfsConfiguration() |
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureType |
EmfAppSchemaParser.parse(Configuration wfsConfiguration,
QName featureName,
URL schemaLocation,
CoordinateReferenceSystem crs,
Map<QName,Class<?>> mappedBindings)
Parses the FeatureType pointed out by the
schemaLocation URL and returns it. |
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 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<QName,Class<?>> mappedBindings) |
Constructor and Description |
---|
PullParserFeatureReader(Configuration wfsConfiguration,
InputStream getFeatureResponseStream,
FeatureType featureType,
String axisOrder) |
Modifier and Type | Method and Description |
---|---|
Configuration |
StrictWFS_1_x_Strategy.getFilterConfiguration() |
Configuration |
GeoServerPre200Strategy.getFilterConfiguration()
GeoServer versions lower than 2.0 can only reliably parse Filter 1.0.
|
Configuration |
IonicStrategy.getFilterConfiguration() |
Configuration |
StrictWFS_1_x_Strategy.getWfsConfiguration() |
Modifier and Type | Method and Description |
---|---|
Configuration |
StrictWFS_2_0_Strategy.getFilterConfiguration() |
Configuration |
StrictWFS_2_0_Strategy.getWfsConfiguration() |
Modifier and Type | Class and Description |
---|---|
class |
OGCConfiguration
Parser configuration for the filter 1.0 schema.
|
Modifier and Type | Class and Description |
---|---|
class |
FESConfiguration
Parser configuration for the http://www.opengis.net/fes/2.0 schema.
|
Modifier and Type | Class and Description |
---|---|
class |
GPKGConfiguration
Parser configuration for the http://www.opengis.net/gpkg schema.
|
Modifier and Type | Class and Description |
---|---|
class |
GMLConfiguration
Configuration used by gml2 parsers.
|
Modifier and Type | Method and Description |
---|---|
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) |
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 one
|
Constructor and Description |
---|
GMLAbstractFeatureTypeBinding(FeatureTypeCache ftCache,
BindingWalkerFactory bwFactory,
SchemaIndex schemaIndex,
Configuration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationSchemaConfiguration
An xml configuration for application schemas.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
AbstractFeatureTypeBinding(FeatureTypeCache ftCache,
BindingWalkerFactory bwFactory,
SchemaIndex schemaIndex,
Configuration configuration,
XSDIdRegistry idRegistry,
GML3EncodingUtils encodingUtils) |
AbstractGeometryTypeBinding(Configuration config,
SrsSyntax srsSyntax) |
EnvelopeTypeBinding(Configuration config,
SrsSyntax srsSyntax) |
Modifier and Type | Method and Description |
---|---|
static Configuration |
GmlFeatureTypeRegistryConfiguration.findGmlConfiguration(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
Collection<Configuration> |
GmlFeatureTypeRegistryConfiguration.getConfigurations() |
Modifier and Type | Method and Description |
---|---|
static Configuration |
GmlFeatureTypeRegistryConfiguration.findGmlConfiguration(Configuration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
SMIL20Configuration
Parser configuration for SMIL20 schema.
|
class |
SMIL20LANGConfiguration |
Constructor and Description |
---|
EnvelopeTypeBinding(Configuration config,
SrsSyntax srsSyntax) |
Modifier and Type | Class and Description |
---|---|
class |
KMLConfiguration
Parser configuration for the http://earth.google.com/kml/2.1 schema.
|
Modifier and Type | Class and Description |
---|---|
class |
SEConfiguration
Parser configuration for the http://www.opengis.net/se schema.
|
Modifier and Type | Class and Description |
---|---|
class |
SLDConfiguration
Parser configuration for the Styled Layer Descriptor schema.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
WFSConfiguration
Parser configuration for the http://www.opengis.net/wfs schema.
|
Modifier and Type | Method and Description |
---|---|
static FeatureType |
GTXML.parseFeatureType(Configuration configuration,
QName name,
CoordinateReferenceSystem crs)
Parse a feature type; using the provided configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
WFSCapabilitiesConfiguration
Parser configuration for the wfs 1.0
schema , different from the WFSConfiguration_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.0
schema , for capabilities documents use WFSCapabilitiesConfiguration instead. |
Constructor and Description |
---|
FeatureCollectionTypeBinding(Wfs20Factory factory,
Configuration configuration) |
FeatureCollectionTypeBinding(Wfs20Factory factory,
Configuration configuration,
Encoder encoder) |
Modifier and Type | Class and Description |
---|---|
class |
WMSConfiguration
Parser configuration for the http://www.opengis.net/wms schema.
|
Modifier and Type | Class and Description |
---|---|
class |
WMTSConfiguration
Parser configuration for the http://www.opengis.net/wmts/1.0 schema.
|
Modifier and Type | Class and Description |
---|---|
class |
WPSConfiguration
Parser configuration for the http://www.opengis.net/wps/1.0.0 schema.
|
Modifier and Type | Class and Description |
---|---|
class |
XLINKConfiguration
Parser configuration for the xlink schema.
|
Modifier and Type | Class and Description |
---|---|
class |
XSConfiguration
Parser configuration for xml schema schema.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLConfiguration
Parser configuration for the http://www.w3.org/XML/1998/namespace schema.
|
Modifier and Type | Method and Description |
---|---|
<C extends Configuration> |
Configuration.getDependency(Class<C> clazz)
Returns the first dependency of this configuration of the specified type.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Encoder.getConfiguration()
Returns the configuration used by the encoder
|
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and 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.
|
Parser(Configuration configuration,
InputStream input)
Deprecated.
|
Parser(Configuration configuration,
String input)
Deprecated.
|
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) |
Modifier and Type | Method and Description |
---|---|
Collection<Configuration> |
FeatureTypeRegistryConfiguration.getConfigurations() |
Modifier and Type | Method and Description |
---|---|
Configuration |
ParserHandler.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected void |
ParserHandler.configure(Configuration config) |
Constructor and Description |
---|
ElementNameStreamingParserHandler(Configuration config,
QName name) |
ParserHandler(Configuration config) |
StreamingParserHandler(Configuration config) |
TypeStreamingParserHandler(Configuration config,
Class type) |
Constructor and Description |
---|
JXPathStreamingParserHandler(Configuration config,
String xpath) |
Modifier and Type | Class and Description |
---|---|
class |
OWSConfiguration
Parser configuration for the http://www.opengis.net/ows schema.
|
Copyright © 1996–2019 Geotools. All rights reserved.