类 PointZ

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

    public class PointZ
    extends PointD
    implements java.lang.Cloneable
    作者:
    yaqiang
    • 字段概要

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

        X, Y
    • 构造器概要

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

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

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

      • Z

        public double Z
        Z coordinate
      • M

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

      • PointZ

        public PointZ()
        Constructor
      • PointZ

        public PointZ​(double x,
                      double y,
                      double z)
        Constructor
        参数:
        x - X
        y - Y
        z - Z
      • PointZ

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

      • toPointD

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

        public java.lang.Object clone()
        Clone
        覆盖:
        clone 在类中 PointD
        返回:
        PointZ object