GeoJsonHelperBuildGeoJson 方法 |
构建GeoJson
命名空间:
GISShare.SMap.Data
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static string BuildGeoJson(
IFeatureCollection pFeatureCollection,
string[] strArray,
int iStartIndex,
int iOffsetCount,
bool bWKT,
bool bSPWKT,
bool bExtenction
)
Public Shared Function BuildGeoJson (
pFeatureCollection As IFeatureCollection,
strArray As String(),
iStartIndex As Integer,
iOffsetCount As Integer,
bWKT As Boolean,
bSPWKT As Boolean,
bExtenction As Boolean
) As String
public:
static String^ BuildGeoJson(
IFeatureCollection^ pFeatureCollection,
array<String^>^ strArray,
int iStartIndex,
int iOffsetCount,
bool bWKT,
bool bSPWKT,
bool bExtenction
)
static member BuildGeoJson :
pFeatureCollection : IFeatureCollection *
strArray : string[] *
iStartIndex : int *
iOffsetCount : int *
bWKT : bool *
bSPWKT : bool *
bExtenction : bool -> string
参数
- pFeatureCollection
- 类型: GISShare.SMap.DataIFeatureCollection
- strArray
- 类型: SystemString
导出的列信息(NULL全部导出) - iStartIndex
- 类型: SystemInt32
开始索引(-1:全部导出) - iOffsetCount
- 类型: SystemInt32
总数(-1:全部导出) - bWKT
- 类型: SystemBoolean
以WKT输出几何对象 - bSPWKT
- 类型: SystemBoolean
以SPWKT输出空间参考 - bExtenction
- 类型: SystemBoolean
拓展
返回值
类型:
String
参见