MapGuide API Reference
|
virtual MgByteReader* MgKmlService::GetFeaturesKml | ( | MgLayer * | layer, |
MgEnvelope * | extents, | ||
INT32 | width, | ||
INT32 | height, | ||
double | dpi, | ||
INT32 | drawOrder, | ||
CREFSTRING | agentUri, | ||
CREFSTRING | format | ||
) | [pure virtual] |
Returns a layer definition in KML format.
layer | Input layer object for which to generate KML. |
extents | Input required spatial data extents. The extents must be in LL84 coordinates |
width | Input map width in pixels |
height | Input map height in pixels |
dpi | Input resolution in dots per inch |
drawOrder | Input the draw order for the layer containing these features |
agentUri | Input URI of map agent that issued request |
format | Input requested response format |