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 classAppSchemaFeatureFactoryImplFeatureFactorythat: 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 FeatureFactoryAbstractMappingFeatureIterator. attfFactory 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 voidXPath. 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 FeatureFactoryContentDataStore. featureFactoryFactory used to create featuresMethods in org.geotools.data.store that return FeatureFactory Modifier and Type Method Description FeatureFactoryContentDataStore. getFeatureFactory()The factory used to create features.Methods in org.geotools.data.store with parameters of type FeatureFactory Modifier and Type Method Description voidContentDataStore. 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 FeatureFactoryCommonFactoryFinder. getFeatureFactory(Hints hints)Return an implementation ofFeatureFactorymatching 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 classAbstractFeatureFactoryImplFactory for creating instances of the Attribute family of classes.classLenientFeatureFactoryImplclassValidatingFeatureFactoryImplFactory for creating instances of the Attribute family of classes.Fields in org.geotools.feature declared as FeatureFactory Modifier and Type Field Description protected FeatureFactoryFeatureBuilder. factorythe feature factoryMethods in org.geotools.feature that return FeatureFactory Modifier and Type Method Description FeatureFactoryAttributeBuilder. getFeatureFactory()Returns the underlying attribute factory.Methods in org.geotools.feature with parameters of type FeatureFactory Modifier and Type Method Description voidAttributeBuilder. 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)
-