|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@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.
Method Summary | |
---|---|
Collection<? extends Plan> |
getAcquisitionPlans()
Identifies the plan as implemented by the acquisition. |
Collection<? extends Requirement> |
getAcquisitionRequirements()
Identifies the requirement the data acquisition intends to satisfy. |
EnvironmentalRecord |
getEnvironmentalConditions()
A record of the environmental circumstances during the data acquisition. |
Collection<? extends Instrument> |
getInstruments()
General information about the instrument used in data acquisition. |
Collection<? extends Objective> |
getObjectives()
Identification of the area or object to be sensed. |
Collection<? extends Operation> |
getOperations()
General information about an identifiable activity which provided the data. |
Collection<? extends Platform> |
getPlatforms()
General information about the platform from which the data were taken. |
Method Detail |
---|
@UML(identifier="acquisitionPlan", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Plan> getAcquisitionPlans()
@UML(identifier="acquisitionRequirement", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Requirement> getAcquisitionRequirements()
@UML(identifier="environmentalConditions", obligation=OPTIONAL, specification=ISO_19115_2) EnvironmentalRecord getEnvironmentalConditions()
@UML(identifier="instrument", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Instrument> getInstruments()
@UML(identifier="objective", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Objective> getObjectives()
@UML(identifier="operation", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Operation> getOperations()
@UML(identifier="platform", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Platform> getPlatforms()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |