B C D E F G H I K L M N O P Q S T V Z 
All Classes All Packages

B

bandLetter(int) - Static method in class mil.nga.gars.GARSUtils
Get the latitude character equivalent from the band number (where 1 is A and 24 is Z)
bandLetters(int) - Static method in class mil.nga.gars.GARSUtils
Get the latitude band from the band number (where 1 is AA and 360 is QZ)
BandLettersRange - Class in mil.nga.gars.grid
Latitude Band Letters Range
BandLettersRange() - Constructor for class mil.nga.gars.grid.BandLettersRange
Constructor, full range
BandLettersRange(String, String) - Constructor for class mil.nga.gars.grid.BandLettersRange
Constructor
BandNumberRange - Class in mil.nga.gars.grid
Longitude Band Number Range
BandNumberRange() - Constructor for class mil.nga.gars.grid.BandNumberRange
Constructor, full range
BandNumberRange(int, int) - Constructor for class mil.nga.gars.grid.BandNumberRange
Constructor
bandValue(char) - Static method in class mil.nga.gars.GARSUtils
Get the latitude character band number equivalent (where A is 1 and Z is 24)
bandValue(String) - Static method in class mil.nga.gars.GARSUtils
Get the latitude band number equivalent to the longitude band (where AA is 1 and QZ is 360)

C

clearPrecisionStyles() - Method in class mil.nga.gars.grid.Grid
Clear the propagated grid type precision styles
compareTo(Grid) - Method in class mil.nga.gars.grid.Grid
coordinate() - Method in class mil.nga.gars.GARS
Get the GARS coordinate with five minute precision
coordinate(GridType) - Method in class mil.nga.gars.GARS
Get the GARS coordinate with specified grid precision
copy() - Method in class mil.nga.gars.features.GridLine
Copy the line
create() - Static method in class mil.nga.gars.grid.Grids
Create with all grid types enabled
create(int, String) - Static method in class mil.nga.gars.GARS
Create, default southwest corner quadrant (GARSConstants.DEFAULT_QUADRANT) and keypad (GARSConstants.DEFAULT_KEYPAD)
create(int, String, int, int) - Static method in class mil.nga.gars.GARS
Create
create(Collection<GridType>) - Static method in class mil.nga.gars.grid.Grids
Create with grids to enable
create(GridType...) - Static method in class mil.nga.gars.grid.Grids
Create with grids to enable

D

DEFAULT_BUFFER - Static variable in class mil.nga.gars.grid.GridLabeler
Default buffer size
DEFAULT_KEYPAD - Static variable in class mil.nga.gars.GARSConstants
Default keypad (southwest corner)
DEFAULT_QUADRANT - Static variable in class mil.nga.gars.GARSConstants
Default quadrant (southwest corner)
DEFAULT_TEXT_SIZE - Static variable in class mil.nga.gars.grid.GridLabeler
Default text size
DEFAULT_WIDTH - Static variable in class mil.nga.gars.grid.Grid
Default line width
deletePropagatedStyles() - Method in class mil.nga.gars.grid.Grids
Delete propagated styles
deletePropagatedStyles(Collection<GridType>) - Method in class mil.nga.gars.grid.Grids
Delete propagated styles for the grid types
deletePropagatedStyles(GridType) - Method in class mil.nga.gars.grid.Grids
Delete propagated styles for the grid type
deletePropagatedStyles(GridType...) - Method in class mil.nga.gars.grid.Grids
Delete propagated styles for the grid types
disable(GridType) - Method in class mil.nga.gars.grid.Grids
Disable the grid type
disableAllLabelers() - Method in class mil.nga.gars.grid.Grids
Disable all grid labelers
disableLabeler(GridType) - Method in class mil.nga.gars.grid.Grids
Disable the grid type labeler
disableLabelers(Collection<GridType>) - Method in class mil.nga.gars.grid.Grids
Disable the labelers for the grid types
disableLabelers(GridType...) - Method in class mil.nga.gars.grid.Grids
Disable the labelers for the grid types
disableTypes(Collection<GridType>) - Method in class mil.nga.gars.grid.Grids
Disable grid types
disableTypes(GridType...) - Method in class mil.nga.gars.grid.Grids
Disable grid types

