GmlReader class
讀取 GML 資料的靜態類別。
方法
read(string, Gml |
從 GML 格式的字串讀取 GeoJSON 物件。 |
read |
讀取 GML 幾何;Feature、Point、LineString、Polygon、MultiPoint、MultiLineString、MultiPolygon、MultiSurface、MultiCurve。 其他空間 XML 檔案,例如 GeoRSS 通常會在其中內嵌 GML 幾何。 |
方法詳細資料
read(string, GmlReadOptions)
從 GML 格式的字串讀取 GeoJSON 物件。
static function read(gml: string, options?: GmlReadOptions): ExtendedFeatureCollection
參數
- gml
-
string
要讀取的 GML 字串。
- options
- GmlReadOptions
剖析 GML 資料時要使用的選項。
傳回
readGeometry(string | XmlNode, GmlReadOptions)
讀取 GML 幾何;Feature、Point、LineString、Polygon、MultiPoint、MultiLineString、MultiPolygon、MultiSurface、MultiCurve。 其他空間 XML 檔案,例如 GeoRSS 通常會在其中內嵌 GML 幾何。
static function readGeometry(gmlNode: string | XmlNode, options?: GmlReadOptions): azmaps.data.Feature<azmaps.data.Geometry, any>
參數
- gmlNode
-
string | XmlNode
要剖析的 GML 節點。
- options
- GmlReadOptions
剖析 GML 資料時要使用的選項。
傳回
azmaps.data.Feature<azmaps.data.Geometry, any>