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 GridGrids. getGrid(GridType type)Get the gridprotected GridGrids. 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 TreeSet<Grid>ZoomGrids. getGrids()Get the grids within the zoom levelIterator<Grid>ZoomGrids. iterator()Methods in mil.nga.mgrs.grid with parameters of type Grid Modifier and Type Method Description booleanZoomGrids. addGrid(Grid grid)Add a gridintGrid. compareTo(Grid other)voidGrids. disable(Grid grid)Disable the gridvoidGrids. disableGrids(Grid... grids)Disable gridsvoidGrids. enable(Grid grid)Enable the gridvoidGrids. enableGrids(Grid... grids)Enable gridsbooleanZoomGrids. removeGrid(Grid grid)Remove the gridvoidGrids. setGrids(Grid... grids)Set the active gridsvoidGrids. setMaxZoom(Grid grid, Integer maxZoom)Set the grid maximum zoomvoidGrids. setMinZoom(Grid grid, int minZoom)Set the grid minimum zoomvoidGrids. setZoomRange(Grid grid, int minZoom, Integer maxZoom)Set the grid zoom rangeMethod parameters in mil.nga.mgrs.grid with type arguments of type Grid Modifier and Type Method Description voidGrids. disableGrids(Collection<Grid> grids)Disable gridsvoidGrids. enableGrids(Collection<Grid> grids)Enable gridsvoidGrids. setGrids(Collection<Grid> grids)Set the active grids
-