Package | Description |
---|---|
org.apache.sis.feature.builder |
Helper classes for creating
FeatureType instances. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Set<AttributeRole> |
AttributeTypeBuilder.roles()
Returns the roles that the attribute play in the pre-defined operations managed by
AttributeTypeBuilder . |
Modifier and Type | Method and Description |
---|---|
boolean |
AttributeTypeBuilder.addRole(AttributeRole role)
Flags this attribute as an input of one of the pre-defined operations managed by
AttributeTypeBuilder . |
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.