Package mil.nga.mgrs.grid
Class ZoomGrids
- java.lang.Object
 - 
- mil.nga.grid.BaseZoomGrids<Grid>
 - 
- mil.nga.mgrs.grid.ZoomGrids
 
 
 
- 
public class ZoomGrids extends BaseZoomGrids<Grid>
Zoom Level Matching Grids- Author:
 - osbornb
 
 
- 
- 
Field Summary
- 
Fields inherited from class mil.nga.grid.BaseZoomGrids
grids 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ZoomGrids(int zoom)Constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GridTypegetPrecision()Get the grid type precision- 
Methods inherited from class mil.nga.grid.BaseZoomGrids
addGrid, getGrids, getZoom, hasGrids, iterator, numGrids, removeGrid 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface java.lang.Iterable
forEach, spliterator 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getPrecision
public GridType getPrecision()
Get the grid type precision- Returns:
 - grid type precision
 
 
 - 
 
 -