Uses of Enum Class
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.Methods in org.apache.sis.feature.builder that return AttributeRoleModifier and TypeMethodDescriptionstatic AttributeRoleReturns the enum constant of this class with the specified name.static AttributeRole[]AttributeRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.feature.builder that return types with arguments of type AttributeRoleModifier and TypeMethodDescriptionAttributeTypeBuilder.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.