- Rasterer - Class in <Unnamed>
-
This class provides all code necessary to take a query box and produce
a query result.
- Rasterer(String) - Constructor for class Rasterer
-
imgRoot is the name of the directory containing the images.
- ROOT_LRLAT - Static variable in class MapServer
-
The root upper left/lower right longitudes and latitudes represent the bounding box of
the root tile, as the images in the img/ folder are scraped.
- ROOT_LRLON - Static variable in class MapServer
-
The root upper left/lower right longitudes and latitudes represent the bounding box of
the root tile, as the images in the img/ folder are scraped.
- ROOT_ULLAT - Static variable in class MapServer
-
The root upper left/lower right longitudes and latitudes represent the bounding box of
the root tile, as the images in the img/ folder are scraped.
- ROOT_ULLON - Static variable in class MapServer
-
The root upper left/lower right longitudes and latitudes represent the bounding box of
the root tile, as the images in the img/ folder are scraped.
- ROUTE_STROKE_COLOR - Static variable in class MapServer
-
Route stroke information: Cyan with half transparency.
- ROUTE_STROKE_WIDTH_PX - Static variable in class MapServer
-
Route stroke information: typically roads are not more than 5px wide.
- Router - Class in <Unnamed>
-
This class provides a shortestPath method for finding routes between two points
on the map.
- Router() - Constructor for class Router
-