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
Classes in org.apache.sis.feature.builder with type parameters of type TypeBuilderModifier and TypeClassDescription(package private) final class
RemoveOnlyList<E extends TypeBuilder>
Wraps another list in a new list allowing only read and remove operations.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.(package private) final class
Wraps an existing operation.class
Describes one property of theFeatureType
to be built by anFeatureTypeBuilder
.Methods in org.apache.sis.feature.builder with type parameters of type TypeBuilderModifier and TypeMethodDescription(package private) final <E extends TypeBuilder>
EReturns the element of the given name in the given list.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
(org.opengis.util.GenericName name) Sets theIdentifiedType
name as a generic name.Methods in org.apache.sis.feature.builder with parameters of type TypeBuilderModifier and TypeMethodDescription(package private) final void
TypeBuilder.ensureAlive
(TypeBuilder owner) Ensures that this instance is still alive.Constructors in org.apache.sis.feature.builder with parameters of type TypeBuilderModifierConstructorDescription(package private)
TypeBuilder
(TypeBuilder builder) Creates a new builder initialized to the values of the given builder.