Uses of Class
org.geotools.gml2.FeatureTypeCache
Packages that use FeatureTypeCache
Package
Description
-
Uses of FeatureTypeCache in org.geotools.gml2.bindings
Methods in org.geotools.gml2.bindings with parameters of type FeatureTypeCacheModifier and TypeMethodDescriptionstatic 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 FeatureTypeCacheModifierConstructorDescriptionGMLAbstractFeatureTypeBinding(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 FeatureTypeCacheModifier and TypeMethodDescriptionstatic 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 FeatureTypeCacheModifierConstructorDescriptionAbstractFeatureTypeBinding(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 FeatureTypeCacheModifier and TypeMethodDescriptionstatic 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.