Uses of Interface
org.opengis.metadata.acquisition.Operation
-
Packages that use Operation Package Description org.opengis.metadata.acquisition -
-
Uses of Operation in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return Operation Modifier and Type Method Description Operation
Operation. getParentOperation()
Heritage of the operation.Methods in org.opengis.metadata.acquisition that return types with arguments of type Operation Modifier and Type Method Description java.util.Collection<? extends Operation>
Operation. getChildOperations()
Sub-missions that make up part of a larger mission.java.util.Collection<? extends Operation>
AcquisitionInformation. getOperations()
General information about an identifiable activity which provided the data.java.util.Collection<? extends Operation>
Plan. getOperations()
Identification of the activity or activities that satisfy a plan.
-