Datum 构造函数 (Int32, String, String, String, ISpheroid, Double, Double, Double, Double, Double, Double, Double) |
基准
命名空间:
GISShare.SMap.SpatialReference
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public Datum(
int iCode,
string strAuthority,
string strName,
string strAbbreviation,
ISpheroid pSpheroid,
double dDeltaX,
double dDeltaY,
double dDeltaZ,
double dRX,
double dRY,
double dRZ,
double dScaleFactor
)
Public Sub New (
iCode As Integer,
strAuthority As String,
strName As String,
strAbbreviation As String,
pSpheroid As ISpheroid,
dDeltaX As Double,
dDeltaY As Double,
dDeltaZ As Double,
dRX As Double,
dRY As Double,
dRZ As Double,
dScaleFactor As Double
)
public:
Datum(
int iCode,
String^ strAuthority,
String^ strName,
String^ strAbbreviation,
ISpheroid^ pSpheroid,
double dDeltaX,
double dDeltaY,
double dDeltaZ,
double dRX,
double dRY,
double dRZ,
double dScaleFactor
)
new :
iCode : int *
strAuthority : string *
strName : string *
strAbbreviation : string *
pSpheroid : ISpheroid *
dDeltaX : float *
dDeltaY : float *
dDeltaZ : float *
dRX : float *
dRY : float *
dRZ : float *
dScaleFactor : float -> Datum
参数
- iCode
- 类型: SystemInt32
基准编码 - strAuthority
- 类型: SystemString
作者 - strName
- 类型: SystemString
名称 - strAbbreviation
- 类型: SystemString
简称 - pSpheroid
- 类型: GISShare.SMap.SpatialReferenceISpheroid
椭球体 - dDeltaX
- 类型: SystemDouble
X轴方向偏移 - dDeltaY
- 类型: SystemDouble
Y轴方向偏移 - dDeltaZ
- 类型: SystemDouble
Z轴方向偏移 - dRX
- 类型: SystemDouble
X轴旋转(单位:秒) - dRY
- 类型: SystemDouble
Y轴旋转(单位:秒) - dRZ
- 类型: SystemDouble
Z轴旋转(单位:秒) - dScaleFactor
- 类型: SystemDouble
比例因子
参见