Uses of Class
org.geotools.gml2.FeatureTypeCache
-
Packages that use FeatureTypeCache Package Description 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 Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description 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.
-