Uses of Class
org.geotools.gml2.FeatureTypeCache

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

Uses of FeatureTypeCache in org.geotools.gml2.bindings
 

Methods in org.geotools.gml2.bindings with parameters of type FeatureTypeCache
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 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 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 FeatureTypeCache
AbstractFeatureTypeBinding(FeatureTypeCache ftCache, BindingWalkerFactory bwFactory, SchemaIndex schemaIndex, Configuration configuration, XSDIdRegistry idRegistry, GML3EncodingUtils encodingUtils)
           
 

Uses of FeatureTypeCache in org.geotools.gml4wcs.bindings
 

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



Copyright © 1996-2014 Geotools. All Rights Reserved.