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