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
Subclasses with type arguments of type AttributeRole in org.apache.sis.feature.builderModifier and TypeClassDescriptionenumRoles that can be associated to some attributes for instructingFeatureTypeBuilderhow to generate predefined operations.private final classThe iterator returned by theAttributeTypeBuilder.roles()set.Methods in org.apache.sis.feature.builder that return AttributeRoleModifier and TypeMethodDescriptionstatic AttributeRoleReturns 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 TypeMethodDescriptionbooleanAttributeTypeBuilder.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.