Uses of Class
com.oziexplorer.UserGridDef

Uses of UserGridDef in com.oziexplorer
 

Fields in com.oziexplorer declared as UserGridDef
protected static UserGridDef UserGridRef.defaultUserGridDef
          Default user grid definition - invalid!
protected  UserGridDef UserGridRef.userGridDef
          The user grid used by this reference.
 

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

Constructors in com.oziexplorer with parameters of type UserGridDef
UserGridRef(UserGridDef userGridDef, String datum, String zone, double easting, double northing)
          Create a new user grid reference for the given UserGridDef, grid, zone, easting and northing.