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