Uses of Class
org.opengis.metadata.acquisition.OperationType
Packages that use OperationType
Package
Description
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
-
Uses of OperationType in org.apache.sis.metadata.iso.acquisition
Methods in org.apache.sis.metadata.iso.acquisition that return OperationTypeModifier and TypeMethodDescriptionDefaultOperation.getType()Returns the collection technique for the operation.Methods in org.apache.sis.metadata.iso.acquisition with parameters of type OperationTypeModifier and TypeMethodDescriptionvoidDefaultOperation.setType(OperationType newValue) Sets the collection technique for the operation. -
Uses of OperationType in org.opengis.metadata.acquisition
Subclasses with type arguments of type OperationType in org.opengis.metadata.acquisitionModifier and TypeClassDescriptionfinal classCode indicating whether the data contained in this packet is real (originates from live-fly or other non-simulated operational sources), simulated (originates from target simulator sources), or synthesized (a mix of real and simulated data).Fields in org.opengis.metadata.acquisition declared as OperationTypeModifier and TypeFieldDescriptionstatic final OperationTypeOperationType.REALOriginates from live-fly or other non-simulated operational source.static final OperationTypeOperationType.SIMULATEDOriginates from target simulator sources.static final OperationTypeOperationType.SYNTHESIZEDMix of real and simulated data.Methods in org.opengis.metadata.acquisition that return OperationTypeModifier and TypeMethodDescriptionOperationType.family()Returns the list of enumerations of the same kind as this enum.Operation.getType()Collection technique for the operation.static OperationTypeReturns the operation type that matches the given string, or returns a new one if none match it.static OperationType[]OperationType.values()Returns the list ofOperationTypes.