Uses of Class
org.apache.sis.feature.DefaultAssociationRole
Packages that use DefaultAssociationRole
Package
Description
Defines the structure and content of views of real-world phenomenon.
Helper classes for creating
FeatureType
instances.-
Uses of DefaultAssociationRole in org.apache.sis.feature
Methods in org.apache.sis.feature that return DefaultAssociationRoleModifier and TypeMethodDescriptionAbstractAssociation.getRole()
Returns information about the association.Methods in org.apache.sis.feature with parameters of type DefaultAssociationRoleModifier and TypeMethodDescriptionstatic AbstractAssociation
AbstractAssociation.create
(DefaultAssociationRole role) Creates a new association of the given role.Constructors in org.apache.sis.feature with parameters of type DefaultAssociationRoleModifierConstructorDescriptionprotected
Creates a new association of the given role. -
Uses of DefaultAssociationRole in org.apache.sis.feature.builder
Methods in org.apache.sis.feature.builder that return DefaultAssociationRoleModifier and TypeMethodDescriptionAssociationRoleBuilder.build()
Builds the association role from the information specified to this builder.Methods in org.apache.sis.feature.builder with parameters of type DefaultAssociationRoleModifier and TypeMethodDescriptionFeatureTypeBuilder.addAssociation
(DefaultAssociationRole template) Creates a newFeatureAssociationRole
builder initialized to the same characteristics than the given template.