Class Location.LocationPositionComponent

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseBackboneElement, org.hl7.fhir.instance.model.api.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
Enclosing class:
Location

public static class Location.LocationPositionComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
See Also:
  • Field Details

    • longitude

      Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes on Location main page).
    • latitude

      protected DecimalType latitude
      Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes on Location main page).
    • altitude

      protected DecimalType altitude
      Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes on Location main page).
  • Constructor Details

  • Method Details