Uses of Interface
org.opengis.feature.type.FeatureTypeFactory

Packages that use FeatureTypeFactory
org.geotools.data.complex This package contains the implementation of a ComplexDataStore, Author note: though this "Complex" datastore has born to provide complex features out of a simple features data source, it may be better called a DerivativeDataStore or something like that, you'll see why later. 
org.geotools.data.complex.config   
org.geotools.data.store   
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime. 
org.geotools.feature   
org.geotools.feature.simple   
org.geotools.feature.type   
 

Uses of FeatureTypeFactory in org.geotools.data.complex
 

Fields in org.geotools.data.complex declared as FeatureTypeFactory
protected  FeatureTypeFactory AbstractMappingFeatureIterator.ftf
           
 

Uses of FeatureTypeFactory in org.geotools.data.complex.config
 

Constructors in org.geotools.data.complex.config with parameters of type FeatureTypeFactory
FeatureTypeRegistry(FeatureTypeFactory typeFactory, FeatureTypeRegistryHelper helper)
           
FeatureTypeRegistry(NamespaceSupport namespaces, FeatureTypeFactory typeFactory, FeatureTypeRegistryHelper helper)
           
FeatureTypeRegistry(NamespaceSupport namespaces, FeatureTypeFactory typeFactory, FeatureTypeRegistryHelper helper, boolean includeAttributes)
           
 

Uses of FeatureTypeFactory in org.geotools.data.store
 

Fields in org.geotools.data.store declared as FeatureTypeFactory
protected  FeatureTypeFactory ContentDataStore.typeFactory
          Factory used to create feature types
 

Methods in org.geotools.data.store that return FeatureTypeFactory
 FeatureTypeFactory ContentDataStore.getFeatureTypeFactory()
          The factory used to create feature types.
 

Methods in org.geotools.data.store with parameters of type FeatureTypeFactory
 void ContentDataStore.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 FeatureTypeFactory
 FeatureTypeFactory BasicFactories.getFeatureTypeFactory()
          Deprecated. use BasicFactories.getFeatureTypeFactory().
static FeatureTypeFactory CommonFactoryFinder.getFeatureTypeFactory(Hints hints)
          Return the first implementation of FeatureTypeFactory matching the specified hints.
 FeatureTypeFactory BasicFactories.getTypeFactory()
          Deprecated. use BasicFactories.getFeatureTypeFactory().
 

Uses of FeatureTypeFactory in org.geotools.feature
 

Fields in org.geotools.feature declared as FeatureTypeFactory
protected  FeatureTypeFactory AttributeTypeBuilder.factory
          factory
 

Methods in org.geotools.feature that return FeatureTypeFactory
 FeatureTypeFactory TypeBuilder.getTypeFactory()
           
 

Methods in org.geotools.feature with parameters of type FeatureTypeFactory
 AttributeTypeBuilder AttributeTypeBuilder.setFactory(FeatureTypeFactory factory)
           
 void TypeBuilder.setTypeFactory(FeatureTypeFactory factory)
           
 

Constructors in org.geotools.feature with parameters of type FeatureTypeFactory
AttributeTypeBuilder(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 FeatureTypeFactory
protected  FeatureTypeFactory SimpleFeatureTypeBuilder.factory
          factories
 

Methods in org.geotools.feature.simple that return FeatureTypeFactory
 FeatureTypeFactory SimpleFeatureTypeBuilder.getFeatureTypeFactory()
          The factory used to create feature and feature collection types.
 

Methods in org.geotools.feature.simple with parameters of type FeatureTypeFactory
 void SimpleFeatureTypeBuilder.setFeatureTypeFactory(FeatureTypeFactory factory)
          Sets the factory used to create feature and feature collection types.
 

Constructors in org.geotools.feature.simple with parameters of type FeatureTypeFactory
SimpleFeatureTypeBuilder(FeatureTypeFactory factory)
          Constructs 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 FeatureTypeFactory
 class ComplexFeatureTypeFactoryImpl
          Feature type factory to produce complex feature type that can be used in feature chaining.
 class FeatureTypeFactoryImpl
          This implementation is capable of creating a good default implementation of the Types used in the feature model.
 class UniqueNameFeatureTypeFactoryImpl
          A specialisation of FeatureTypeFactoryImpl that returns UniqueNameFeatureTypeImpl instead of FeatureTypeImpl to avoid equality tests on types with cyclic definitions.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.