0

If I have a KmlPolygon object, how might I convert this to a KML string? This functionality would allow you to save whatever has been modelled and use it as a layer in Google Earth desktop for instance, or even load it back into the web plugin.

EDIT

This would do the opposite of fetchKml.

4

1 に答える 1

0

それを見つけた。KmlFeaturegetKml()の関数を使用して、KML 文字列を返すことができます。ユーティリティ ライブラリのdom.buildDocument()を使用して KmlDocument を作成し、それに対して を使用することで、複数の KmlPolygon オブジェクトを追加することもできます。getKml()

于 2013-05-20T03:37:20.287 に答える