@UML(identifier="MI_OperationTypeCode", specification=ISO_19115_2) public final class OperationType extends CodeList<OperationType>
CodeList.Filter| Modifier and Type | Field and Description |
|---|---|
static OperationType |
REAL
Originates from live-fly or other non-simulated operational source.
|
static OperationType |
SIMULATED
Originates from target simulator sources.
|
static OperationType |
SYNTHESIZED
Mix of real and simulated data.
|
| Modifier and Type | Method and Description |
|---|---|
OperationType[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static OperationType |
valueOf(String code)
Returns the operation type that matches the given string, or returns a
new one if none match it.
|
static OperationType[] |
values()
Returns the list of
OperationTypes. |
@UML(identifier="real", obligation=CONDITIONAL, specification=ISO_19115_2) public static final OperationType REAL
@UML(identifier="simulated", obligation=CONDITIONAL, specification=ISO_19115_2) public static final OperationType SIMULATED
@UML(identifier="synthesized", obligation=CONDITIONAL, specification=ISO_19115_2) public static final OperationType SYNTHESIZED
public static OperationType[] values()
OperationTypes.public OperationType[] family()
family in class CodeList<OperationType>public static OperationType valueOf(String code)
code - The name of the code to fetch or to create.Copyright © 1994–2017 Open Geospatial Consortium. All rights reserved.