![]() |
NDEVR
API Documentation
|
Information output from a specific Aerial Tile request. More...
Public Member Functions | |
| Vector< 2, fltp08 > | pixelToLatLon (Vector< 2, uint04 > pixel) const |
| Converts a pixel coordinate within the image to a WGS-84 lat/lon position. | |
Public Attributes | |
| String | image_id |
| String identifier for the fetched image. | |
| void * | raw_image |
| Pointer to the raw image data (NOTE: ownership semantics unclear). | |
| UUID | request_id |
| UUID matching the originating request. | |
| bool | success = false |
| Whether the image was fetched successfully. | |
| Bounds< 2, fltp08 > | wgs_84_bounds |
| Geographic bounds of the image in WGS-84 coordinates. | |
Information output from a specific Aerial Tile request.
Definition at line 130 of file MercatorImageManager.h.
Converts a pixel coordinate within the image to a WGS-84 lat/lon position.
| [in] | pixel | The pixel coordinate (x, y) within the image. |