ISpheroidGeocentricToGeodetic 方法 |
地心坐标转大地坐标
命名空间:
GISShare.SMap.SpatialReference
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法void GeocentricToGeodetic(
ref double dX,
ref double dY,
ref double dZ
)
Sub GeocentricToGeodetic (
ByRef dX As Double,
ByRef dY As Double,
ByRef dZ As Double
)
void GeocentricToGeodetic(
double% dX,
double% dY,
double% dZ
)
abstract GeocentricToGeodetic :
dX : float byref *
dY : float byref *
dZ : float byref -> unit
参数
- dX
- 类型: SystemDouble
- dY
- 类型: SystemDouble
- dZ
- 类型: SystemDouble
参见