根据指定的参数来构造一个 GeoPoint3D 对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public GeoPoint3D( double x, double y, double z ) |
参数
- x
- Type: System..::.Double
X坐标,单位为经纬度。
- y
- Type: System..::.Double
Y坐标,单位为经纬度。
- z
- Type: System..::.Double
Z坐标,单位为米。