|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="MI_Platform", specification=ISO_19115_2) public interface Platform
Designation of the platform used to acquire the dataset.
Method Summary | |
---|---|
Citation |
getCitation()
Source where information about the platform is described. |
InternationalString |
getDescription()
Narrative description of the platform supporting the instrument. |
Identifier |
getIdentifier()
Unique identification of the platform. |
Collection<? extends Instrument> |
getInstruments()
Instrument(s) mounted on a platform. |
Collection<? extends ResponsibleParty> |
getSponsors()
Organization responsible for building, launch, or operation of the platform. |
Method Detail |
---|
@UML(identifier="citation", obligation=OPTIONAL, specification=ISO_19115_2) Citation getCitation()
@UML(identifier="identifier", obligation=MANDATORY, specification=ISO_19115_2) Identifier getIdentifier()
@UML(identifier="description", obligation=MANDATORY, specification=ISO_19115_2) InternationalString getDescription()
@UML(identifier="sponsor", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends ResponsibleParty> getSponsors()
@UML(identifier="instrument", obligation=MANDATORY, specification=ISO_19115_2) Collection<? extends Instrument> getInstruments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |