Returns the geometry in KML format.
1 geo.asKml
<geo.asKml>
<geom_column /> *
</geo.asKml>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Egeom_column | geometry |
Example
Copy
<select> <columns> <geo.asKml>a.the_geom</geo.asKml> </columns> <from table='dual' alias='a' /> </select>