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