A B C D E F G H I K L M N O P Q R S T U V W 

R

R - Static variable in class GraphDB
Radius of the Earth in miles.
rasterer - Static variable in class MapServer
The Rasterer responsible for computing the shortest path and directions.
Rasterer - Class in <Unnamed>
This class provides all code necessary to take a query box and produce a query result.
Rasterer() - Constructor for class Rasterer
 
rasterHeight - Variable in class MapServer.RenderedRasterResultParams
 
rasterLrLat - Variable in class MapServer.RenderedRasterResultParams
 
rasterLrLat - Variable in class RasterResultParams.Builder
The bounding upper-left, lower-right longitudes and latitudes of the final image.
rasterLrLat - Variable in class RasterResultParams
The bounding upper-left, lower-right longitudes and latitudes of the final image.
rasterLrLon - Variable in class MapServer.RenderedRasterResultParams
 
rasterLrLon - Variable in class RasterResultParams.Builder
The bounding upper-left, lower-right longitudes and latitudes of the final image.
rasterLrLon - Variable in class RasterResultParams
The bounding upper-left, lower-right longitudes and latitudes of the final image.
RasterRequestParams - Class in <Unnamed>
The RasterRequestParams contains the fields received from the browser during a rastering request.
RasterRequestParams() - Constructor for class RasterRequestParams
Constructor with private access to prevent direct instantiation of a RasterRequestParams instance.
RasterRequestParams(double, double, double, double, double, double) - Constructor for class RasterRequestParams
 
RasterRequestParams.Builder - Class in <Unnamed>
 
RasterResultParams - Class in <Unnamed>
The RasterResultParams contains the fields computed by Rasterer.getMapRaster.
RasterResultParams() - Constructor for class RasterResultParams
Constructor with private access to prevent direct instantiation of a RasterResultParams instance.
RasterResultParams(String[][], double, double, double, double, int, boolean) - Constructor for class RasterResultParams
 
RasterResultParams.Builder - Class in <Unnamed>
The RasterResultParams.Builder is used to construct new RasterResultParams instances.
rasterUlLat - Variable in class MapServer.RenderedRasterResultParams
 
rasterUlLat - Variable in class RasterResultParams.Builder
The bounding upper-left, lower-right longitudes and latitudes of the final image.
rasterUlLat - Variable in class RasterResultParams
The bounding upper-left, lower-right longitudes and latitudes of the final image.
rasterUlLon - Variable in class MapServer.RenderedRasterResultParams
 
rasterUlLon - Variable in class RasterResultParams.Builder
The bounding upper-left, lower-right longitudes and latitudes of the final image.
rasterUlLon - Variable in class RasterResultParams
The bounding upper-left, lower-right longitudes and latitudes of the final image.
rasterWidth - Variable in class MapServer.RenderedRasterResultParams
 
readImage(String) - Static method in class MapServer
Returns the image found at the given imgPath.
RenderedRasterResultParams(RasterResultParams, int, int, String) - Constructor for class MapServer.RenderedRasterResultParams
 
renderGrid - Variable in class MapServer.RenderedRasterResultParams
 
renderGrid - Variable in class RasterResultParams.Builder
The grid of images to display.
renderGrid - Variable in class RasterResultParams
The grid of images to display.
renderImage(RasterResultParams) - Static method in class MapServer
Return the image defined by the resultParams.
REQUIRED_PARAMS - Static variable in class RasterRequestParams
Raster requests to the server must have the following keys in the params map.
REQUIRED_PARAMS - Static variable in class RouteRequestParams
Route requests to the server must have the following keys in the params map.
RIGHT - Static variable in class Router.NavigationDirection
Integer constants representing directions.
ROOT_LAT - Static variable in class GraphDB
Latitude centered on Berkeley.
ROOT_LAT_DELTA - Static variable in class MapServer
The difference between the upper-most and lower-most latitudes of the map.
ROOT_LON - Static variable in class GraphDB
Longitude centered on Berkeley.
ROOT_LON_DELTA - Static variable in class MapServer
The difference between the left-most and right-most longitudes of the map.
ROOT_LONDPP - Static variable in class MapServer
The root longitude distance per pixel.
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 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 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 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 are scraped.
route - Static variable in class MapServer
The most recently-requested shortest-paths route.
ROUTE_STROKE_COLOR - Static variable in class MapServer
Route stroke information: semi-transparent cyan.
ROUTE_STROKE_WIDTH_PX - Static variable in class MapServer
Route stroke information: typically roads are not more than 5px wide.
routeDirections(GraphDB, List<Long>) - Static method in class Router
Given a route of vertex IDs, return a List of NavigationDirection objects representing the travel directions in order.
Router - Class in <Unnamed>
This class provides a shortestPath method and routeDirections for finding routes between two points on the map.
Router() - Constructor for class Router
 
Router.NavigationDirection - Class in <Unnamed>
Class to represent a navigation direction, which consists of 3 attributes: a direction to go, a way, and the distance to travel for.
RouteRequestParams - Class in <Unnamed>
The RouteRequestParams contains the fields received from the browser in the shortest-route request.
RouteRequestParams() - Constructor for class RouteRequestParams
Constructor with private access to prevent direct instantiation of a RasterResultParams instance.
RouteRequestParams(double, double, double, double) - Constructor for class RouteRequestParams
 
RouteRequestParams.Builder - Class in <Unnamed>
 
RouteResultParams - Class in <Unnamed>
The RouteResultParams contains the fields computed by Router.shortestPath and Router.routeDirections (stored as an HTML-friendly String) for serialization by Gson.
RouteResultParams() - Constructor for class RouteResultParams
Private constructor to prevent direct instantiation of a RouteResultParams instance.
RouteResultParams(boolean, String) - Constructor for class RouteResultParams
Constructs a RouteResultParams instance and sets the routingSuccess and distance fields.
routingSuccess - Variable in class RouteResultParams
Whether or not the route was successfully computed.
A B C D E F G H I K L M N O P Q R S T U V W