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 TypeClassDescriptionclassFeatureFactorythat: 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 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 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 FeatureFactoryContentDataStore.featureFactoryFactory 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 TypeMethodDescriptionvoidContentDataStore.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 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 FeatureFactoryModifier and TypeClassDescriptionclassFactory for creating instances of the Attribute family of classes.classclassFactory for creating instances of the Attribute family of classes.Fields in org.geotools.feature declared as FeatureFactoryModifier and TypeFieldDescriptionprotected FeatureFactoryFeatureBuilder.factorythe 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 TypeMethodDescriptionvoidAttributeBuilder.setFeatureFactory(FeatureFactory attributeFactory) Sets the underlying attribute factory.Constructors in org.geotools.feature with parameters of type FeatureFactoryModifierConstructorDescriptionAttributeBuilder(FeatureFactory attributeFactory) protectedComplexFeatureBuilder(AttributeDescriptor ad, FeatureFactory factory) protectedComplexFeatureBuilder(FeatureType featureType, FeatureFactory factory) protectedFeatureBuilder(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)