Package mil.nga.gars.grid
Class GridLabel
- java.lang.Object
-
- mil.nga.grid.Label
-
- mil.nga.gars.grid.GridLabel
-
public class GridLabel extends Label
GARS Grid Label- Author:
- osbornb
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GARS
getCoordinate()
Get the GARS coordinateGridType
getGridType()
Get the grid typevoid
setCoordinate(GARS coordinate)
Set the GARS 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 GARS getCoordinate()
Get the GARS coordinate- Returns:
- GARS coordinate
-
setCoordinate
public void setCoordinate(GARS coordinate)
Set the GARS coordinate- Parameters:
coordinate
- GARS coordinate
-
-