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:
    Serialized Form
    • Field Detail

      • longitude

        protected DecimalType longitude
        Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below).
      • 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 below).
      • 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 below).