Uses of Class
org.apache.sis.feature.builder.AttributeRole
-
Packages that use AttributeRole Package Description org.apache.sis.feature.builder Helper classes for creatingFeatureType
instances. -
-
Uses of AttributeRole in org.apache.sis.feature.builder
Methods in org.apache.sis.feature.builder that return AttributeRole Modifier and Type Method Description static AttributeRole
AttributeRole. valueOf(String name)
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 AttributeRole Modifier and Type Method Description Set<AttributeRole>
AttributeTypeBuilder. roles()
Returns the roles that the attribute play in the pre-defined operations managed byAttributeTypeBuilder
.Methods in org.apache.sis.feature.builder with parameters of type AttributeRole Modifier and Type Method Description boolean
AttributeTypeBuilder. addRole(AttributeRole role)
Flags this attribute as an input of one of the pre-defined operations managed byAttributeTypeBuilder
.
-