ProjectedCoordinateSystem 构造函数 (Int32, String, String, String, IProjection, ILinearUnit, IGeographicCoordinateSystem) |
投影坐标系
命名空间:
GISShare.SMap.SpatialReference
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public ProjectedCoordinateSystem(
int iCode,
string strAuthority,
string strName,
string strAbbreviation,
IProjection pProjection,
ILinearUnit pLinearUnit,
IGeographicCoordinateSystem pGeographicCoordinateSystem
)
Public Sub New (
iCode As Integer,
strAuthority As String,
strName As String,
strAbbreviation As String,
pProjection As IProjection,
pLinearUnit As ILinearUnit,
pGeographicCoordinateSystem As IGeographicCoordinateSystem
)
public:
ProjectedCoordinateSystem(
int iCode,
String^ strAuthority,
String^ strName,
String^ strAbbreviation,
IProjection^ pProjection,
ILinearUnit^ pLinearUnit,
IGeographicCoordinateSystem^ pGeographicCoordinateSystem
)
new :
iCode : int *
strAuthority : string *
strName : string *
strAbbreviation : string *
pProjection : IProjection *
pLinearUnit : ILinearUnit *
pGeographicCoordinateSystem : IGeographicCoordinateSystem -> ProjectedCoordinateSystem
参数
- iCode
- 类型: SystemInt32
- strAuthority
- 类型: SystemString
- strName
- 类型: SystemString
- strAbbreviation
- 类型: SystemString
- pProjection
- 类型: GISShare.SMap.SpatialReferenceIProjection
- pLinearUnit
- 类型: GISShare.SMap.SpatialReferenceILinearUnit
- pGeographicCoordinateSystem
- 类型: GISShare.SMap.SpatialReferenceIGeographicCoordinateSystem
参见