Uses of Interface
org.geotools.xml.BindingWalkerFactory

Packages that use BindingWalkerFactory
org.geotools.gml2.bindings   
org.geotools.gml3.bindings   
org.geotools.gml4wcs.bindings   
org.geotools.xml.impl   
 

Uses of BindingWalkerFactory in org.geotools.gml2.bindings
 

Methods in org.geotools.gml2.bindings with parameters of type BindingWalkerFactory
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.
 

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

Uses of BindingWalkerFactory in org.geotools.gml3.bindings
 

Methods in org.geotools.gml3.bindings with parameters of type BindingWalkerFactory
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.
 

Constructors in org.geotools.gml3.bindings with parameters of type BindingWalkerFactory
AbstractFeatureTypeBinding(FeatureTypeCache ftCache, BindingWalkerFactory bwFactory, SchemaIndex schemaIndex, Configuration configuration, XSDIdRegistry idRegistry, GML3EncodingUtils encodingUtils)
           
 

Uses of BindingWalkerFactory in org.geotools.gml4wcs.bindings
 

Methods in org.geotools.gml4wcs.bindings with parameters of type BindingWalkerFactory
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.
 

Uses of BindingWalkerFactory in org.geotools.xml.impl
 

Classes in org.geotools.xml.impl that implement BindingWalkerFactory
 class BindingWalkerFactoryImpl
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.