NDEVR
API Documentation
MercatorImage

Information output from a specific Aerial Tile request. More...

Collaboration diagram for MercatorImage:
[legend]

Public Member Functions

Vector< 2, fltp08pixelToLatLon (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, fltp08wgs_84_bounds
 Geographic bounds of the image in WGS-84 coordinates.

Detailed Description

Information output from a specific Aerial Tile request.


Definition at line 130 of file MercatorImageManager.h.

Member Function Documentation

◆ pixelToLatLon()

Vector< 2, fltp08 > MercatorImage::pixelToLatLon ( Vector< 2, uint04 > pixel) const

Converts a pixel coordinate within the image to a WGS-84 lat/lon position.

Parameters
[in]pixelThe pixel coordinate (x, y) within the image.
Returns
The corresponding latitude/longitude as a 2D vector.

The documentation for this struct was generated from the following file: