Uses of Class
org.geotools.feature.AttributeTypeBuilder

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

Uses of AttributeTypeBuilder in org.geotools.feature
 

Methods in org.geotools.feature that return AttributeTypeBuilder
 AttributeTypeBuilder AttributeTypeBuilder.abstrct(boolean isAbstract)
           
 AttributeTypeBuilder AttributeTypeBuilder.binding(java.lang.Class binding)
           
 AttributeTypeBuilder AttributeTypeBuilder.crs(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
           
 AttributeTypeBuilder AttributeTypeBuilder.defaultValue(java.lang.Object defaultValue)
           
 AttributeTypeBuilder AttributeTypeBuilder.description(java.lang.String description)
           
 AttributeTypeBuilder AttributeTypeBuilder.identifiable(boolean isIdentifiable)
           
 AttributeTypeBuilder AttributeTypeBuilder.init(org.opengis.feature.type.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(java.lang.String name)
           
 AttributeTypeBuilder AttributeTypeBuilder.namespaceURI(java.lang.String namespaceURI)
           
 AttributeTypeBuilder AttributeTypeBuilder.nillable(boolean isNillable)
           
 AttributeTypeBuilder AttributeTypeBuilder.restriction(org.opengis.filter.Filter restriction)
           
 AttributeTypeBuilder AttributeTypeBuilder.setFactory(org.opengis.feature.type.FeatureTypeFactory factory)
           
 AttributeTypeBuilder AttributeTypeBuilder.userData(java.lang.Object key, java.lang.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
 



Copyright © 1996-2010 Geotools. All Rights Reserved.