Uses of Class
org.apache.sis.feature.builder.AssociationRoleBuilder
Packages that use AssociationRoleBuilder
Package
Description
Helper classes for creating
FeatureType
instances.-
Uses of AssociationRoleBuilder in org.apache.sis.feature.builder
Methods in org.apache.sis.feature.builder that return AssociationRoleBuilderModifier and TypeMethodDescriptionFeatureTypeBuilder.addAssociation
(DefaultAssociationRole template) Creates a newFeatureAssociationRole
builder initialized to the same characteristics than the given template.FeatureTypeBuilder.addAssociation
(DefaultFeatureType type) Creates a newFeatureAssociationRole
builder for features of the given type.FeatureTypeBuilder.addAssociation
(org.opengis.util.GenericName type) Creates a newFeatureAssociationRole
builder for features of a type of the given name.AssociationRoleBuilder.setDefinition
(CharSequence definition) Sets a concise definition of the element.AssociationRoleBuilder.setDeprecated
(boolean deprecated) Sets whether the type is deprecated.AssociationRoleBuilder.setDescription
(CharSequence description) Sets optional information beyond that required for concise definition of the element.AssociationRoleBuilder.setDesignation
(CharSequence designation) Sets a natural language designator for the element.AssociationRoleBuilder.setMaximumOccurs
(int occurs) Sets the maximum number of associations.AssociationRoleBuilder.setMinimumOccurs
(int occurs) Sets the minimum number of associations.AssociationRoleBuilder.setName
(CharSequence localPart) Sets theFeatureAssociationRole
name as a simple string (local name).AssociationRoleBuilder.setName
(CharSequence... components) Sets theFeatureAssociationRole
name as a string in the given scope.AssociationRoleBuilder.setName
(org.opengis.util.GenericName name) Sets theFeatureAssociationRole
name as a generic name.