Uses of Class
org.geotools.feature.AttributeTypeBuilder
-
Packages that use AttributeTypeBuilder Package Description org.geotools.feature org.geotools.feature.simple -
-
Uses of AttributeTypeBuilder in org.geotools.feature
Methods in org.geotools.feature that return AttributeTypeBuilder Modifier and Type Method Description AttributeTypeBuilder
AttributeTypeBuilder. abstrct(boolean isAbstract)
AttributeTypeBuilder
AttributeTypeBuilder. binding(Class<?> binding)
AttributeTypeBuilder
AttributeTypeBuilder. crs(CoordinateReferenceSystem crs)
AttributeTypeBuilder
AttributeTypeBuilder. defaultValue(Object defaultValue)
AttributeTypeBuilder
AttributeTypeBuilder. description(String description)
AttributeTypeBuilder
AttributeTypeBuilder. identifiable(boolean isIdentifiable)
AttributeTypeBuilder
AttributeTypeBuilder. init(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(String name)
AttributeTypeBuilder
AttributeTypeBuilder. namespaceURI(String namespaceURI)
AttributeTypeBuilder
AttributeTypeBuilder. nillable(boolean isNillable)
AttributeTypeBuilder
AttributeTypeBuilder. options(List<?> options)
Sets a list of possible valid values for the attribute type being built, and returns a reference to the builder itselfAttributeTypeBuilder
AttributeTypeBuilder. restriction(Filter restriction)
AttributeTypeBuilder
AttributeTypeBuilder. setFactory(FeatureTypeFactory factory)
AttributeTypeBuilder
AttributeTypeBuilder. superType(AttributeType superType)
AttributeTypeBuilder
AttributeTypeBuilder. userData(Object key, Object value)
-
Uses of AttributeTypeBuilder in org.geotools.feature.simple
Fields in org.geotools.feature.simple declared as AttributeTypeBuilder Modifier and Type Field Description protected AttributeTypeBuilder
SimpleFeatureTypeBuilder. attributeBuilder
attribute builderMethods in org.geotools.feature.simple with parameters of type AttributeTypeBuilder Modifier and Type Method Description void
SimpleFeatureTypeBuilder. set(String attributeName, AttributeTypeBuilder attributeBuilder)
Replace the descriptor at the provided index.
-