WKT

GeoGlobe.Format. WKT

用于阅读和编写公认文本的类。 用GeoGlobe.Format.WKT构造函数创建一个新实例。

Constructor

new WKT() → {GeoGlobe.Format.WKT}

Returns:
新的WKT解析器。
Type
GeoGlobe.Format.WKT

Methods

initialize(options)

为WKT创建一个新的解析器
Parameters:
Name Type Description
options Object 一个可选对象,其属性将在此实例上设置

read(wkt) → {GeoGlobe.Feature|Array}

解析WKT字符串并返回矢量要素或矢量要素数组。 支持点,多点,
Parameters:
Name Type Description
wkt String 一个WKT字符串
Returns:
用于GEOMETRYCOLLECTION WKT的特征或特征阵列。
Type
GeoGlobe.Feature | Array

write(features) → {String}

将特征或特征数组编译成WKT字符串。
Parameters:
Name Type Description
features GeoGlobe.Feature | Array 一个功能或一系列功能
Returns:
返回输入几何图形的WKT字符串表示
Type
String