Uses of Interface
org.geotools.xsd.BindingWalkerFactory
- 
Packages that use BindingWalkerFactory Package Description org.geotools.gml2.bindings org.geotools.gml3.bindings org.geotools.gml4wcs.bindings org.geotools.xsd.impl 
- 
- 
Uses of BindingWalkerFactory in org.geotools.gml2.bindingsMethods in org.geotools.gml2.bindings with parameters of type BindingWalkerFactory Modifier and Type Method Description static SimpleFeatureTypeGML2ParsingUtils. featureType(XSDElementDeclaration element, BindingWalkerFactory bwFactory)Turns a xml type definition into a geotools feature type.static SimpleFeatureTypeGML2ParsingUtils. featureType(XSDElementDeclaration element, BindingWalkerFactory bwFactory, CoordinateReferenceSystem crs)Turns a xml type definition into a geotools feature type.static SimpleFeatureGML2ParsingUtils. 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.Constructors in org.geotools.gml2.bindings with parameters of type BindingWalkerFactory Constructor Description GMLAbstractFeatureTypeBinding(FeatureTypeCache ftCache, BindingWalkerFactory bwFactory, SchemaIndex schemaIndex, Configuration configuration)
- 
Uses of BindingWalkerFactory in org.geotools.gml3.bindingsMethods in org.geotools.gml3.bindings with parameters of type BindingWalkerFactory Modifier and Type Method Description static SimpleFeatureTypeGML3ParsingUtils. featureType(XSDElementDeclaration element, BindingWalkerFactory bwFactory)Turns a xml type definition into a geotools feature type.static SimpleFeatureGML3ParsingUtils. 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.Constructors in org.geotools.gml3.bindings with parameters of type BindingWalkerFactory Constructor Description AbstractFeatureTypeBinding(FeatureTypeCache ftCache, BindingWalkerFactory bwFactory, SchemaIndex schemaIndex, Configuration configuration, XSDIdRegistry idRegistry, GML3EncodingUtils encodingUtils)
- 
Uses of BindingWalkerFactory in org.geotools.gml4wcs.bindingsMethods in org.geotools.gml4wcs.bindings with parameters of type BindingWalkerFactory Modifier and Type Method Description static SimpleFeatureTypeGML3ParsingUtils. featureType(XSDElementDeclaration element, BindingWalkerFactory bwFactory)Turns a xml type definition into a geotools feature type.static SimpleFeatureGML3ParsingUtils. 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.
- 
Uses of BindingWalkerFactory in org.geotools.xsd.implClasses in org.geotools.xsd.impl that implement BindingWalkerFactory Modifier and Type Class Description classBindingWalkerFactoryImpl
 
-