Instrument (Apache SIS 1.6 API) JavaScript is disabled on your browser.     Skip navigation links Overview Class Use Tree New Deprecated Index Search Help org.opengis.geoapi org.opengis.metadata.acquisition Instrument Contents  Description Method Summary Method Details getCitations() getIdentifier() getType() getDescription() getMountedOn() Hide sidebar  Show sidebar Interface Instrument All Known Implementing Classes: Default­Instrument @UML(identifier="MI_Instrument", specification=ISO_19115_2) public interface Instrument Designations for the measuring instruments. Since: 2.3 Method Summary All MethodsInstance MethodsAbstract Methods Modifier and Type Method Description Collection<? extends Citation> get­Citations() Complete citation of the instrument. International­String get­Description() Textual description of the instrument. Identifier get­Identifier() Unique identification of the instrument. Platform get­Mounted­On() Platform on which the instrument is mounted. International­String get­Type() Name of the type of instrument. Method Details getCitations @UML(identifier="citation", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Citation> getCitations() Complete citation of the instrument. Returns: Complete citation of the instrument. getIdentifier @UML(identifier="identifier", obligation=MANDATORY, specification=ISO_19115_2) Identifier getIdentifier() Unique identification of the instrument. Returns: Unique identification of the instrument. getType @UML(identifier="type", obligation=MANDATORY, specification=ISO_19115_2) InternationalString getType() Name of the type of instrument. Examples: framing, line-scan, push-broom, pan-frame. Returns: Type of instrument. getDescription @UML(identifier="description", obligation=OPTIONAL, specification=ISO_19115_2) InternationalString getDescription() Textual description of the instrument. Returns: Textual description. getMountedOn @UML(identifier="mountedOn", obligation=OPTIONAL, specification=ISO_19115_2) Platform getMountedOn() Platform on which the instrument is mounted. Returns: Platform on which the instrument is mounted.