Uses of Class
org.geotools.feature.DefaultFeatureType

Packages that use DefaultFeatureType
org.geotools.data.jdbc   
org.geotools.feature   
 

Uses of DefaultFeatureType in org.geotools.data.jdbc
 

Constructors in org.geotools.data.jdbc with parameters of type DefaultFeatureType
MutableFIDFeature(DefaultFeatureType ft, java.lang.Object[] attributes, java.lang.String fid)
           
 

Uses of DefaultFeatureType in org.geotools.feature
 

Subclasses of DefaultFeatureType in org.geotools.feature
 class SimpleFeatureType
          A basic implementation of FeatureType.
 

Constructors in org.geotools.feature with parameters of type DefaultFeatureType
DefaultFeature(DefaultFeatureType schema, java.lang.Object[] attributes, java.lang.String featureID)
          Creates a new instance of flat feature, which must take a flat feature type schema and all attributes as arguments.
DefaultFeature(DefaultFeatureType schema, java.lang.Object[] attributes)
          Creates a new instance of flat feature, which must take a flat feature type schema and all attributes as arguments.
 



Copyright © GeoTools. All Rights Reserved.