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 MGRS
getCoordinate()
Get the MGRS coordinateGridType
getGridType()
Get the grid typevoid
setCoordinate(MGRS coordinate)
Set the MGRS coordinatevoid
setGridType(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
-
-