SPWKTHelperBuildWellKnownText 方法 |
生成 OGC 标准的 WKT
命名空间:
GISShare.SMap.SpatialReference
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static string BuildWellKnownText(
ISpatialReference pSpatialReference,
bool bAbbreviation
)
Public Shared Function BuildWellKnownText (
pSpatialReference As ISpatialReference,
bAbbreviation As Boolean
) As String
public:
static String^ BuildWellKnownText(
ISpatialReference^ pSpatialReference,
bool bAbbreviation
)
static member BuildWellKnownText :
pSpatialReference : ISpatialReference *
bAbbreviation : bool -> string
参数
- pSpatialReference
- 类型: GISShare.SMap.SpatialReferenceISpatialReference
- bAbbreviation
- 类型: SystemBoolean
缩写
返回值
类型:
String
参见