E

enable(GridType) - Method in class mil.nga.gars.grid.Grids
Enable the grid type
enableLabeler(GridType) - Method in class mil.nga.gars.grid.Grids
Enable the grid type labeler
enableLabelers(Collection<GridType>) - Method in class mil.nga.gars.grid.Grids
Enable the labelers for the grid types
enableLabelers(GridType...) - Method in class mil.nga.gars.grid.Grids
Enable the labelers for the grid types
enableTypes(Collection<GridType>) - Method in class mil.nga.gars.grid.Grids
Enable grid types
enableTypes(GridType...) - Method in class mil.nga.gars.grid.Grids
Enable grid types
equals(Object) - Method in class mil.nga.gars.features.GridLine
equals(Object) - Method in class mil.nga.gars.GARS
equals(Object) - Method in class mil.nga.gars.grid.Grid

F

FIFTEEN_MINUTE - mil.nga.gars.grid.GridType
Fifteen Minute
FIVE_DEGREE - mil.nga.gars.grid.GridType
Five Degree
FIVE_MINUTE - mil.nga.gars.grid.GridType
Five Minute
from(double, double) - Static method in class mil.nga.gars.GARS
Convert the coordinate to GARS
from(Point) - Static method in class mil.nga.gars.GARS
Encodes a point as a GARS string

G

GARS - Class in mil.nga.gars
Global Area Reference System Coordinate
GARS(int, String) - Constructor for class mil.nga.gars.GARS
Constructor, default southwest corner quadrant (GARSConstants.DEFAULT_QUADRANT) and keypad (GARSConstants.DEFAULT_KEYPAD)
GARS(int, String, int, int) - Constructor for class mil.nga.gars.GARS
Constructor
GARSConstants - Class in mil.nga.gars
Global Area Reference System Constants
GARSConstants() - Constructor for class mil.nga.gars.GARSConstants
 
GARSLabeler - Class in mil.nga.gars.grid
GARS grid labeler
GARSLabeler() - Constructor for class mil.nga.gars.grid.GARSLabeler
Default Constructor
GARSLabeler(boolean, int, Integer, Color) - Constructor for class mil.nga.gars.grid.GARSLabeler
Constructor
GARSLabeler(boolean, int, Integer, Color, double) - Constructor for class mil.nga.gars.grid.GARSLabeler
Constructor
GARSLabeler(boolean, int, Integer, Color, double, double) - Constructor for class mil.nga.gars.grid.GARSLabeler
Constructor
GARSLabeler(int, Integer, Color) - Constructor for class mil.nga.gars.grid.GARSLabeler
Constructor
GARSLabeler(int, Integer, Color, double) - Constructor for class mil.nga.gars.grid.GARSLabeler
Constructor
GARSLabeler(int, Integer, Color, double, double) - Constructor for class mil.nga.gars.grid.GARSLabeler
Constructor
GARSLabeler(int, Color) - Constructor for class mil.nga.gars.grid.GARSLabeler
Constructor
GARSLabeler(int, Color, double) - Constructor for class mil.nga.gars.grid.GARSLabeler
Constructor
GARSLabeler(int, Color, double, double) - Constructor for class mil.nga.gars.grid.GARSLabeler
Constructor
GARSProperties - Class in mil.nga.gars.property
GARS property loader
GARSProperties() - Constructor for class mil.nga.gars.property.GARSProperties
 
GARSUtils - Class in mil.nga.gars
Global Area Reference System utilities
GARSUtils() - Constructor for class mil.nga.gars.GARSUtils
 
