Uses of Interface
org.geotools.feature.Feature

Packages that use Feature
org.geotools.feature   
 

Uses of Feature in org.geotools.feature
 

Subinterfaces of Feature in org.geotools.feature
 interface SimpleFeature
          Deprecated. use SimpleFeature
 

Methods in org.geotools.feature that return Feature
 Feature FeatureType.create(Object[] attributes)
          Deprecated. Creates a new feature, with a generated unique featureID.
 Feature DefaultFeatureType.create(Object[] attributes)
          Creates a new feature, with a generated unique featureID.
 Feature FeatureType.create(Object[] attributes, String featureID)
          Deprecated. Scheduled for removal in Geotools 2.2, please use FeatureFactory.
 Feature DefaultFeatureType.create(Object[] attributes, String featureID)
          Creates a new feature, with the proper featureID, using this FeatureType.
 Feature FeatureType.duplicate(Feature feature)
          Deprecated. Create a duplicate of the provided feature, must delegate to an appropriate FeatureFactory create method.
 Feature DefaultFeatureType.duplicate(Feature original)
           
 Feature DefaultFeature.toComplex()
           
 

Methods in org.geotools.feature with parameters of type Feature
 Feature FeatureType.duplicate(Feature feature)
          Deprecated. Create a duplicate of the provided feature, must delegate to an appropriate FeatureFactory create method.
 Feature DefaultFeatureType.duplicate(Feature original)
           
 

Constructors in org.geotools.feature with parameters of type Feature
DefaultFeatureBuilder(Feature feature)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.