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 Object |
AbstractOperation.apply(AbstractFeature feature,
ParameterValueGroup parameters)
Executes the operation on the specified feature with the specified parameters.
|
abstract void |
AbstractAssociation.setValue(AbstractFeature value)
Sets the associated feature.
|
static void |
Features.validate(AbstractFeature feature)
Ensures that all characteristics and property values in the given feature are valid.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAssociation.setValues(Collection<? extends AbstractFeature> values)
Sets the features.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.