Uses of Class
org.geotools.feature.AttributeTypeBuilder

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

Uses of AttributeTypeBuilder in org.geotools.feature
 

Methods in org.geotools.feature that return AttributeTypeBuilder
 AttributeTypeBuilder AttributeTypeBuilder.abstrct(boolean isAbstract)
           
 AttributeTypeBuilder AttributeTypeBuilder.binding(Class binding)
           
 AttributeTypeBuilder AttributeTypeBuilder.crs(CoordinateReferenceSystem crs)
           
 AttributeTypeBuilder AttributeTypeBuilder.defaultValue(Object defaultValue)
           
 AttributeTypeBuilder AttributeTypeBuilder.description(String description)
           
 AttributeTypeBuilder AttributeTypeBuilder.identifiable(boolean isIdentifiable)
           
 AttributeTypeBuilder AttributeTypeBuilder.init(AttributeType type)
          Initializes builder state from another attribute type.
 AttributeTypeBuilder AttributeTypeBuilder.length(int length)
           
 AttributeTypeBuilder AttributeTypeBuilder.maxOccurs(int maxOccurs)
           
 AttributeTypeBuilder AttributeTypeBuilder.minOccurs(int minOccurs)
           
 AttributeTypeBuilder AttributeTypeBuilder.name(String name)
           
 AttributeTypeBuilder AttributeTypeBuilder.namespaceURI(String namespaceURI)
           
 AttributeTypeBuilder AttributeTypeBuilder.nillable(boolean isNillable)
           
 AttributeTypeBuilder AttributeTypeBuilder.restriction(Filter restriction)
           
 AttributeTypeBuilder AttributeTypeBuilder.setFactory(FeatureTypeFactory factory)
           
 AttributeTypeBuilder AttributeTypeBuilder.userData(Object key, Object value)
           
 

Uses of AttributeTypeBuilder in org.geotools.feature.simple
 

Fields in org.geotools.feature.simple declared as AttributeTypeBuilder
protected  AttributeTypeBuilder SimpleFeatureTypeBuilder.attributeBuilder
          attribute builder
 

Uses of AttributeTypeBuilder in org.geotools.feature.type
 

Subclasses of AttributeTypeBuilder in org.geotools.feature.type
 class DefaultAttributeTypeBuilder
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.