GmlWriter class
Statyczna klasa, która zapisuje dane GML.
Metody
write(azmaps. |
Zapisuje obiekt Geometrii GeoJSON jako ciąg sformatowany przez GML. |
Szczegóły metody
write(azmaps.data.Geometry | azmaps.data.Feature<azmaps.data.Geometry, any> | azmaps.data.FeatureCollection | SpatialDataSet, GmlWriteOptions, boolean)
Zapisuje obiekt Geometrii GeoJSON jako ciąg sformatowany przez GML.
static function write(shape: azmaps.data.Geometry | azmaps.data.Feature<azmaps.data.Geometry, any> | azmaps.data.FeatureCollection | SpatialDataSet, options?: GmlWriteOptions, addEncodingTag?: boolean): string
Parametry
- shape
-
azmaps.data.Geometry | azmaps.data.Feature<azmaps.data.Geometry, any> | azmaps.data.FeatureCollection | SpatialDataSet
Obiekt Geometry GeoJSON do zapisu.
- options
- GmlWriteOptions
Opcje zapisu.
- addEncodingTag
-
boolean
Zwraca
string