Uses of Class
org.geotools.feature.simple.SimpleFeatureBuilder

Packages that use SimpleFeatureBuilder
org.geotools.data.crs Provides support for the OGC Catalog Specification. 
org.geotools.feature   
org.geotools.feature.simple   
org.geotools.jdbc   
 

Uses of SimpleFeatureBuilder in org.geotools.data.crs
 

Fields in org.geotools.data.crs declared as SimpleFeatureBuilder
protected  SimpleFeatureBuilder ForceCoordinateSystemIterator.builder
           
protected  SimpleFeatureBuilder ForceCoordinateSystemFeatureReader.builder
           
 

Uses of SimpleFeatureBuilder in org.geotools.feature
 

Subclasses of SimpleFeatureBuilder in org.geotools.feature
 class DefaultFeatureBuilder
           
 

Uses of SimpleFeatureBuilder in org.geotools.feature.simple
 

Methods in org.geotools.feature.simple that return SimpleFeatureBuilder
 SimpleFeatureBuilder SimpleFeatureBuilder.setUserData(int index, Object key, Object value)
           
 SimpleFeatureBuilder SimpleFeatureBuilder.userData(Object key, Object value)
          Adds some user data to the next attributed added to the feature.
 

Methods in org.geotools.feature.simple with parameters of type SimpleFeatureBuilder
static SimpleFeature SimpleFeatureBuilder.retype(SimpleFeature feature, SimpleFeatureBuilder builder)
          Copies an existing feature, retyping it in the process.
 

Uses of SimpleFeatureBuilder in org.geotools.jdbc
 

Fields in org.geotools.jdbc declared as SimpleFeatureBuilder
protected  SimpleFeatureBuilder JDBCFeatureReader.builder
          feature builder
 



Copyright © 1996-2009 Geotools. All Rights Reserved.