Uses of Enum
org.apache.sis.feature.builder.AttributeRole
Packages that use AttributeRole
Package
Description
Helper classes for creating
FeatureType
instances.-
Uses of AttributeRole in org.apache.sis.feature.builder
Methods in org.apache.sis.feature.builder that return AttributeRoleModifier and TypeMethodDescriptionstatic AttributeRole
Returns the enum constant of this type with the specified name.static AttributeRole[]
AttributeRole.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.feature.builder that return types with arguments of type AttributeRoleModifier and TypeMethodDescription(package private) static Set
<AttributeRole> AttributeRole.merge
(Set<AttributeRole> oldValue, Set<AttributeRole> newValue) Returns the union of the given set of attribute roles.AttributeTypeBuilder.roles()
Returns the roles that the attribute play in the predefined operations managed byAttributeTypeBuilder
.Methods in org.apache.sis.feature.builder with parameters of type AttributeRoleModifier and TypeMethodDescriptionboolean
AttributeTypeBuilder.addRole
(AttributeRole role) Flags this attribute as an input of one of the predefined operations managed byAttributeTypeBuilder
.Method parameters in org.apache.sis.feature.builder with type arguments of type AttributeRoleModifier and TypeMethodDescription(package private) static Set
<AttributeRole> AttributeRole.merge
(Set<AttributeRole> oldValue, Set<AttributeRole> newValue) Returns the union of the given set of attribute roles.