Hermes
 All Data Structures Files Functions Variables Macros Pages
KML.sql File Reference

The file implements the exporting functions of datasets. More...

Functions

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...
 

Detailed Description

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

Function Documentation

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]textthe 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]folderNamethe folder name
[in]contentthe content
Returns
KML folder element.