类 PointM

  • 所有已实现的接口:
    java.lang.Cloneable

    public class PointM
    extends PointD
    作者:
    yaqiang
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      double M
      Measure
      • 从类继承的字段 org.meteoinfo.global.PointD

        X, Y
    • 构造器概要

      构造器 
      构造器 说明
      PointM()
      Constructor
      PointM​(double x, double y, double m)
      Constructor
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      PointD toPointD()
      Convert to PointD
      • 从类继承的方法 java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • M

        public double M
        Measure
    • 构造器详细资料

      • PointM

        public PointM()
        Constructor
      • PointM

        public PointM​(double x,
                      double y,
                      double m)
        Constructor
        参数:
        x - X
        y - Y
        m - M
    • 方法详细资料

      • toPointD

        public PointD toPointD()
        Convert to PointD
        返回:
        PointD