Package | Description |
---|---|
org.apache.sis.feature |
Defines the structure and content of views of real-world phenomenon.
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractFeature |
AbstractAssociation.getValue()
Returns the associated feature, or
null if none. |
AbstractFeature |
DefaultFeatureType.newInstance()
Creates a new feature instance of this type.
|
Modifier and Type | Method and Description |
---|---|
Collection<AbstractFeature> |
AbstractAssociation.getValues()
Returns all features, or an empty collection if none.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractAssociation.setValue(AbstractFeature value)
Sets the associated feature.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAssociation.setValues(Collection<? extends AbstractFeature> values)
Sets the features.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.