IProjectedCoordinateSystemEditDefineEx 方法 |
定义投影坐标系
命名空间:
GISShare.SMap.SpatialReference
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法void DefineEx(
int iCode,
string strAuthority,
string strName,
string strAbbreviation,
IProjection pProjection,
ILinearUnit pLinearUnit,
IGeographicCoordinateSystem pGeographicCoordinateSystem
)
Sub DefineEx (
iCode As Integer,
strAuthority As String,
strName As String,
strAbbreviation As String,
pProjection As IProjection,
pLinearUnit As ILinearUnit,
pGeographicCoordinateSystem As IGeographicCoordinateSystem
)
void DefineEx(
int iCode,
String^ strAuthority,
String^ strName,
String^ strAbbreviation,
IProjection^ pProjection,
ILinearUnit^ pLinearUnit,
IGeographicCoordinateSystem^ pGeographicCoordinateSystem
)
abstract DefineEx :
iCode : int *
strAuthority : string *
strName : string *
strAbbreviation : string *
pProjection : IProjection *
pLinearUnit : ILinearUnit *
pGeographicCoordinateSystem : IGeographicCoordinateSystem -> unit
参数
- iCode
- 类型: SystemInt32
- strAuthority
- 类型: SystemString
- strName
- 类型: SystemString
- strAbbreviation
- 类型: SystemString
- pProjection
- 类型: GISShare.SMap.SpatialReferenceIProjection
- pLinearUnit
- 类型: GISShare.SMap.SpatialReferenceILinearUnit
- pGeographicCoordinateSystem
- 类型: GISShare.SMap.SpatialReferenceIGeographicCoordinateSystem
参见