GeoJsonHelperBuildGeoJsonFeature 方法 |
构建GeoJson中的Feature
命名空间:
GISShare.SMap.Data
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static void BuildGeoJsonFeature(
StringBuilder sb,
IFeature pFeature,
ISpatialReference pSpatialReferenceDB,
string[] strArray,
bool bWKT,
bool bSPWKT,
bool bExtenction
)
Public Shared Sub BuildGeoJsonFeature (
sb As StringBuilder,
pFeature As IFeature,
pSpatialReferenceDB As ISpatialReference,
strArray As String(),
bWKT As Boolean,
bSPWKT As Boolean,
bExtenction As Boolean
)
public:
static void BuildGeoJsonFeature(
StringBuilder^ sb,
IFeature^ pFeature,
ISpatialReference^ pSpatialReferenceDB,
array<String^>^ strArray,
bool bWKT,
bool bSPWKT,
bool bExtenction
)
static member BuildGeoJsonFeature :
sb : StringBuilder *
pFeature : IFeature *
pSpatialReferenceDB : ISpatialReference *
strArray : string[] *
bWKT : bool *
bSPWKT : bool *
bExtenction : bool -> unit
参数
- sb
- 类型: System.TextStringBuilder
- pFeature
- 类型: GISShare.SMap.DataIFeature
- pSpatialReferenceDB
- 类型: GISShare.SMap.SpatialReferenceISpatialReference
- strArray
- 类型: SystemString
导出的列信息(NULL全部导出) - bWKT
- 类型: SystemBoolean
以WKT输出几何对象 - bSPWKT
- 类型: SystemBoolean
以SPWKT输出空间参考 - bExtenction
- 类型: SystemBoolean
参见