georss.parseGeorss( georss as Node[] ) as Sequence
Construct zero or more cts:region
values from GeoRSS
XML elements.
Parameters | |
---|---|
georss |
A set of GeoRSS elements to be converted into cts:region 's.
|
Sequence
contains cts:region nodes.
import module namespace georss="http://www.georss.org/georss" at "/MarkLogic/geospatial/georss.xqy"; georss:parse-georss( <georss:polygon>5.0 1.0 8.0 1.0 8.0 6.0 5.0 7.0 5.0 1.0</georss:polygon> ) (: A cts:polygon with the given coordinates. :)