SpatialReferenceFactorySRCToEPSG 方法 |
SRC串转EPSG编码 返回EPSG编码
命名空间:
GISShare.SMap.SpatialReference
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static int SRCToEPSG(
string strSRCInfo
)
Public Shared Function SRCToEPSG (
strSRCInfo As String
) As Integer
public:
static int SRCToEPSG(
String^ strSRCInfo
)
static member SRCToEPSG :
strSRCInfo : string -> int
参数
- strSRCInfo
- 类型: SystemString
SRC串
返回值
类型:
Int32返回EPSG编码
参见