|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationType | |
---|---|
org.opengis.metadata.acquisition | Acquisition information. |
Uses of OperationType in org.opengis.metadata.acquisition |
---|
Fields in org.opengis.metadata.acquisition declared as OperationType | |
---|---|
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. |
Methods in org.opengis.metadata.acquisition that return OperationType | |
---|---|
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 OperationType s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |