接口 DepthSentence

所有超级接口:
Sentence
所有已知子接口:
DBTSentence, DPTSentence

public interface DepthSentence extends Sentence
Interface for sentences containing the depth of water.
作者:
Kimmo Tuukkanen
  • 方法详细资料

    • getDepth

      double getDepth()
      Get depth of water, in meters.
      返回:
      Depth value
    • setDepth

      void setDepth(double depth)
      Set depth of water, in meters.
      参数:
      depth - Depth value