ISpheroidEditDefineEx2 方法 |
定义椭球体
命名空间:
GISShare.SMap.SpatialReference
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法void DefineEx2(
int iCode,
string strAuthority,
string strName,
string strAbbreviation,
double dSemimajorAxis,
double dEccentricitySquared
)
Sub DefineEx2 (
iCode As Integer,
strAuthority As String,
strName As String,
strAbbreviation As String,
dSemimajorAxis As Double,
dEccentricitySquared As Double
)
void DefineEx2(
int iCode,
String^ strAuthority,
String^ strName,
String^ strAbbreviation,
double dSemimajorAxis,
double dEccentricitySquared
)
abstract DefineEx2 :
iCode : int *
strAuthority : string *
strName : string *
strAbbreviation : string *
dSemimajorAxis : float *
dEccentricitySquared : float -> unit
参数
- iCode
- 类型: SystemInt32
椭球编码 - strAuthority
- 类型: SystemString
作者 - strName
- 类型: SystemString
名称 - strAbbreviation
- 类型: SystemString
简称 - dSemimajorAxis
- 类型: SystemDouble
长半轴 - dEccentricitySquared
- 类型: SystemDouble
偏心率平方
参见