| Package | Description |
|---|---|
| org.opengis.metadata.acquisition |
| Modifier and Type | Field and Description |
|---|---|
static ObjectiveType |
ObjectiveType.INSTANTANEOUS_COLLECTION
Single instance of collection.
|
static ObjectiveType |
ObjectiveType.PERSISTENT_VIEW
Multiple instances of collection.
|
static ObjectiveType |
ObjectiveType.SURVEY
Collection over specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectiveType[] |
ObjectiveType.family()
Returns the list of enumerations of the same kind than this enum.
|
static ObjectiveType |
ObjectiveType.valueOf(String code)
Returns the objective type that matches the given string, or returns a
new one if none match it.
|
static ObjectiveType[] |
ObjectiveType.values()
Returns the list of
ObjectiveTypes. |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends ObjectiveType> |
Objective.getTypes()
Collection technique for the objective.
|
Copyright © 1994–2017 Open Geospatial Consortium. All rights reserved.