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

Packages that use SimpleFeatureTypeBuilder
org.geotools.feature.simple   
org.geotools.feature.type   
 

Uses of SimpleFeatureTypeBuilder in org.geotools.feature.simple
 

Methods in org.geotools.feature.simple that return SimpleFeatureTypeBuilder
 SimpleFeatureTypeBuilder SimpleFeatureTypeBuilder.crs(CoordinateReferenceSystem crs)
          Sets the crs of the next attribute added to the feature type.
 SimpleFeatureTypeBuilder SimpleFeatureTypeBuilder.defaultValue(Object defaultValue)
          Sets the default value of the next attribute added to the feature type.
 SimpleFeatureTypeBuilder SimpleFeatureTypeBuilder.description(String description)
          Sets the description of the next attribute added to the feature type.
 SimpleFeatureTypeBuilder SimpleFeatureTypeBuilder.descriptor(AttributeDescriptor descriptor)
          Sets all the attribute specific state from a single descriptor.
 SimpleFeatureTypeBuilder SimpleFeatureTypeBuilder.length(int length)
          Sets a restriction on the field length of the next attribute added to the feature type.
 SimpleFeatureTypeBuilder SimpleFeatureTypeBuilder.maxOccurs(int maxOccurs)
          Sets the maxOccurs of the next attribute added to the feature type.
 SimpleFeatureTypeBuilder SimpleFeatureTypeBuilder.minOccurs(int minOccurs)
          Sets the minOccurs of the next attribute added to the feature type.
 SimpleFeatureTypeBuilder SimpleFeatureTypeBuilder.nillable(boolean isNillable)
          Sets the nullability of the next attribute added to the feature type.
 SimpleFeatureTypeBuilder SimpleFeatureTypeBuilder.restriction(Filter filter)
          Adds a restriction to the next attribute added to the feature type.
 SimpleFeatureTypeBuilder SimpleFeatureTypeBuilder.restrictions(List<Filter> filters)
          Adds a collection of restrictions to the next attribute added to the This value is reset after a call to add(String, Class)
 SimpleFeatureTypeBuilder SimpleFeatureTypeBuilder.srid(Integer srid)
          Sets the srid of the next attribute added to the feature type.
 SimpleFeatureTypeBuilder SimpleFeatureTypeBuilder.srs(String srs)
          Sets the srs of the next attribute added to the feature type.
 SimpleFeatureTypeBuilder SimpleFeatureTypeBuilder.userData(Object key, Object value)
          Sets user data for the next attribute added to the feature type.
 

Uses of SimpleFeatureTypeBuilder in org.geotools.feature.type
 

Subclasses of SimpleFeatureTypeBuilder in org.geotools.feature.type
 class DefaultFeatureTypeBuilder
          Deprecated.  
 



Copyright © 1996-2010 Geotools. All Rights Reserved.