getBandLettersRange() - Method in class mil.nga.gars.grid.GridRange
Get the band letters range
getBandLettersRange(double, double) - Static method in class mil.nga.gars.GARSUtils
Get a band letters range between the southern and northern latitudes in degrees
getBandLettersRange(Bounds) - Static method in class mil.nga.gars.GARSUtils
Get a band letters range between the southern and northern bounds
getBandNumberRange() - Method in class mil.nga.gars.grid.GridRange
Get the band number range
getBandNumberRange(double, double) - Static method in class mil.nga.gars.GARSUtils
Get a band number range between the western and eastern longitudes
getBandNumberRange(Bounds) - Static method in class mil.nga.gars.GARSUtils
Get a band number range between the western and eastern bounds
getBounds() - Method in class mil.nga.gars.grid.GridRange
Get the grid range bounds
getColor(GridType) - Method in class mil.nga.gars.grid.Grid
Get the grid type precision line color
getCoordinate() - Method in class mil.nga.gars.grid.GridLabel
Get the GARS coordinate
getDefaultWidth() - Method in class mil.nga.gars.grid.Grids
getDegreeLabel(double, double) - Static method in class mil.nga.gars.GARSUtils
Create a degree grid label
getEast() - Method in class mil.nga.gars.grid.BandNumberRange
Get the eastern band number
getEastLongitude() - Method in class mil.nga.gars.grid.BandNumberRange
Get the eastern longitude
getFile() - Method in class mil.nga.gars.property.GARSProperties
getGrid(GridType) - Method in class mil.nga.gars.grid.Grids
Get the grid
getGridRange(Bounds) - Static method in class mil.nga.gars.GARSUtils
Get a grid range from the bounds
getGridType() - Method in class mil.nga.gars.features.GridLine
Get the line grid type
getGridType() - Method in class mil.nga.gars.grid.GridLabel
Get the grid type
getInstance() - Static method in class mil.nga.gars.property.GARSProperties
Get the singleton instance
getKeypad() - Method in class mil.nga.gars.GARS
Get the 5 minute keypad
getLabelBuffer(GridType) - Method in class mil.nga.gars.grid.Grids
Get the label grid edge buffer
getLabeler() - Method in class mil.nga.gars.grid.Grid
Get the grid labeler
getLabeler(GridType) - Method in class mil.nga.gars.grid.Grids
Get the labeler for the grid type
getLabels(int, Bounds) - Method in class mil.nga.gars.grid.Grid
Get the labels for the zoom and tile bounds
getLabels(Bounds, GridType) - Method in class mil.nga.gars.grid.GARSLabeler
Get labels for the bounds
getLabels(Bounds, GridType) - Method in class mil.nga.gars.grid.GridLabeler
Get labels for the bounds
getLabels(GridTile) - Method in class mil.nga.gars.grid.Grid
Get the labels for the tile
getLatitude() - Method in class mil.nga.gars.GARS
Get the latitudinal band letters
getLatitude(int) - Static method in class mil.nga.gars.GARSUtils
Get the latitude from the latitude band letters number equivalent
getLatitude(String) - Static method in class mil.nga.gars.GARSUtils
Get the latitude from the latitude band letters
getLatitudeBand(double) - Static method in class mil.nga.gars.GARSUtils
Get the latitude band letters from the latitude
getLatitudeBandValue(double) - Static method in class mil.nga.gars.GARSUtils
Get the latitude band value from the latitude
getLatitudeDecimalBandValue(double) - Static method in class mil.nga.gars.GARSUtils
Get the latitude decimal band value from the latitude
getLines(int, Bounds) - Method in class mil.nga.gars.grid.Grid
Get the lines for the zoom and tile bounds
getLines(Bounds) - Method in class mil.nga.gars.grid.Grid
Get the lines for the tile bounds
getLines(GridTile) - Method in class mil.nga.gars.grid.Grid
Get the lines for the tile
getLongitude() - Method in class mil.nga.gars.GARS
Get the longitudinal band number
getLongitude(int) - Static method in class mil.nga.gars.GARSUtils
Get the longitude from the longitude band
getLongitudeBand(double) - Static method in class mil.nga.gars.GARSUtils
Get the longitude band from the longitude
getLongitudeDecimalBand(double) - Static method in class mil.nga.gars.GARSUtils
Get the longitude decimal band from the longitude
getNorth() - Method in class mil.nga.gars.grid.BandLettersRange
Get the northern band letters
getNorthLatitude() - Method in class mil.nga.gars.grid.BandLettersRange
Get the northern latitude
getNorthValue() - Method in class mil.nga.gars.grid.BandLettersRange
Get the norther band letters equivalent number value
getPrecision() - Method in class mil.nga.gars.grid.Grid
Get the precision in degrees
getPrecision() - Method in enum mil.nga.gars.grid.GridType
Get the precision in degrees
getPrecision() - Method in class mil.nga.gars.grid.ZoomGrids
Get the grid type precision
getPrecision(double) - Static method in enum mil.nga.gars.grid.GridType
Get the precision of the value in degrees
getPrecision(int) - Method in class mil.nga.gars.grid.Grids
Get the grid precision for the zoom level
getQuadrant() - Method in class mil.nga.gars.GARS
Get the 15 minute quadrant
getSouth() - Method in class mil.nga.gars.grid.BandLettersRange
Get the southern band letters
getSouthLatitude() - Method in class mil.nga.gars.grid.BandLettersRange
Get the southern latitude
getSouthValue() - Method in class mil.nga.gars.grid.BandLettersRange
Get the southern band letters equivalent number value
getStyle(GridType) - Method in class mil.nga.gars.grid.Grid
Get the grid type precision line style for the grid type
getType() - Method in class mil.nga.gars.grid.Grid
Get the grid type
getWest() - Method in class mil.nga.gars.grid.BandNumberRange
Get the western band number
getWestLongitude() - Method in class mil.nga.gars.grid.BandNumberRange
Get the western longitude
getWidth(GridType) - Method in class mil.nga.gars.grid.Grid
Get the grid type precision line width
Grid - Class in mil.nga.gars.grid
Grid
Grid(GridType) - Constructor for class mil.nga.gars.grid.Grid
Constructor
GridLabel - Class in mil.nga.gars.grid
GARS Grid Label
GridLabel(String, Point, Bounds, GridType, GARS) - Constructor for class mil.nga.gars.grid.GridLabel
Constructor
GridLabeler - Class in mil.nga.gars.grid
Grid Labeler
GridLabeler() - Constructor for class mil.nga.gars.grid.GridLabeler
Default Constructor
GridLabeler(boolean, int, Integer, Color) - Constructor for class mil.nga.gars.grid.GridLabeler
Constructor
GridLabeler(boolean, int, Integer, Color, double) - Constructor for class mil.nga.gars.grid.GridLabeler
Constructor
GridLabeler(boolean, int, Integer, Color, double, double) - Constructor for class mil.nga.gars.grid.GridLabeler
Constructor
GridLabeler(int, Integer, Color) - Constructor for class mil.nga.gars.grid.GridLabeler
Constructor
GridLabeler(int, Integer, Color, double) - Constructor for class mil.nga.gars.grid.GridLabeler
Constructor
GridLabeler(int, Integer, Color, double, double) - Constructor for class mil.nga.gars.grid.GridLabeler
Constructor
GridLabeler(int, Color) - Constructor for class mil.nga.gars.grid.GridLabeler
Constructor
GridLabeler(int, Color, double) - Constructor for class mil.nga.gars.grid.GridLabeler
Constructor
GridLabeler(int, Color, double, double) - Constructor for class mil.nga.gars.grid.GridLabeler
Constructor
GridLine - Class in mil.nga.gars.features
Line between two points
GridLine(GridLine) - Constructor for class mil.nga.gars.features.GridLine
Copy Constructor
GridLine(Line) - Constructor for class mil.nga.gars.features.GridLine
Constructor
GridLine(Line, GridType) - Constructor for class mil.nga.gars.features.GridLine
Constructor
GridLine(Point, Point) - Constructor for class mil.nga.gars.features.GridLine
Constructor
GridLine(Point, Point, GridType) - Constructor for class mil.nga.gars.features.GridLine
Constructor
GridRange - Class in mil.nga.gars.grid
Grid Range
GridRange() - Constructor for class mil.nga.gars.grid.GridRange
Constructor, full range
GridRange(BandNumberRange, BandLettersRange) - Constructor for class mil.nga.gars.grid.GridRange
Constructor
grids() - Method in class mil.nga.gars.grid.Grids
Grids - Class in mil.nga.gars.grid
Grids
Grids() - Constructor for class mil.nga.gars.grid.Grids
Constructor, all grid types enabled per property configurations
Grids(Collection<GridType>) - Constructor for class mil.nga.gars.grid.Grids
Constructor
Grids(GridType...) - Constructor for class mil.nga.gars.grid.Grids
Constructor
GridType - Enum in mil.nga.gars.grid
Grid type enumeration

