Uses of Class
org.apache.sis.feature.builder.TypeBuilder
Packages that use TypeBuilder
Package
Description
Helper classes for creating
FeatureType
instances.-
Uses of TypeBuilder in org.apache.sis.feature.builder
Subclasses of TypeBuilder 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
.final class
Describes one characteristic of theAttributeType
will will be built by aFeatureTypeBuilder
.class
Helper class for the creation ofFeatureType
instances.class
Describes one property of theFeatureType
to be built by anFeatureTypeBuilder
.Methods in org.apache.sis.feature.builder that return TypeBuilderModifier and TypeMethodDescriptionTypeBuilder.setDefinition
(CharSequence definition) Sets a concise definition of the element.TypeBuilder.setDeprecated
(boolean deprecated) Sets whether the type is deprecated.TypeBuilder.setDescription
(CharSequence description) Sets optional information beyond that required for concise definition of the element.TypeBuilder.setDesignation
(CharSequence designation) Sets a natural language designator for the element.TypeBuilder.setName
(CharSequence localPart) Sets theIdentifiedType
name as a simple string (local name).TypeBuilder.setName
(CharSequence... components) Sets theIdentifiedType
name as a string in the given scope.TypeBuilder.setName
(GenericName name) Sets theIdentifiedType
name as a generic name.