Package | Description |
---|---|
org.geotools.gml2.bindings | |
org.geotools.gml3.bindings | |
org.geotools.gml4wcs.bindings | |
org.geotools.xsd.impl |
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureType |
GML2ParsingUtils.featureType(XSDElementDeclaration element,
BindingWalkerFactory bwFactory)
Turns a xml type definition into a geotools feature type.
|
static SimpleFeatureType |
GML2ParsingUtils.featureType(XSDElementDeclaration element,
BindingWalkerFactory bwFactory,
CoordinateReferenceSystem crs)
Turns a xml type definition into a geotools feature type.
|
static SimpleFeature |
GML2ParsingUtils.parseFeature(ElementInstance instance,
Node node,
Object value,
FeatureTypeCache ftCache,
BindingWalkerFactory bwFactory)
Utility method to implement Binding.parse for a binding which parses into A feature.
|
Constructor and Description |
---|
GMLAbstractFeatureTypeBinding(FeatureTypeCache ftCache,
BindingWalkerFactory bwFactory,
SchemaIndex schemaIndex,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureType |
GML3ParsingUtils.featureType(XSDElementDeclaration element,
BindingWalkerFactory bwFactory)
Turns a xml type definition into a geotools feature type.
|
static SimpleFeature |
GML3ParsingUtils.parseFeature(ElementInstance instance,
Node node,
Object value,
FeatureTypeCache ftCache,
BindingWalkerFactory bwFactory)
Utility method to implement Binding.parse for a binding which parses into A feature.
|
Constructor and Description |
---|
AbstractFeatureTypeBinding(FeatureTypeCache ftCache,
BindingWalkerFactory bwFactory,
SchemaIndex schemaIndex,
Configuration configuration,
XSDIdRegistry idRegistry,
GML3EncodingUtils encodingUtils) |
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureType |
GML3ParsingUtils.featureType(XSDElementDeclaration element,
BindingWalkerFactory bwFactory)
Turns a xml type definition into a geotools feature type.
|
static SimpleFeature |
GML3ParsingUtils.parseFeature(ElementInstance instance,
Node node,
Object value,
FeatureTypeCache ftCache,
BindingWalkerFactory bwFactory)
Utility method to implement Binding.parse for a binding which parses into A feature.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingWalkerFactoryImpl |
Copyright © 1996–2019 Geotools. All rights reserved.