Uses of Interface org.opengis.metadata.acquisition.Operation (Apache SIS 1.6 API) JavaScript is disabled on your browser.     Skip navigation links Overview Class Use Tree New Deprecated Index Search Help org.opengis.geoapi org.opengis.metadata.acquisition Operation Uses of Interface org.opengis.metadata.acquisition.Operation Packages that use Operation Package Description org.apache.sis.metadata.iso.acquisition Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes. org.opengis.metadata.acquisition Acquisition information. Uses of Operation in org.apache.sis.metadata.iso.acquisition Classes in org.apache.sis.metadata.iso.acquisition that implement Operation Modifier and Type Class Description class  DefaultOperation Designations for the operation used to acquire the dataset. Methods in org.apache.sis.metadata.iso.acquisition that return Operation Modifier and Type Method Description Operation DefaultOperation.getParentOperation() Returns the heritage of the operation. Methods in org.apache.sis.metadata.iso.acquisition that return types with arguments of type Operation Modifier and Type Method Description Collection<Operation> DefaultOperation.getChildOperations() Returns the sub-missions that make up part of a larger mission. Collection<Operation> DefaultAcquisitionInformation.getOperations() Returns the general information about an identifiable activity which provided the data. Collection<Operation> 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 Operation Modifier and Type Method Description static DefaultOperation DefaultOperation.castOrCopy(Operation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation. void DefaultOperation.setParentOperation(Operation newValue) Sets the heritage of the operation. Method parameters in org.apache.sis.metadata.iso.acquisition with type arguments of type Operation Modifier and Type Method Description void DefaultOperation.setChildOperations(Collection<? extends Operation> newValues) Sets the sub-missions that make up part of a larger mission. void DefaultAcquisitionInformation.setOperations(Collection<? extends Operation> newValues) Sets the general information about an identifiable activity which provided the data. void DefaultPlan.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 Operation Modifier Constructor Description   DefaultOperation(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 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 Collection<? 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.