H

hasGridType() - Method in class mil.nga.gars.features.GridLine
Check if the line has a grid type
hashCode() - Method in class mil.nga.gars.features.GridLine
hashCode() - Method in class mil.nga.gars.GARS
hashCode() - Method in class mil.nga.gars.grid.Grid
hasLabeler(GridType) - Method in class mil.nga.gars.grid.Grids
Has a labeler for the grid type

I

instance - Static variable in class mil.nga.gars.property.GARSProperties
Singleton instance
isEnabled(GridType) - Method in class mil.nga.gars.grid.Grids
Is the grid type enabled
isGARS(String) - Static method in class mil.nga.gars.GARS
Return whether the given string is valid GARS string
isLabelerEnabled(GridType) - Method in class mil.nga.gars.grid.Grids
Is a labeler enabled for the grid type
isType(GridType) - Method in class mil.nga.gars.grid.Grid
Is the provided grid type
iterator() - Method in class mil.nga.gars.grid.BandLettersRange
iterator() - Method in class mil.nga.gars.grid.BandNumberRange
iterator() - Method in class mil.nga.gars.grid.GridRange

K

keypad(int, int) - Static method in class mil.nga.gars.GARSUtils
Get the keypad from the southwest origin 0 indexed column and row
keypadColumn(int) - Static method in class mil.nga.gars.GARSUtils
Get the keypad southwest origin 0 indexed column
keypadRow(int) - Static method in class mil.nga.gars.GARSUtils
Get the keypad southwest origin 0 indexed row

