Freigeben über


GmlWriter class

Eine statische Klasse, die GML-Daten schreibt.

Methoden

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

Schreibt ein GeoJSON-Geometrieobjekt als GML-formatierte Zeichenfolge.

Details zur Methode

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

Schreibt ein GeoJSON-Geometrieobjekt als GML-formatierte Zeichenfolge.

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

Parameter

shape

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

GeoJSON Geometry-Objekt zum Schreiben.

options
GmlWriteOptions

Schreiboptionen.

addEncodingTag

boolean

Gibt zurück

string