The file implements the exporting functions of datasets.
More...
|
text | kmldocument (text content, hstore colors="polygon=>16000000, track=>ffffffff, STOP=>ff0000ff, MOVE=>ffffffff", hstore widths="track=>1, STOP=>1, MOVE=>1") |
| This function constructs the KML document. More...
|
|
text | kmlfolder (text foldername, text content) |
| This function encloses aggregated points under one KML folder element. More...
|
|
The file implements the exporting functions of datasets.
- Author
- Marios Vodas (mvoda.nosp@m.s@gm.nosp@m.ail.c.nosp@m.om).
- See also
- Visualization
text kmldocument |
( |
text |
content, |
|
|
hstore |
colors = "polygon=>16000000, track=>ffffffff, STOP=>ff0000ff, MOVE=>ffffffff" , |
|
|
hstore |
widths = "track=>1, STOP=>1, MOVE=>1" |
|
) |
| |
This function constructs the KML document.
- Parameters
-
[in] | text | the text to be include |
[in] | | param[in] |
- Returns
- the name of the dataset
text kmlfolder |
( |
text |
foldername, |
|
|
text |
content |
|
) |
| |
This function encloses aggregated points under one KML folder element.
- Parameters
-
[in] | folderName | the folder name |
[in] | content | the content |
- Returns
- KML folder element.