Uses of Interface
org.opengis.metadata.acquisition.Plan
-
Packages that use Plan Package Description org.opengis.metadata.acquisition -
-
Uses of Plan in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return Plan Modifier and Type Method Description Plan
Operation. getPlan()
Plan satisfied by the operation.Methods in org.opengis.metadata.acquisition that return types with arguments of type Plan Modifier and Type Method Description java.util.Collection<? extends Plan>
AcquisitionInformation. getAcquisitionPlans()
Identifies the plan as implemented by the acquisition.java.util.Collection<? extends Plan>
Requirement. getSatisfiedPlans()
Plan that identifies solution to satisfy the requirement.
-