Uses of Class
org.opengis.metadata.acquisition.OperationType
-
Packages that use OperationType Package Description org.opengis.metadata.acquisition -
-
Uses of OperationType in org.opengis.metadata.acquisition
Fields in org.opengis.metadata.acquisition declared as OperationType Modifier and Type Field 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.Fields in org.opengis.metadata.acquisition with type parameters of type OperationType Modifier and Type Field Description private static java.util.List<OperationType>
OperationType. VALUES
List of all enumerations of this type.Methods in org.opengis.metadata.acquisition that return OperationType Modifier and Type Method 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(java.lang.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 ofOperationType
s.
-