KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions | Variables
dorthoquad.cpp File Reference

Implementation of class DOrthoQuad and class Tile_manager. More...

#include <l/l_sys_io.h>
#include <l/l_sys_lib.h>
#include <l/l_sys_tsig.h>
#include <l/l_string.h>
#include <i_cpp/i_image.h>
#include <l_cpp/l_stdio_wrap.h>
#include <l_cpp/l_exception.h>
#include <i_cpp/i_pixel.h>
#include <topo/index.h>
#include <topo/master.h>
#include <topo_cpp/download.h>
#include <topo_cpp/dorthoquad.h>
#include <algorithm>
#include <limits>
#include <iostream>
#include <cmath>

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 
 kjb::TopoFusion
 this namespace hold structures and code written by Scott Morris.
 

Functions

Int_matrix kjb::TopoFusion::get_aerial_image (const pt &nw_corner, size_t width, size_t height)
 return a matrix (like a monochrome image) of aerial imagery More...
 
Image kjb::TopoFusion::get_topographic_map_detail (const pt &nw_corner, size_t width, size_t height)
 return an image of a chunk of topographic map More...
 

Variables

const char * kjb::TopoFusion::IVILAB_DOQ_TILE_CACHE_DIRECTORY ="/net/v04/data_3/trails/doq_cache"
 intentionally-long pathname to where we cache DOQ tiles at the lab. More...
 

Detailed Description

Implementation of class DOrthoQuad and class Tile_manager.

Author
Scott Morris
Andrew Predoehl