Package mil.nga.mgrs.grid
Class GridLabel
- java.lang.Object
 - 
- mil.nga.grid.Label
 - 
- mil.nga.mgrs.grid.GridLabel
 
 
 
- 
public class GridLabel extends Label
MGRS Grid Label- Author:
 - wnewman, osbornb
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MGRSgetCoordinate()Get the MGRS coordinateGridTypegetGridType()Get the grid typevoidsetCoordinate(MGRS coordinate)Set the MGRS coordinatevoidsetGridType(GridType gridType)Set the grid type 
 - 
 
- 
- 
Method Detail
- 
getGridType
public GridType getGridType()
Get the grid type- Returns:
 - grid type
 
 
- 
setGridType
public void setGridType(GridType gridType)
Set the grid type- Parameters:
 gridType- grid type
 
- 
getCoordinate
public MGRS getCoordinate()
Get the MGRS coordinate- Returns:
 - MGRS coordinate
 
 
- 
setCoordinate
public void setCoordinate(MGRS coordinate)
Set the MGRS coordinate- Parameters:
 coordinate- MGRS coordinate
 
 - 
 
 -