GmlWriter class

A static class that writes GML data.

Methods

write(azmaps, GmlWriteOptions, boolean)

Writes a GeoJSON Geometry object as a GML formatted string.

Method Details

write(azmaps, GmlWriteOptions, boolean)

Writes a GeoJSON Geometry object as a GML formatted string.

static function write(shape: azmaps, options?: GmlWriteOptions, addEncodingTag?: boolean)

Parameters

shape

azmaps

GeoJSON Geometry object to write.

options
GmlWriteOptions

Write options.

addEncodingTag

boolean

Returns

string