KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
kjb::TopoFusion::tile_entry Struct Reference

data structure for downloaded UTM tiles, like a pt More...

#include <download.h>

Public Member Functions

 tile_entry (int xx, int yy, char ts, char zz)
 ctor to fill in the fields More...
 

Public Attributes

int x
 easting More...
 
int y
 northing More...
 
char tileset
 also known as "type" More...
 
char zone
 UTM zone. More...
 

Detailed Description

data structure for downloaded UTM tiles, like a pt

Constructor & Destructor Documentation

kjb::TopoFusion::tile_entry::tile_entry ( int  xx,
int  yy,
char  ts,
char  zz 
)
inline

ctor to fill in the fields

Member Data Documentation

char kjb::TopoFusion::tile_entry::tileset

also known as "type"

int kjb::TopoFusion::tile_entry::x

easting

int kjb::TopoFusion::tile_entry::y

northing

char kjb::TopoFusion::tile_entry::zone

UTM zone.


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