Class LoRaGatewayLocation

    • Constructor Detail

      • LoRaGatewayLocation

        public LoRaGatewayLocation()
      • LoRaGatewayLocation

        public LoRaGatewayLocation​(LoRaGatewayLocation source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getLatitude

        public Float getLatitude()
        Get 纬度
        Returns:
        Latitude 纬度
      • setLatitude

        public void setLatitude​(Float Latitude)
        Set 纬度
        Parameters:
        Latitude - 纬度
      • getLongitude

        public Float getLongitude()
        Get 精度
        Returns:
        Longitude 精度
      • setLongitude

        public void setLongitude​(Float Longitude)
        Set 精度
        Parameters:
        Longitude - 精度
      • getAccuracy

        public Float getAccuracy()
        Get 准确度
        Returns:
        Accuracy 准确度
      • setAccuracy

        public void setAccuracy​(Float Accuracy)
        Set 准确度
        Parameters:
        Accuracy - 准确度
      • getAltitude

        public Float getAltitude()
        Get 海拔
        Returns:
        Altitude 海拔
      • setAltitude

        public void setAltitude​(Float Altitude)
        Set 海拔
        Parameters:
        Altitude - 海拔