根据指定的参数来构造一个 GeoPoint3D 对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public GeoPoint3D( Point3D point ) |
参数
- point
- Type: SuperMap.Data..::.Point3D
指定的三维点对象。
C# |
---|
public GeoPoint3D( Point3D point ) |