Delen via


GmlWriter class

Een statische klasse die GML-gegevens schrijft.

Methoden

write(azmaps.data.Geometry | azmaps.data.Feature<azmaps.data.Geometry, any> | azmaps.data.FeatureCollection | SpatialDataSet, GmlWriteOptions, boolean)

Hiermee schrijft u een GeoJSON Geometrie-object als een GML-opgemaakte tekenreeks.

Methodedetails

write(azmaps.data.Geometry | azmaps.data.Feature<azmaps.data.Geometry, any> | azmaps.data.FeatureCollection | SpatialDataSet, GmlWriteOptions, boolean)

Hiermee schrijft u een GeoJSON Geometrie-object als een GML-opgemaakte tekenreeks.

static function write(shape: azmaps.data.Geometry | azmaps.data.Feature<azmaps.data.Geometry, any> | azmaps.data.FeatureCollection | SpatialDataSet, options?: GmlWriteOptions, addEncodingTag?: boolean): string

Parameters

shape

azmaps.data.Geometry | azmaps.data.Feature<azmaps.data.Geometry, any> | azmaps.data.FeatureCollection | SpatialDataSet

GeoJSON Geometry-object om te schrijven.

options
GmlWriteOptions

Schrijfopties.

addEncodingTag

boolean

Retouren

string