类 PointZ
- java.lang.Object
-
- org.meteoinfo.common.PointD
-
- org.meteoinfo.geometry.shape.PointZ
-
-
构造器详细资料
-
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
-
-
方法详细资料
-
toPointD
public PointD toPointD()
Convert to PointD- 返回:
- PointD
-
toFloatArray
public float[] toFloatArray()
To float array- 覆盖:
toFloatArray在类中PointD- 返回:
- Float array
-
-