Uses of Class
org.geotools.feature.TypeBuilder

Packages that use TypeBuilder
org.geotools.feature   
 

Uses of TypeBuilder in org.geotools.feature
 

Methods in org.geotools.feature that return TypeBuilder
 TypeBuilder TypeBuilder.add(PropertyDescriptor descriptor)
          Add provided descriptor to the type to be created.
 TypeBuilder TypeBuilder.association(Name name, AssociationType type)
           
 TypeBuilder TypeBuilder.association(String name, AssociationType type)
           
 TypeBuilder TypeBuilder.association(String namespaceURI, String name, AssociationType type)
           
 TypeBuilder TypeBuilder.attribute(Name name, AttributeType type)
           
 TypeBuilder TypeBuilder.attribute(Name name, Class binding)
           
 TypeBuilder TypeBuilder.attribute(String name, AttributeType type)
           
 TypeBuilder TypeBuilder.attribute(String name, Class binding)
          Add a descriptor with a provided name, with the binding
 TypeBuilder TypeBuilder.attribute(String name, String namespaceURI, AttributeType type)
           
 TypeBuilder TypeBuilder.attribute(String namespaceURI, String name, Class binding)
          Add a descriptor with a provided name, with the binding
 TypeBuilder TypeBuilder.bind(Class<?> binding)
           
 TypeBuilder TypeBuilder.cardinality(int min, int max)
           
 TypeBuilder TypeBuilder.crs(CoordinateReferenceSystem crs)
           
 TypeBuilder TypeBuilder.crs(String SRS)
          Uses CRS utility class with buildres TypeFactory.getCRSFactory to look up a CoordinateReferenceSystem based on the provied srs.
 TypeBuilder TypeBuilder.defaultGeometry(String name)
           
 TypeBuilder TypeBuilder.member(AssociationDescriptor memberOf)
           
 TypeBuilder TypeBuilder.member(Name name, AssociationType type)
          Creates a association descriptor and adds to collection members.
 TypeBuilder TypeBuilder.member(String name, AssociationType type)
          Creates a association descriptor and adds to collection members.
 TypeBuilder TypeBuilder.name(String name)
           
 TypeBuilder TypeBuilder.nillable(boolean isNillable)
           
 TypeBuilder TypeBuilder.property(PropertyType type)
          Used as a the target for attributeDescriptor or associatioDescriptor().
 TypeBuilder TypeBuilder.referenceType(AttributeType reference)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.