DatumInverseApplyGridShift 方法 |
【未实现】反向网格变换(可拓展)
命名空间:
GISShare.SMap.SpatialReference
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public virtual void InverseApplyGridShift(
ref double dX,
ref double dY,
ref double dZ
)
Public Overridable Sub InverseApplyGridShift (
ByRef dX As Double,
ByRef dY As Double,
ByRef dZ As Double
)
public:
virtual void InverseApplyGridShift(
double% dX,
double% dY,
double% dZ
)
abstract InverseApplyGridShift :
dX : float byref *
dY : float byref *
dZ : float byref -> unit
override InverseApplyGridShift :
dX : float byref *
dY : float byref *
dZ : float byref -> unit
参数
- dX
- 类型: SystemDouble
- dY
- 类型: SystemDouble
- dZ
- 类型: SystemDouble
实现
IDatumInverseApplyGridShift(Double, Double, Double)
参见