Uses of Class
org.geotools.feature.TypeBuilder
-
Packages that use TypeBuilder Package Description org.geotools.feature -
-
Uses of TypeBuilder in org.geotools.feature
Methods in org.geotools.feature that return TypeBuilder Modifier and Type Method Description TypeBuilder
TypeBuilder. add(PropertyDescriptor descriptor)
Add provided descriptor to the type to be created.TypeBuilder
TypeBuilder. association(String namespaceURI, String name, AssociationType type)
TypeBuilder
TypeBuilder. association(String name, AssociationType type)
TypeBuilder
TypeBuilder. association(Name name, AssociationType type)
TypeBuilder
TypeBuilder. attribute(String name, Class binding)
Add a descriptor with a provided name, with the bindingTypeBuilder
TypeBuilder. attribute(String namespaceURI, String name, Class binding)
Add a descriptor with a provided name, with the bindingTypeBuilder
TypeBuilder. attribute(String name, String namespaceURI, AttributeType type)
TypeBuilder
TypeBuilder. attribute(String name, AttributeType type)
TypeBuilder
TypeBuilder. attribute(Name name, Class binding)
TypeBuilder
TypeBuilder. attribute(Name name, AttributeType type)
TypeBuilder
TypeBuilder. bind(Class<?> binding)
TypeBuilder
TypeBuilder. cardinality(int min, int max)
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. crs(CoordinateReferenceSystem crs)
TypeBuilder
TypeBuilder. defaultGeometry(String name)
TypeBuilder
TypeBuilder. member(String name, AssociationType type)
Creates a association descriptor and adds to collection members.TypeBuilder
TypeBuilder. member(AssociationDescriptor memberOf)
TypeBuilder
TypeBuilder. member(Name 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)
-