L

lessPrecise(GridType) - Static method in enum mil.nga.gars.grid.GridType
Get the less precise (larger precision value) grid types
line(GridLine) - Static method in class mil.nga.gars.features.GridLine
Copy a line
line(Line) - Static method in class mil.nga.gars.features.GridLine
Create a line
line(Line, GridType) - Static method in class mil.nga.gars.features.GridLine
Create a line
line(Point, Point) - Static method in class mil.nga.gars.features.GridLine
Create a line
line(Point, Point, GridType) - Static method in class mil.nga.gars.features.GridLine
Create a line

M

MAX_BAND_LETTER - Static variable in class mil.nga.gars.GARSConstants
Maximum grid latitude single band letter
MAX_BAND_LETTERS - Static variable in class mil.nga.gars.GARSConstants
Maximum grid latitude band letters
MAX_BAND_LETTERS_NUMBER - Static variable in class mil.nga.gars.GARSConstants
Maximum grid latitude band letters number equivalent
MAX_BAND_NUMBER - Static variable in class mil.nga.gars.GARSConstants
Maximum grid longitude band number
MAX_LAT - Static variable in class mil.nga.gars.GARSConstants
Maximum latitude
MAX_LON - Static variable in class mil.nga.gars.GARSConstants
Maximum longitude
mil.nga.gars - package mil.nga.gars
 
mil.nga.gars.features - package mil.nga.gars.features
 
mil.nga.gars.grid - package mil.nga.gars.grid
 
mil.nga.gars.property - package mil.nga.gars.property
 
MIN_BAND_LETTER - Static variable in class mil.nga.gars.GARSConstants
Minimum grid latitude single band letter
MIN_BAND_LETTERS - Static variable in class mil.nga.gars.GARSConstants
Minimum grid latitude band letters
MIN_BAND_LETTERS_NUMBER - Static variable in class mil.nga.gars.GARSConstants
Minimum grid latitude band letters number equivalent
MIN_BAND_NUMBER - Static variable in class mil.nga.gars.GARSConstants
Minimum grid longitude band number
MIN_LAT - Static variable in class mil.nga.gars.GARSConstants
Minimum latitude
MIN_LON - Static variable in class mil.nga.gars.GARSConstants
Minimum longitude
morePrecise(GridType) - Static method in enum mil.nga.gars.grid.GridType
Get the more precise (smaller precision value) grid types

