Struct Post

Struct Documentation

struct Post

A two-dimensional index into a GDAL tile (i.e.

the pixel index), where y is the line and x is the element within the line.

Public Members

int x

Horizontal position within an individual line, corresponding to longitude.

int y

Vertical (line) index, corresponding to latitude.