Uses of Class
com.oziexplorer.Grid

Uses of Grid in com.oziexplorer
 

Fields in com.oziexplorer declared as Grid
protected static Grid GridRef.defaultGrid
          The default grid to use.
protected  Grid GridRef.grid
          The grid system for this reference.
 

Methods in com.oziexplorer that return Grid
static Grid GridRef.getDefaultGrid()
          Return the default grid.
 Grid GridRef.getGrid()
          Return the grid for this reference.
static Grid Grid.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Grid[] Grid.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.oziexplorer with parameters of type Grid
static GridRef OziAPI.convertPositionToGridRef(Position fromPosition, Grid toGrid, String toDatum, UserGridDef userGrid)
          Convert between a Position and a GridRef.
static void GridRef.setDefaultGrid(Grid grid)
          Set the default grid.
 

Constructors in com.oziexplorer with parameters of type Grid
GridRef(Grid grid, String datum, String zone, double easting, double northing)
          Create a new grid reference for the given grid, datum, zone, easting and northing.
GridRef(Position position, Grid newGrid, String newDatum)
          Create a new grid reference for the given grid, converting the given position to the specified grid and datum.