TransverseMercatorProjectionInverseProjectRadiansCore 方法 |
投影回溯,将其投影坐标系坐标转换为对应椭球体上的经纬度坐标(弧度)
命名空间:
GISShare.SMap.SpatialReference
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法protected override void InverseProjectRadiansCore(
ref double dX,
ref double dY,
ref double dZ
)
Protected Overrides Sub InverseProjectRadiansCore (
ByRef dX As Double,
ByRef dY As Double,
ByRef dZ As Double
)
protected:
virtual void InverseProjectRadiansCore(
double% dX,
double% dY,
double% dZ
) override
abstract InverseProjectRadiansCore :
dX : float byref *
dY : float byref *
dZ : float byref -> unit
override InverseProjectRadiansCore :
dX : float byref *
dY : float byref *
dZ : float byref -> unit
参数
- dX
- 类型: SystemDouble
- dY
- 类型: SystemDouble
- dZ
- 类型: SystemDouble
参见