Uses of Interface
org.opengis.metadata.acquisition.Operation
Packages that use Operation
Package
Description
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
-
Uses of Operation in org.apache.sis.metadata.iso.acquisition
Classes in org.apache.sis.metadata.iso.acquisition that implement OperationModifier and TypeClassDescriptionclassDesignations for the operation used to acquire the dataset.Methods in org.apache.sis.metadata.iso.acquisition that return OperationModifier and TypeMethodDescriptionDefaultOperation.getParentOperation()Returns the heritage of the operation.Methods in org.apache.sis.metadata.iso.acquisition that return types with arguments of type OperationModifier and TypeMethodDescriptionDefaultOperation.getChildOperations()Returns the sub-missions that make up part of a larger mission.DefaultAcquisitionInformation.getOperations()Returns the general information about an identifiable activity which provided the data.DefaultPlan.getOperations()Returns the identification of the activity or activities that satisfy a plan.Methods in org.apache.sis.metadata.iso.acquisition with parameters of type OperationModifier and TypeMethodDescriptionstatic DefaultOperationDefaultOperation.castOrCopy(Operation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.voidDefaultOperation.setParentOperation(Operation newValue) Sets the heritage of the operation.Method parameters in org.apache.sis.metadata.iso.acquisition with type arguments of type OperationModifier and TypeMethodDescriptionvoidDefaultOperation.setChildOperations(Collection<? extends Operation> newValues) Sets the sub-missions that make up part of a larger mission.voidDefaultAcquisitionInformation.setOperations(Collection<? extends Operation> newValues) Sets the general information about an identifiable activity which provided the data.voidDefaultPlan.setOperations(Collection<? extends Operation> newValues) Sets the identification of the activity or activities that satisfy a plan.Constructors in org.apache.sis.metadata.iso.acquisition with parameters of type OperationModifierConstructorDescriptionDefaultOperation(Operation object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Operation in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return OperationMethods in org.opengis.metadata.acquisition that return types with arguments of type OperationModifier and TypeMethodDescriptionCollection<? extends Operation> Operation.getChildOperations()Sub-missions that make up part of a larger mission.Collection<? extends Operation> AcquisitionInformation.getOperations()General information about an identifiable activity which provided the data.Collection<? extends Operation> Plan.getOperations()Identification of the activity or activities that satisfy a plan.