Uses of Class
org.geotools.feature.FeatureTypeFactory

Packages that use FeatureTypeFactory
org.geotools.feature   
 

Uses of FeatureTypeFactory in org.geotools.feature
 

Subclasses of FeatureTypeFactory in org.geotools.feature
 class DefaultFeatureTypeFactory
          A simple DefaultFeatureTypeFactory which stores its Attributes in a list.
 

Methods in org.geotools.feature that return FeatureTypeFactory
static FeatureTypeFactory FeatureTypeFactory.newInstance(java.lang.String name)
          Deprecated. Create a new FeatureTypeFactory with the given typeName.
static FeatureTypeFactory FeatureTypeFactory.createTemplate(FeatureType original)
          Deprecated. Create a FeatureTypeFactory which contains all of the AttributeTypes from the given FeatureType.
static FeatureTypeFactory FeatureTypeBuilder.newInstance(java.lang.String name)
          Create a new FeatureTypeFactory with the given typeName.
 



Copyright © GeoTools. All Rights Reserved.