Uses of Interface
org.opengis.metadata.acquisition.Objective
Packages that use Objective
Package
Description
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
-
Uses of Objective in org.apache.sis.metadata.iso.acquisition
Classes in org.apache.sis.metadata.iso.acquisition that implement ObjectiveModifier and TypeClassDescriptionclassDescribes the characteristics, spatial and temporal extent of the intended object to be observed.Methods in org.apache.sis.metadata.iso.acquisition that return types with arguments of type ObjectiveModifier and TypeMethodDescriptionDefaultEvent.getExpectedObjectives()Returns the objective or objectives satisfied by an event.DefaultAcquisitionInformation.getObjectives()Returns the area or object to be sensed.DefaultOperation.getObjectives()Returns object(s) or area(s) of interest to be sensed.Methods in org.apache.sis.metadata.iso.acquisition with parameters of type ObjectiveModifier and TypeMethodDescriptionstatic DefaultObjectiveDefaultObjective.castOrCopy(Objective object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.acquisition with type arguments of type ObjectiveModifier and TypeMethodDescriptionvoidDefaultEvent.setExpectedObjectives(Collection<? extends Objective> newValues) Sets the objective or objectives satisfied by an event.voidDefaultAcquisitionInformation.setObjectives(Collection<? extends Objective> newValues) Sets the area or object to be sensed.voidDefaultOperation.setObjectives(Collection<? extends Objective> newValues) Sets Object(s) or area(s) of interest to be sensed.Constructors in org.apache.sis.metadata.iso.acquisition with parameters of type ObjectiveModifierConstructorDescriptionDefaultObjective(Objective object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Objective in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return types with arguments of type ObjectiveModifier and TypeMethodDescriptionCollection<? extends Objective> Event.getExpectedObjectives()Objective or objectives satisfied by an event.Collection<? extends Objective> AcquisitionInformation.getObjectives()Identification of the area or object to be sensed.Collection<? extends Objective> Operation.getObjectives()Object(s) or area(s) of interest to be sensed.