Uses of Class
mil.nga.gars.GARS
-
Packages that use GARS Package Description mil.nga.gars mil.nga.gars.grid -
-
Uses of GARS in mil.nga.gars
Methods in mil.nga.gars that return GARS Modifier and Type Method Description static GARS
GARS. create(int longitude, String latitude)
Create, default southwest corner quadrant (GARSConstants.DEFAULT_QUADRANT
) and keypad (GARSConstants.DEFAULT_KEYPAD
)static GARS
GARS. create(int longitude, String latitude, int quadrant, int keypad)
Createstatic GARS
GARS. from(double longitude, double latitude)
Convert the coordinate to GARSstatic GARS
GARS. from(Point point)
Encodes a point as a GARS stringstatic GARS
GARS. parse(String gars)
Parse a GARS string -
Uses of GARS in mil.nga.gars.grid
Methods in mil.nga.gars.grid that return GARS Modifier and Type Method Description GARS
GridLabel. getCoordinate()
Get the GARS coordinateMethods in mil.nga.gars.grid that return types with arguments of type GARS Modifier and Type Method Description Iterator<GARS>
GridRange. iterator()
Methods in mil.nga.gars.grid with parameters of type GARS Modifier and Type Method Description void
GridLabel. setCoordinate(GARS coordinate)
Set the GARS coordinateConstructors in mil.nga.gars.grid with parameters of type GARS Constructor Description GridLabel(String name, Point center, Bounds bounds, GridType gridType, GARS coordinate)
Constructor
-