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 classRemoveOnlyList<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 classDescribes one association from theFeatureTypeto be built by anFeatureTypeBuilderto anotherFeatureType.final classDescribes oneAttributeTypewhich will be part of the feature type to be built by aFeatureTypeBuilder.final classDescribes one characteristic of theAttributeTypewill will be built by aFeatureTypeBuilder.classHelper class for the creation ofFeatureTypeinstances.(package private) final classWraps an existing operation.classDescribes one property of theFeatureTypeto 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 theIdentifiedTypename as a simple string (local name).TypeBuilder.setName(CharSequence... components) Sets theIdentifiedTypename as a string in the given scope.TypeBuilder.setName(org.opengis.util.GenericName name) Sets theIdentifiedTypename as a generic name.Methods in org.apache.sis.feature.builder with parameters of type TypeBuilderModifier and TypeMethodDescription(package private) final voidTypeBuilder.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.