| Package | Description |
|---|---|
| org.opengis.metadata.acquisition |
| Modifier and Type | Field and Description |
|---|---|
static OperationType |
OperationType.REAL
Originates from live-fly or other non-simulated operational source.
|
static OperationType |
OperationType.SIMULATED
Originates from target simulator sources.
|
static OperationType |
OperationType.SYNTHESIZED
Mix of real and simulated data.
|
| Modifier and Type | Method and Description |
|---|---|
OperationType[] |
OperationType.family()
Returns the list of enumerations of the same kind than this enum.
|
OperationType |
Operation.getType()
Collection technique for the operation.
|
static OperationType |
OperationType.valueOf(String code)
Returns the operation type that matches the given string, or returns a
new one if none match it.
|
static OperationType[] |
OperationType.values()
Returns the list of
OperationTypes. |
Copyright © 1994–2017 Open Geospatial Consortium. All rights reserved.