Uses of Interface
org.geotools.api.feature.FeatureFactory
-
Packages that use FeatureFactory Package Description org.geotools.appschema.feature org.geotools.data.complex This package contains the implementation of a ComplexDataStore,org.geotools.data.complex.filter org.geotools.data.store org.geotools.factory org.geotools.feature org.geotools.feature.simple -
-
Uses of FeatureFactory in org.geotools.appschema.feature
Classes in org.geotools.appschema.feature that implement FeatureFactory Modifier and Type Class Description class
AppSchemaFeatureFactoryImpl
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 Constructor Description AppSchemaAttributeBuilder(FeatureFactory attributeFactory)
-
Uses of FeatureFactory in org.geotools.data.complex
Fields in org.geotools.data.complex declared as FeatureFactory Modifier and Type Field Description protected 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 FeatureFactory Modifier and Type Method Description void
XPath. setFeatureFactory(FeatureFactory featureFactory)
Constructors in org.geotools.data.complex.filter with parameters of type FeatureFactory Constructor Description XPath(FilterFactory ff, FeatureFactory featureFactory)
-
Uses of FeatureFactory in org.geotools.data.store
Fields in org.geotools.data.store declared as FeatureFactory Modifier and Type Field Description protected FeatureFactory
ContentDataStore. featureFactory
Factory used to create featuresMethods in org.geotools.data.store that return FeatureFactory Modifier and Type Method Description FeatureFactory
ContentDataStore. getFeatureFactory()
The factory used to create features.Methods in org.geotools.data.store with parameters of type FeatureFactory Modifier and Type Method Description void
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 FeatureFactory Modifier and Type Method Description static 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 FeatureFactory Modifier and Type Class Description class
AbstractFeatureFactoryImpl
Factory for creating instances of the Attribute family of classes.class
LenientFeatureFactoryImpl
class
ValidatingFeatureFactoryImpl
Factory for creating instances of the Attribute family of classes.Fields in org.geotools.feature declared as FeatureFactory Modifier and Type Field Description protected FeatureFactory
FeatureBuilder. factory
the feature factoryMethods in org.geotools.feature that return FeatureFactory Modifier and Type Method Description FeatureFactory
AttributeBuilder. getFeatureFactory()
Returns the underlying attribute factory.Methods in org.geotools.feature with parameters of type FeatureFactory Modifier and Type Method Description void
AttributeBuilder. setFeatureFactory(FeatureFactory attributeFactory)
Sets the underlying attribute factory.Constructors in org.geotools.feature with parameters of type FeatureFactory Constructor Description AttributeBuilder(FeatureFactory attributeFactory)
ComplexFeatureBuilder(AttributeDescriptor ad, FeatureFactory factory)
ComplexFeatureBuilder(FeatureType featureType, FeatureFactory factory)
FeatureBuilder(FT featureType, FeatureFactory factory)
-
Uses of FeatureFactory in org.geotools.feature.simple
Constructors in org.geotools.feature.simple with parameters of type FeatureFactory Constructor Description SimpleFeatureBuilder(SimpleFeatureType featureType, FeatureFactory factory)
-