Uses of Interface
org.opengis.metadata.acquisition.Plan
Packages that use Plan
Package
Description
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
-
Uses of Plan in org.apache.sis.metadata.iso.acquisition
Classes in org.apache.sis.metadata.iso.acquisition that implement PlanModifier and TypeClassDescriptionclassDesignations for the planning information related to meeting the data acquisition requirements.Methods in org.apache.sis.metadata.iso.acquisition that return PlanModifier and TypeMethodDescriptionDefaultOperation.getPlan()Returns the plan satisfied by the operation.Methods in org.apache.sis.metadata.iso.acquisition that return types with arguments of type PlanModifier and TypeMethodDescriptionDefaultAcquisitionInformation.getAcquisitionPlans()Returns the plan as implemented by the acquisition.DefaultRequirement.getSatisfiedPlans()Returns the plan that identifies solution to satisfy the requirement.Methods in org.apache.sis.metadata.iso.acquisition with parameters of type PlanModifier and TypeMethodDescriptionstatic DefaultPlanDefaultPlan.castOrCopy(Plan object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.voidSets the plan satisfied by the operation.Method parameters in org.apache.sis.metadata.iso.acquisition with type arguments of type PlanModifier and TypeMethodDescriptionvoidDefaultAcquisitionInformation.setAcquisitionPlans(Collection<? extends Plan> newValues) Sets the plan as implemented by the acquisition.voidDefaultRequirement.setSatisfiedPlans(Collection<? extends Plan> newValues) Sets the plan that identifies solution to satisfy the requirement.Constructors in org.apache.sis.metadata.iso.acquisition with parameters of type PlanModifierConstructorDescriptionDefaultPlan(Plan object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Plan in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return PlanMethods in org.opengis.metadata.acquisition that return types with arguments of type PlanModifier and TypeMethodDescriptionCollection<? extends Plan> AcquisitionInformation.getAcquisitionPlans()Identifies the plan as implemented by the acquisition.Collection<? extends Plan> Requirement.getSatisfiedPlans()Plan that identifies solution to satisfy the requirement.