Uses of Class
org.apache.sis.feature.builder.PropertyTypeBuilder
Packages that use PropertyTypeBuilder
Package
Description
Helper classes for creating
FeatureType
instances.-
Uses of PropertyTypeBuilder in org.apache.sis.feature.builder
Subclasses of PropertyTypeBuilder in org.apache.sis.feature.builderModifier and TypeClassDescriptionfinal class
Describes one association from theFeatureType
to be built by anFeatureTypeBuilder
to anotherFeatureType
.final class
Describes oneAttributeType
which will be part of the feature type to be built by aFeatureTypeBuilder
.Methods in org.apache.sis.feature.builder that return PropertyTypeBuilderModifier and TypeMethodDescriptionFeatureTypeBuilder.addProperty
(AbstractIdentifiedType template) Adds the given property in the feature type properties.FeatureTypeBuilder.getProperty
(String name) Returns the builder for the property of the given name.PropertyTypeBuilder.setDefinition
(CharSequence definition) Sets a concise definition of the element.PropertyTypeBuilder.setDeprecated
(boolean deprecated) Sets whether the type is deprecated.PropertyTypeBuilder.setDescription
(CharSequence description) Sets optional information beyond that required for concise definition of the element.PropertyTypeBuilder.setDesignation
(CharSequence designation) Sets a natural language designator for the element.PropertyTypeBuilder.setMaximumOccurs
(int occurs) Sets the maximum number of property values.PropertyTypeBuilder.setMinimumOccurs
(int occurs) Sets the minimum number of property values.PropertyTypeBuilder.setName
(CharSequence localPart) Sets thePropertyType
name as a simple string (local name).PropertyTypeBuilder.setName
(CharSequence... components) Sets thePropertyType
name as a string in the given scope.PropertyTypeBuilder.setName
(GenericName name) Sets thePropertyType
name as a generic name.Methods in org.apache.sis.feature.builder that return types with arguments of type PropertyTypeBuilderModifier and TypeMethodDescriptionFeatureTypeBuilder.properties()
Returns a view of all attributes and associations added to theFeatureType
to build.