类 PointZ

    • 字段详细资料

      • 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[] coord)
        Constructor
        参数:
        coord - Coordinate array
      • 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
      • toArray

        public double[] toArray()
        To double array
        覆盖:
        toArray 在类中 PointD
        返回:
        Double array
      • toFloatArray

        public float[] toFloatArray()
        To float array
        覆盖:
        toFloatArray 在类中 PointD
        返回:
        Float array
      • clone

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