类 PointZ
- java.lang.Object
-
- org.meteoinfo.common.PointD
-
- org.meteoinfo.geometry.shape.PointZ
-
- 所有已实现的接口:
java.lang.Cloneable
public class PointZ extends org.meteoinfo.common.PointD implements java.lang.Cloneable- 作者:
- yaqiang
-
-
构造器详细资料
-
PointZ
public PointZ()
Constructor
-
PointZ
public PointZ(double x, double y, double z)Constructor- 参数:
x- Xy- Yz- Z
-
PointZ
public PointZ(double[] coord)
Constructor- 参数:
coord- Coordinate array
-
PointZ
public PointZ(double x, double y, double z, double m)Constructor- 参数:
x- Xy- Yz- Zm- M
-
-