Uses of Interface
org.geotools.api.feature.type.FeatureTypeFactory
Packages that use FeatureTypeFactory
Package
Description
This package contains the implementation of a ComplexDataStore,
-
Uses of FeatureTypeFactory in org.geotools.data.complex
Fields in org.geotools.data.complex declared as FeatureTypeFactory -
Uses of FeatureTypeFactory in org.geotools.data.complex.feature.type
Classes in org.geotools.data.complex.feature.type that implement FeatureTypeFactoryModifier and TypeClassDescriptionclassFeature type factory to produce complex feature type that can be used in feature chaining.classA specialisation ofFeatureTypeFactoryImplthat returnsUniqueNameFeatureTypeImplinstead ofFeatureTypeImplto avoid equality tests on types with cyclic definitions.Constructors in org.geotools.data.complex.feature.type with parameters of type FeatureTypeFactoryModifierConstructorDescriptionFeatureTypeRegistry(FeatureTypeFactory typeFactory, FeatureTypeRegistryConfiguration helper) FeatureTypeRegistry(NamespaceSupport namespaces, FeatureTypeFactory typeFactory, FeatureTypeRegistryConfiguration helper) FeatureTypeRegistry(NamespaceSupport namespaces, FeatureTypeFactory typeFactory, FeatureTypeRegistryConfiguration helper, boolean includeAttributes) -
Uses of FeatureTypeFactory in org.geotools.data.store
Fields in org.geotools.data.store declared as FeatureTypeFactoryModifier and TypeFieldDescriptionprotected FeatureTypeFactoryContentDataStore.typeFactoryFactory used to create feature typesMethods in org.geotools.data.store that return FeatureTypeFactoryModifier and TypeMethodDescriptionContentDataStore.getFeatureTypeFactory()The factory used to create feature types.Methods in org.geotools.data.store with parameters of type FeatureTypeFactoryModifier and TypeMethodDescriptionvoidContentDataStore.setFeatureTypeFactory(FeatureTypeFactory typeFactory) Sets the factory used to create feature types. -
Uses of FeatureTypeFactory in org.geotools.factory
Methods in org.geotools.factory that return FeatureTypeFactoryModifier and TypeMethodDescriptionstatic FeatureTypeFactoryCommonFactoryFinder.getFeatureTypeFactory(Hints hints) Return the first implementation ofFeatureTypeFactorymatching the specified hints. -
Uses of FeatureTypeFactory in org.geotools.feature
Fields in org.geotools.feature declared as FeatureTypeFactoryModifier and TypeFieldDescriptionprotected FeatureTypeFactoryAttributeTypeBuilder.factoryfactoryMethods in org.geotools.feature that return FeatureTypeFactoryMethods in org.geotools.feature with parameters of type FeatureTypeFactoryModifier and TypeMethodDescriptionAttributeTypeBuilder.setFactory(FeatureTypeFactory factory) voidTypeBuilder.setTypeFactory(FeatureTypeFactory factory) Constructors in org.geotools.feature with parameters of type FeatureTypeFactoryModifierConstructorDescriptionAttributeTypeBuilder(FeatureTypeFactory factory) Constructs the builder specifying the factory used to build attribute types.TypeBuilder(FeatureTypeFactory factory) -
Uses of FeatureTypeFactory in org.geotools.feature.simple
Fields in org.geotools.feature.simple declared as FeatureTypeFactoryModifier and TypeFieldDescriptionprotected FeatureTypeFactorySimpleFeatureTypeBuilder.factoryfactoriesMethods in org.geotools.feature.simple that return FeatureTypeFactoryModifier and TypeMethodDescriptionSimpleFeatureTypeBuilder.getFeatureTypeFactory()The factory used to create feature and feature collection types.Methods in org.geotools.feature.simple with parameters of type FeatureTypeFactoryModifier and TypeMethodDescriptionvoidSimpleFeatureTypeBuilder.setFeatureTypeFactory(FeatureTypeFactory factory) Sets the factory used to create feature and feature collection types.Constructors in org.geotools.feature.simple with parameters of type FeatureTypeFactoryModifierConstructorDescriptionConstructs the builder specifying the factory for creating feature and feature collection types. -
Uses of FeatureTypeFactory in org.geotools.feature.type
Classes in org.geotools.feature.type that implement FeatureTypeFactoryModifier and TypeClassDescriptionclassThis implementation is capable of creating a good default implementation of the Types used in the feature model.