ProjectionGetProjectionCodeByName 方法 |
通过名称或简称获取基准编码(无效返回-1)
命名空间:
GISShare.SMap.SpatialReference
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static int GetProjectionCodeByName(
string strName
)
Public Shared Function GetProjectionCodeByName (
strName As String
) As Integer
public:
static int GetProjectionCodeByName(
String^ strName
)
static member GetProjectionCodeByName :
strName : string -> int
参数
- strName
- 类型: SystemString
返回值
类型:
Int32
参见