N

newGrid(GridType) - Method in class mil.nga.gars.grid.Grids
Create a new grid, override to create a specialized grid
newZoomGrids(int) - Method in class mil.nga.gars.grid.Grids
nextPrecision(double, double) - Static method in class mil.nga.gars.GARSUtils
Get the next precision value from the precision value and precision

O

ONE_DEGREE - mil.nga.gars.grid.GridType
One Degree

P

parse(String) - Static method in class mil.nga.gars.GARS
Parse a GARS string
precision(String) - Static method in class mil.nga.gars.GARS
Parse the GARS string for the precision
PROPERTIES_FILE - Static variable in class mil.nga.gars.property.GARSProperties
Property file name

Q

quadrant(int, int) - Static method in class mil.nga.gars.GARSUtils
Get the quadrant from the southwest origin 0 indexed column and row
quadrantColumn(int) - Static method in class mil.nga.gars.GARSUtils
Get the quadrant southwest origin 0 indexed column
quadrantRow(int) - Static method in class mil.nga.gars.GARSUtils
Get the quadrant southwest origin 0 indexed row

S

setAllColors(Color) - Method in class mil.nga.gars.grid.Grids
Set all grid line colors
setAllLabelColors(Color) - Method in class mil.nga.gars.grid.Grids
Set all label colors
setAllLabelTextSizes(double) - Method in class mil.nga.gars.grid.Grids
Set all label text sizes
setAllWidths(double) - Method in class mil.nga.gars.grid.Grids
Set all grid line widths
setBandLettersRange(BandLettersRange) - Method in class mil.nga.gars.grid.GridRange
Set the band letters range
setBandNumberRange(BandNumberRange) - Method in class mil.nga.gars.grid.GridRange
Set the band number range
setColor(Collection<GridType>, Color) - Method in class mil.nga.gars.grid.Grids
Set the grid line color for the grid types
setColor(Collection<GridType>, GridType, Color) - Method in class mil.nga.gars.grid.Grids
Set the grid type precision line color for the grid types
setColor(Color, GridType...) - Method in class mil.nga.gars.grid.Grids
Set the grid line color for the grid types
setColor(GridType, Collection<GridType>, Color) - Method in class mil.nga.gars.grid.Grids
Set the grid type precision line colors for the grid type
setColor(GridType, Color) - Method in class mil.nga.gars.grid.Grid
Set the grid type precision line color
setColor(GridType, Color) - Method in class mil.nga.gars.grid.Grids
Set the grid line color for the grid type
setColor(GridType, Color, GridType...) - Method in class mil.nga.gars.grid.Grids
Set the grid type precision line colors for the grid type
setColor(GridType, GridType, Color) - Method in class mil.nga.gars.grid.Grids
Set the grid type precision line color for the grid type
setCoordinate(GARS) - Method in class mil.nga.gars.grid.GridLabel
Set the GARS coordinate
setEast(int) - Method in class mil.nga.gars.grid.BandNumberRange
Set the eastern band number
setGrids(Collection<Grid>) - Method in class mil.nga.gars.grid.Grids
Set the active grids
setGrids(Grid...) - Method in class mil.nga.gars.grid.Grids
Set the active grids
setGrids(GridType...) - Method in class mil.nga.gars.grid.Grids
Set the active grid types
setGridType(GridType) - Method in class mil.nga.gars.features.GridLine
Set the line grid type
setGridType(GridType) - Method in class mil.nga.gars.grid.GridLabel
Set the grid type
setGridTypes(Collection<GridType>) - Method in class mil.nga.gars.grid.Grids
Set the active grid types
setLabelBuffer(double, GridType...) - Method in class mil.nga.gars.grid.Grids
Set the label grid edge buffer for the grid types
setLabelBuffer(Collection<GridType>, double) - Method in class mil.nga.gars.grid.Grids
Set the label grid edge buffer for the grid types
setLabelBuffer(GridType, double) - Method in class mil.nga.gars.grid.Grids
Set the label grid edge buffer
setLabelColor(Collection<GridType>, Color) - Method in class mil.nga.gars.grid.Grids
Set the label color for the grid types
setLabelColor(Color, GridType...) - Method in class mil.nga.gars.grid.Grids
Set the label color for the grid types
setLabelColor(GridType, Color) - Method in class mil.nga.gars.grid.Grids
Set the label color
setLabeler(GridLabeler) - Method in class mil.nga.gars.grid.Grid
Set the grid labeler
setLabeler(GridType, GridLabeler) - Method in class mil.nga.gars.grid.Grids
Set the labeler for the grid type
setLabelMaxZoom(GridType, Integer) - Method in class mil.nga.gars.grid.Grids
Set the grid maximum zoom
setLabelMinZoom(GridType, int) - Method in class mil.nga.gars.grid.Grids
Set the grid minimum zoom
setLabelTextSize(double, GridType...) - Method in class mil.nga.gars.grid.Grids
Set the label text size for the grid types
setLabelTextSize(Collection<GridType>, double) - Method in class mil.nga.gars.grid.Grids
Set the label text size for the grid types
setLabelTextSize(GridType, double) - Method in class mil.nga.gars.grid.Grids
Set the label text size
setLabelZoomRange(GridType, int, Integer) - Method in class mil.nga.gars.grid.Grids
Set the grid zoom range
setLinesMaxZoom(GridType, Integer) - Method in class mil.nga.gars.grid.Grids
Set the grid maximum level override for drawing grid lines
setLinesMinZoom(GridType, Integer) - Method in class mil.nga.gars.grid.Grids
Set the grid minimum level override for drawing grid lines
setMaxZoom(GridType, Integer) - Method in class mil.nga.gars.grid.Grids
Set the grid maximum zoom
setMinZoom(GridType, int) - Method in class mil.nga.gars.grid.Grids
Set the grid minimum zoom
setNorth(String) - Method in class mil.nga.gars.grid.BandLettersRange
Set the northern band letters
setSouth(String) - Method in class mil.nga.gars.grid.BandLettersRange
Set the southern band letters
setStyle(GridType, GridStyle) - Method in class mil.nga.gars.grid.Grid
Set the grid type precision line style
setWest(int) - Method in class mil.nga.gars.grid.BandNumberRange
Set the western band number
setWidth(double, GridType...) - Method in class mil.nga.gars.grid.Grids
Set the grid line width for the grid types
setWidth(Collection<GridType>, double) - Method in class mil.nga.gars.grid.Grids
Set the grid line width for the grid types
setWidth(Collection<GridType>, GridType, double) - Method in class mil.nga.gars.grid.Grids
Set the grid type precision line width for the grid types
setWidth(GridType, double) - Method in class mil.nga.gars.grid.Grid
Set the grid type precision line width
setWidth(GridType, double) - Method in class mil.nga.gars.grid.Grids
Set the grid line width for the grid type
setWidth(GridType, double, GridType...) - Method in class mil.nga.gars.grid.Grids
Set the grid type precision line widths for the grid type
setWidth(GridType, Collection<GridType>, double) - Method in class mil.nga.gars.grid.Grids
Set the grid type precision line widths for the grid type
setWidth(GridType, GridType, double) - Method in class mil.nga.gars.grid.Grids
Set the grid type precision line width for the grid type
setZoomRange(GridType, int, Integer) - Method in class mil.nga.gars.grid.Grids
Set the grid zoom range

T

TEN_DEGREE - mil.nga.gars.grid.GridType
Ten Degree
THIRTY_MINUTE - mil.nga.gars.grid.GridType
Thirty Minute
toPoint() - Method in class mil.nga.gars.GARS
Convert to a point
toString() - Method in class mil.nga.gars.GARS
TWENTY_DEGREE - mil.nga.gars.grid.GridType
Twenty Degree

V

valueOf(String) - Static method in enum mil.nga.gars.grid.GridType
Returns the enum constant of this type with the specified name.
values() - Static method in enum mil.nga.gars.grid.GridType
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZoomGrids - Class in mil.nga.gars.grid
Zoom Level Matching Grids
ZoomGrids(int) - Constructor for class mil.nga.gars.grid.ZoomGrids
Constructor
B C D E F G H I K L M N O P Q S T V Z 
All Classes All Packages