Uses of Class
org.opengis.metadata.acquisition.OperationType
Packages that use OperationType
-
Uses of OperationType in org.opengis.metadata.acquisition
Fields in org.opengis.metadata.acquisition declared as OperationTypeModifier and TypeFieldDescriptionstatic final OperationType
OperationType.REAL
Originates from live-fly or other non-simulated operational source.static final OperationType
OperationType.SIMULATED
Originates from target simulator sources.static final OperationType
OperationType.SYNTHESIZED
Mix of real and simulated data.Methods in org.opengis.metadata.acquisition that return OperationTypeModifier and TypeMethodDescriptionOperationType.family()
Returns the list of codes of the same kind as this code list element.default OperationType
Operation.getType()
Collection technique for the operation.static OperationType
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.