Uses of Class
org.geotools.gml2.FeatureTypeCache

Packages that use FeatureTypeCache
org.geotools.gml2.bindings   
org.geotools.gml3.bindings   
 

Uses of FeatureTypeCache in org.geotools.gml2.bindings
 

Methods in org.geotools.gml2.bindings with parameters of type FeatureTypeCache
static org.opengis.feature.simple.SimpleFeature GML2ParsingUtils.parseFeature(ElementInstance instance, Node node, java.lang.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 FeatureTypeCache
GMLAbstractFeatureTypeBinding(FeatureTypeCache ftCache, BindingWalkerFactory bwFactory, SchemaIndex schemaIndex, Configuration configuration)
           
 

Uses of FeatureTypeCache in org.geotools.gml3.bindings
 

Methods in org.geotools.gml3.bindings with parameters of type FeatureTypeCache
static org.opengis.feature.simple.SimpleFeature GML3ParsingUtils.parseFeature(ElementInstance instance, Node node, java.lang.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 FeatureTypeCache
AbstractFeatureTypeBinding(FeatureTypeCache ftCache, BindingWalkerFactory bwFactory, SchemaIndex schemaIndex, Configuration configuration, XSDIdRegistry idRegistry)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.