点击或拖拽改变大小

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
)

参数

sb
类型: System.TextStringBuilder
pFeature
类型: GISShare.SMap.DataIFeature
pSpatialReferenceDB
类型: GISShare.SMap.SpatialReferenceISpatialReference
strArray
类型: SystemString
导出的列信息(NULL全部导出)
bWKT
类型: SystemBoolean
以WKT输出几何对象
bSPWKT
类型: SystemBoolean
以SPWKT输出空间参考
bExtenction
类型: SystemBoolean
参见