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 AttributeTypeBuilderAttributeTypeBuilder. abstrct(boolean isAbstract)AttributeTypeBuilderAttributeTypeBuilder. binding(Class<?> binding)AttributeTypeBuilderAttributeTypeBuilder. crs(CoordinateReferenceSystem crs)AttributeTypeBuilderAttributeTypeBuilder. defaultValue(Object defaultValue)AttributeTypeBuilderAttributeTypeBuilder. description(String description)AttributeTypeBuilderAttributeTypeBuilder. identifiable(boolean isIdentifiable)AttributeTypeBuilderAttributeTypeBuilder. init(AttributeType type)Initializes builder state from another attribute type.AttributeTypeBuilderAttributeTypeBuilder. length(int length)AttributeTypeBuilderAttributeTypeBuilder. maxOccurs(int maxOccurs)AttributeTypeBuilderAttributeTypeBuilder. minOccurs(int minOccurs)AttributeTypeBuilderAttributeTypeBuilder. name(String name)AttributeTypeBuilderAttributeTypeBuilder. namespaceURI(String namespaceURI)AttributeTypeBuilderAttributeTypeBuilder. nillable(boolean isNillable)AttributeTypeBuilderAttributeTypeBuilder. options(List<?> options)Sets a list of possible valid values for the attribute type being built, and returns a reference to the builder itselfAttributeTypeBuilderAttributeTypeBuilder. range(NumberRange<? extends Number> range)Sets a range to which the attribute value should be contained in and returns a reference to the builder itselfAttributeTypeBuilderAttributeTypeBuilder. restriction(Filter restriction)AttributeTypeBuilderAttributeTypeBuilder. setFactory(FeatureTypeFactory factory)AttributeTypeBuilderAttributeTypeBuilder. superType(AttributeType superType)AttributeTypeBuilderAttributeTypeBuilder. 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 AttributeTypeBuilderSimpleFeatureTypeBuilder. attributeBuilderattribute builderMethods in org.geotools.feature.simple with parameters of type AttributeTypeBuilder Modifier and Type Method Description voidSimpleFeatureTypeBuilder. set(String attributeName, AttributeTypeBuilder attributeBuilder)Replace the descriptor at the provided index.
-