| Package | Description |
|---|---|
| org.apache.sis.feature |
Defines the structure and content of views of real-world phenomenon.
|
| org.apache.sis.feature.builder |
Helper classes for creating
FeatureType instances. |
| Modifier and Type | Method and Description |
|---|---|
DefaultAssociationRole |
AbstractAssociation.getRole()
Returns information about the association.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractAssociation |
AbstractAssociation.create(DefaultAssociationRole role)
Creates a new association of the given role.
|
| Constructor and Description |
|---|
AbstractAssociation(DefaultAssociationRole role)
Creates a new association of the given role.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultAssociationRole |
AssociationRoleBuilder.build()
Builds the association role from the information specified to this builder.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationRoleBuilder |
FeatureTypeBuilder.addAssociation(DefaultAssociationRole template)
Creates a new
FeatureAssociationRole builder initialized to the same characteristics
than the given template. |
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.