Uses of Class
org.apache.sis.feature.builder.TypeBuilder
-
Packages that use TypeBuilder Package Description org.apache.sis.feature.builder Helper classes for creatingFeatureTypeinstances. -
-
Uses of TypeBuilder in org.apache.sis.feature.builder
Subclasses of TypeBuilder in org.apache.sis.feature.builder Modifier and Type Class Description classAssociationRoleBuilderDescribes one association from theFeatureTypeto be built by anFeatureTypeBuilderto anotherFeatureType.classAttributeTypeBuilder<V>Describes oneAttributeTypewhich will be part of the feature type to be built by aFeatureTypeBuilder.classCharacteristicTypeBuilder<V>Describes one characteristic of theAttributeTypewill will be built by aFeatureTypeBuilder.classFeatureTypeBuilderHelper class for the creation ofFeatureTypeinstances.classPropertyTypeBuilderDescribes one property of theFeatureTypeto be built by anFeatureTypeBuilder.Methods in org.apache.sis.feature.builder that return TypeBuilder Modifier and Type Method Description TypeBuilderTypeBuilder. setDefinition(CharSequence definition)Sets a concise definition of the element.TypeBuilderTypeBuilder. setDeprecated(boolean deprecated)Sets whether the type is deprecated.TypeBuilderTypeBuilder. setDescription(CharSequence description)Sets optional information beyond that required for concise definition of the element.TypeBuilderTypeBuilder. setDesignation(CharSequence designation)Sets a natural language designator for the element.TypeBuilderTypeBuilder. setName(CharSequence localPart)Sets theIdentifiedTypename as a simple string (local name).TypeBuilderTypeBuilder. setName(CharSequence... components)Sets theIdentifiedTypename as a string in the given scope.TypeBuilderTypeBuilder. setName(GenericName name)Sets theIdentifiedTypename as a generic name.
-