Uses of Interface
org.geotools.api.feature.FeatureFactory
Packages that use FeatureFactory
Package
Description
This package contains the implementation of a ComplexDataStore,
-
Uses of FeatureFactory in org.geotools.appschema.feature
Classes in org.geotools.appschema.feature that implement FeatureFactoryModifier and TypeClassDescriptionclass
FeatureFactory
that: does not choke on null ids constructs containers for complex attributes with null valuesConstructors in org.geotools.appschema.feature with parameters of type FeatureFactory -
Uses of FeatureFactory in org.geotools.data.complex
Fields in org.geotools.data.complex declared as FeatureFactoryModifier and TypeFieldDescriptionprotected FeatureFactory
AbstractMappingFeatureIterator.attf
Factory used to create the target feature and attributes -
Uses of FeatureFactory in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type FeatureFactoryConstructors in org.geotools.data.complex.filter with parameters of type FeatureFactory -
Uses of FeatureFactory in org.geotools.data.store
Fields in org.geotools.data.store declared as FeatureFactoryModifier and TypeFieldDescriptionprotected FeatureFactory
ContentDataStore.featureFactory
Factory used to create featuresMethods in org.geotools.data.store that return FeatureFactoryModifier and TypeMethodDescriptionContentDataStore.getFeatureFactory()
The factory used to create features.Methods in org.geotools.data.store with parameters of type FeatureFactoryModifier and TypeMethodDescriptionvoid
ContentDataStore.setFeatureFactory
(FeatureFactory featureFactory) Sets the factory used to create features. -
Uses of FeatureFactory in org.geotools.factory
Methods in org.geotools.factory that return FeatureFactoryModifier and TypeMethodDescriptionstatic FeatureFactory
CommonFactoryFinder.getFeatureFactory
(Hints hints) Return an implementation ofFeatureFactory
matching the specified hint FEATURE_FACTORY. -
Uses of FeatureFactory in org.geotools.feature
Classes in org.geotools.feature that implement FeatureFactoryModifier and TypeClassDescriptionclass
Factory for creating instances of the Attribute family of classes.class
class
Factory for creating instances of the Attribute family of classes.Fields in org.geotools.feature declared as FeatureFactoryModifier and TypeFieldDescriptionprotected FeatureFactory
FeatureBuilder.factory
the feature factoryMethods in org.geotools.feature that return FeatureFactoryModifier and TypeMethodDescriptionAttributeBuilder.getFeatureFactory()
Returns the underlying attribute factory.Methods in org.geotools.feature with parameters of type FeatureFactoryModifier and TypeMethodDescriptionvoid
AttributeBuilder.setFeatureFactory
(FeatureFactory attributeFactory) Sets the underlying attribute factory.Constructors in org.geotools.feature with parameters of type FeatureFactoryModifierConstructorDescriptionAttributeBuilder
(FeatureFactory attributeFactory) protected
ComplexFeatureBuilder
(AttributeDescriptor ad, FeatureFactory factory) protected
ComplexFeatureBuilder
(FeatureType featureType, FeatureFactory factory) protected
FeatureBuilder
(FT featureType, FeatureFactory factory) -
Uses of FeatureFactory in org.geotools.feature.simple
Constructors in org.geotools.feature.simple with parameters of type FeatureFactoryModifierConstructorDescriptionSimpleFeatureBuilder
(SimpleFeatureType featureType, FeatureFactory factory)