@UML(identifier="MI_AcquisitionInformation",
specification=ISO_19115_2)
public interface AcquisitionInformation
Designations for the measuring instruments, the platform carrying them, and the mission to
which the data contributes.
- Since:
- 2.3
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection
<? extends Plan> Identifies the plan as implemented by the acquisition.default Collection
<? extends Requirement> Identifies the requirement the data acquisition intends to satisfy.default EnvironmentalRecord
A record of the environmental circumstances during the data acquisition.default Collection
<? extends Instrument> General information about the instrument used in data acquisition.default Collection
<? extends Objective> Identification of the area or object to be sensed.default Collection
<? extends Operation> General information about an identifiable activity which provided the data.default Collection
<? extends Platform> General information about the platform from which the data were taken.
-
Method Details
-
getAcquisitionPlans
@UML(identifier="acquisitionPlan", obligation=OPTIONAL, specification=ISO_19115_2) default Collection<? extends Plan> getAcquisitionPlans()Identifies the plan as implemented by the acquisition.- Returns:
- plan as implemented by the acquisition.
-
getAcquisitionRequirements
@UML(identifier="acquisitionRequirement", obligation=OPTIONAL, specification=ISO_19115_2) default Collection<? extends Requirement> getAcquisitionRequirements()Identifies the requirement the data acquisition intends to satisfy.- Returns:
- requirement the data acquisition intends to satisfy.
-
getEnvironmentalConditions
@UML(identifier="environmentalConditions", obligation=OPTIONAL, specification=ISO_19115_2) default EnvironmentalRecord getEnvironmentalConditions()A record of the environmental circumstances during the data acquisition.- Returns:
- record of the environmental circumstances, or
null
.
-
getInstruments
@UML(identifier="instrument", obligation=OPTIONAL, specification=ISO_19115_2) default Collection<? extends Instrument> getInstruments()General information about the instrument used in data acquisition.- Returns:
- instrument used in data acquisition.
-
getObjectives
@UML(identifier="objective", obligation=OPTIONAL, specification=ISO_19115_2) default Collection<? extends Objective> getObjectives()Identification of the area or object to be sensed.- Returns:
- area or object to be sensed.
-
getOperations
@UML(identifier="operation", obligation=OPTIONAL, specification=ISO_19115_2) default Collection<? extends Operation> getOperations()General information about an identifiable activity which provided the data.- Returns:
- identifiable activity which provided the data.
-
getPlatforms
@UML(identifier="platform", obligation=OPTIONAL, specification=ISO_19115_2) default Collection<? extends Platform> getPlatforms()General information about the platform from which the data were taken.- Returns:
- platform from which the data were taken.
-