Uses of Class
org.geotools.feature.AttributeTypeBuilder
Packages that use AttributeTypeBuilder
-
Uses of AttributeTypeBuilder in org.geotools.feature
Methods in org.geotools.feature that return AttributeTypeBuilderModifier and TypeMethodDescriptionAttributeTypeBuilder.abstrct(boolean isAbstract) AttributeTypeBuilder.crs(CoordinateReferenceSystem crs) AttributeTypeBuilder.defaultValue(Object defaultValue) AttributeTypeBuilder.description(String description) AttributeTypeBuilder.identifiable(boolean isIdentifiable) AttributeTypeBuilder.init(AttributeType type) Initializes builder state from another attribute type.AttributeTypeBuilder.length(int length) AttributeTypeBuilder.maxOccurs(int maxOccurs) AttributeTypeBuilder.minOccurs(int minOccurs) AttributeTypeBuilder.namespaceURI(String namespaceURI) AttributeTypeBuilder.nillable(boolean isNillable) Sets a list of possible valid values for the attribute type being built, and returns a reference to the builder itselfAttributeTypeBuilder.range(NumberRange<? extends Number> range) Sets a range to which the attribute value should be contained in and returns a reference to the builder itselfAttributeTypeBuilder.restriction(Filter restriction) AttributeTypeBuilder.setFactory(FeatureTypeFactory factory) AttributeTypeBuilder.superType(AttributeType superType) -
Uses of AttributeTypeBuilder in org.geotools.feature.simple
Fields in org.geotools.feature.simple declared as AttributeTypeBuilderModifier and TypeFieldDescriptionprotected AttributeTypeBuilderSimpleFeatureTypeBuilder.attributeBuilderattribute builderMethods in org.geotools.feature.simple with parameters of type AttributeTypeBuilderModifier and TypeMethodDescriptionvoidSimpleFeatureTypeBuilder.set(String attributeName, AttributeTypeBuilder attributeBuilder) Replace the descriptor at the provided index.