Uses of Class
mil.nga.mgrs.grid.Grid
-
Packages that use Grid Package Description mil.nga.mgrs.grid -
-
Uses of Grid in mil.nga.mgrs.grid
Methods in mil.nga.mgrs.grid that return Grid Modifier and Type Method Description Grid
Grids. getGrid(GridType type)
Get the gridprotected Grid
Grids. newGrid(GridType type)
Create a new grid, override to create a specialized gridMethods in mil.nga.mgrs.grid that return types with arguments of type Grid Modifier and Type Method Description Collection<Grid>
Grids. grids()
Methods in mil.nga.mgrs.grid with parameters of type Grid Modifier and Type Method Description int
Grid. compareTo(Grid other)
void
Grids. setGrids(Grid... grids)
Set the active gridsMethod parameters in mil.nga.mgrs.grid with type arguments of type Grid Modifier and Type Method Description void
Grids. setGrids(Collection<Grid> grids)
Set the active grids
-