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

A

accuracy() - Method in class mil.nga.mgrs.MGRS
Get the MGRS coordinate accuracy number of digits
accuracy(String) - Static method in class mil.nga.mgrs.MGRS
Get the MGRS coordinate accuracy number of digits

B

BAND_HEIGHT - Static variable in class mil.nga.mgrs.MGRSConstants
Grid band height for all by but the MGRSConstants.MAX_BAND_LETTER
BAND_LETTER_NORTH - Static variable in class mil.nga.mgrs.MGRSConstants
First northern hemisphere band letter
BAND_LETTER_SOUTH - Static variable in class mil.nga.mgrs.MGRSConstants
Last southern hemisphere band letter
BandLetterRange - Class in mil.nga.mgrs.gzd
Band Letter Range
BandLetterRange() - Constructor for class mil.nga.mgrs.gzd.BandLetterRange
Constructor, full range
BandLetterRange(char, char) - Constructor for class mil.nga.mgrs.gzd.BandLetterRange
Constructor
bands - Static variable in class mil.nga.mgrs.gzd.GridZones
Latitude Bands

C

clearPrecisionStyles() - Method in class mil.nga.mgrs.grid.Grid
Clear the propagated grid type precision styles
compareTo(Grid) - Method in class mil.nga.mgrs.grid.Grid
coordinate() - Method in class mil.nga.mgrs.MGRS
Get the MGRS coordinate with one meter precision
coordinate(int) - Method in class mil.nga.mgrs.MGRS
Get the MGRS coordinate with the accuracy number of digits in the easting and northing values.
coordinate(GridType) - Method in class mil.nga.mgrs.MGRS
Get the MGRS coordinate with specified grid precision
copy() - Method in class mil.nga.mgrs.features.GridLine
Copy the line
create() - Static method in class mil.nga.mgrs.grid.Grids
Create with all grid types enabled
create(int, char, char, char, long, long) - Static method in class mil.nga.mgrs.MGRS
Create
create(int, char, long, long) - Static method in class mil.nga.mgrs.MGRS
Create
create(int, Hemisphere, double, double) - Static method in class mil.nga.mgrs.utm.UTM
Create
create(Collection<GridType>) - Static method in class mil.nga.mgrs.grid.Grids
Create with grids to enable
create(GridType...) - Static method in class mil.nga.mgrs.grid.Grids
Create with grids to enable
createGZD() - Static method in class mil.nga.mgrs.grid.Grids
Create only Grid Zone Designator grids

D

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

E

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

F

format() - Method in class mil.nga.mgrs.utm.UTM
Format to a UTM string
from(double, double) - Static method in class mil.nga.mgrs.MGRS
Convert the coordinate to MGRS
from(Point) - Static method in class mil.nga.mgrs.MGRS
Encodes a point as a MGRS string
from(Point) - Static method in class mil.nga.mgrs.utm.UTM
Create from a point
from(Point, int) - Static method in class mil.nga.mgrs.utm.UTM
Create from a point and zone number
from(Point, int, Hemisphere) - Static method in class mil.nga.mgrs.utm.UTM
Create from a coordinate, zone number, and hemisphere

G

getAccuracy() - Method in enum mil.nga.mgrs.grid.GridType
Get the Grid Type accuracy number of digits in the easting and northing values
getBand() - Method in class mil.nga.mgrs.gzd.GridZone
Get the latitude band
getBand() - Method in class mil.nga.mgrs.MGRS
Get the band letter
getBandLetter(double) - Static method in class mil.nga.mgrs.gzd.GridZones
Get the band letter of the latitude (degrees between MGRSConstants.MIN_LAT and MGRSConstants.MAX_LAT).
getBandLetter(double, boolean) - Static method in class mil.nga.mgrs.gzd.GridZones
Get the band letter of the latitude (degrees between MGRSConstants.MIN_LAT and MGRSConstants.MAX_LAT)
getBandLetterRange() - Method in class mil.nga.mgrs.gzd.GridRange
Get the band letter range
getBandLetterRange(double, double) - Static method in class mil.nga.mgrs.gzd.GridZones
Get a band letter range between the southern and northern latitudes in degrees
getBandLetterRange(Bounds) - Static method in class mil.nga.mgrs.gzd.GridZones
Get a band letter range between the southern and northern bounds
getBounds() - Method in class mil.nga.mgrs.gzd.GridRange
Get the grid range bounds
getBounds() - Method in class mil.nga.mgrs.gzd.GridZone
Get the bounds
getColor(GridType) - Method in class mil.nga.mgrs.grid.Grid
Get the grid type precision line color
getColumn() - Method in class mil.nga.mgrs.MGRS
Get the column letter
getColumnLetter(int, double) - Static method in class mil.nga.mgrs.MGRS
Get the column letter from the zone number and easting
getColumnLetter(UTM) - Static method in class mil.nga.mgrs.MGRS
Get the column letter from the UTM
getColumnRowId() - Method in class mil.nga.mgrs.MGRS
Get the two letter column and row 100k designator
getColumnRowId(double, double, int) - Static method in class mil.nga.mgrs.MGRS
Get the two letter column and row 100k designator for a given UTM easting, northing and zone number value
getCoordinate() - Method in class mil.nga.mgrs.grid.GridLabel
Get the MGRS coordinate
getDefaultWidth() - Method in class mil.nga.mgrs.grid.Grids
getDrawBounds(Bounds, GridType) - Method in class mil.nga.mgrs.gzd.GridZone
Get the draw bounds of easting and northing in meters
getEast() - Method in class mil.nga.mgrs.gzd.LongitudinalStrip
Get the eastern longitude
getEast() - Method in class mil.nga.mgrs.gzd.ZoneNumberRange
Get the eastern zone number
getEasting() - Method in class mil.nga.mgrs.MGRS
Get the easting
getEasting() - Method in class mil.nga.mgrs.utm.UTM
Get the easting
getEastingAndNorthing(GridType) - Method in class mil.nga.mgrs.MGRS
Get the easting and northing concatenated value in the grid type precision
getEastLongitude() - Method in class mil.nga.mgrs.gzd.ZoneNumberRange
Get the eastern longitude
getEastLongitude(int) - Static method in class mil.nga.mgrs.gzd.GridZones
Get the east longitude in degrees of the zone number
getExpand() - Method in class mil.nga.mgrs.gzd.LongitudinalStrip
Get expand, number of additional neighbors to iterate over in combination with this strip
getFile() - Method in class mil.nga.mgrs.property.MGRSProperties
getGrid(GridType) - Method in class mil.nga.mgrs.grid.Grids
Get the grid
getGridRange(Bounds) - Static method in class mil.nga.mgrs.gzd.GridZones
Get a grid range from the bounds
getGridType() - Method in class mil.nga.mgrs.features.GridLine
Get the line grid type
getGridType() - Method in class mil.nga.mgrs.grid.GridLabel
Get the grid type
getGridZone() - Method in class mil.nga.mgrs.MGRS
Get the GZD grid zone
getGridZone(int, char) - Static method in class mil.nga.mgrs.gzd.GridZones
Get the grid zone by zone number and band letter
getGridZone(MGRS) - Static method in class mil.nga.mgrs.gzd.GridZones
Get the grid zone by MGRS
getHemisphere() - Method in class mil.nga.mgrs.gzd.GridZone
Get the hemisphere
getHemisphere() - Method in class mil.nga.mgrs.gzd.LatitudeBand
Get the hemisphere
getHemisphere() - Method in class mil.nga.mgrs.MGRS
Get the hemisphere
getHemisphere() - Method in class mil.nga.mgrs.utm.UTM
Get the hemisphere
getHemisphere(char) - Static method in class mil.nga.mgrs.MGRSUtils
Get the hemisphere from the band letter
getInstance() - Static method in class mil.nga.mgrs.property.MGRSProperties
Get the singleton instance
getLabelBuffer(GridType) - Method in class mil.nga.mgrs.grid.Grids
Get the label grid zone edge buffer
getLabeler() - Method in class mil.nga.mgrs.grid.Grid
Get the grid labeler
getLabeler(GridType) - Method in class mil.nga.mgrs.grid.Grids
Get the labeler for the grid type
getLabelName(int, char) - Static method in class mil.nga.mgrs.MGRSUtils
Get the label name
getLabels(int, Bounds, GridZone) - Method in class mil.nga.mgrs.grid.Grid
Get the labels for the zoom, tile bounds, and zone
getLabels(Bounds, GridType, GridZone) - Method in class mil.nga.mgrs.grid.GridLabeler
Get labels for the bounds
getLabels(Bounds, GridType, GridZone) - Method in class mil.nga.mgrs.grid.MGRSLabeler
Get labels for the bounds
getLabels(Bounds, GridType, GridZone) - Method in class mil.nga.mgrs.gzd.GZDLabeler
Get labels for the bounds
getLabels(GridTile, GridZone) - Method in class mil.nga.mgrs.grid.Grid
Get the labels for the tile and zone
getLatitudeBand(char) - Static method in class mil.nga.mgrs.gzd.GridZones
Get the latitude band by band letter
getLetter() - Method in class mil.nga.mgrs.gzd.GridZone
Get the band letter
getLetter() - Method in class mil.nga.mgrs.gzd.LatitudeBand
Get the band letter
getLines(int, Bounds, GridZone) - Method in class mil.nga.mgrs.grid.Grid
Get the lines for the zoom, tile bounds, and zone
getLines(Bounds, GridType) - Method in class mil.nga.mgrs.gzd.GridZone
Get the grid zone lines
getLines(Bounds, GridZone) - Method in class mil.nga.mgrs.grid.Grid
Get the lines for the tile bounds and zone
getLines(GridTile, GridZone) - Method in class mil.nga.mgrs.grid.Grid
Get the lines for the tile and zone
getLines(GridType) - Method in class mil.nga.mgrs.gzd.GridZone
Get the grid zone lines
getLongitudinalStrip(int) - Static method in class mil.nga.mgrs.gzd.GridZones
Get the longitudinal strip by zone number
getName() - Method in class mil.nga.mgrs.gzd.GridZone
Get the label name
getNorth() - Method in class mil.nga.mgrs.gzd.BandLetterRange
Get the northern band letter
getNorth() - Method in class mil.nga.mgrs.gzd.LatitudeBand
Get the northern latitude
getNorthing() - Method in class mil.nga.mgrs.MGRS
Get the northing
getNorthing() - Method in class mil.nga.mgrs.utm.UTM
Get the northing
getNorthLatitude() - Method in class mil.nga.mgrs.gzd.BandLetterRange
Get the northern latitude
getNorthLatitude(char) - Static method in class mil.nga.mgrs.gzd.GridZones
Get the north latitude in degrees of the band letter
getNumber() - Method in class mil.nga.mgrs.gzd.GridZone
Get the zone number
getNumber() - Method in class mil.nga.mgrs.gzd.LongitudinalStrip
Get the zone number
getPrecision() - Method in class mil.nga.mgrs.grid.Grid
Get the precision in meters
getPrecision() - Method in enum mil.nga.mgrs.grid.GridType
Get the precision in meters
getPrecision() - Method in class mil.nga.mgrs.grid.ZoomGrids
Get the grid type precision
getPrecision(double) - Static method in enum mil.nga.mgrs.grid.GridType
Get the precision of the value in meters based upon trailing 0's
getPrecision(int) - Method in class mil.nga.mgrs.grid.Grids
Get the grid precision for the zoom level
getPrecisionCompare() - Method in class mil.nga.mgrs.grid.Grid
Get the precision in meters
getRow() - Method in class mil.nga.mgrs.MGRS
Get the row letter
getRowLetter(int, double) - Static method in class mil.nga.mgrs.MGRS
Get the row letter from the zone number and northing
getRowLetter(UTM) - Static method in class mil.nga.mgrs.MGRS
Get the row letter from the UTM
getSouth() - Method in class mil.nga.mgrs.gzd.BandLetterRange
Get the southern band letter
getSouth() - Method in class mil.nga.mgrs.gzd.LatitudeBand
Get the southern latitude
getSouthLatitude() - Method in class mil.nga.mgrs.gzd.BandLetterRange
Get the southern latitude
getSouthLatitude(char) - Static method in class mil.nga.mgrs.gzd.GridZones
Get the south latitude in degrees of the band letter
getStrip() - Method in class mil.nga.mgrs.gzd.GridZone
Get the longitudinal strip
getStripExpand() - Method in class mil.nga.mgrs.gzd.GridZone
Get the longitudinal strip expansion, number of additional neighbors to iterate over in combination with this strip
getStyle(GridType) - Method in class mil.nga.mgrs.grid.Grid
Get the grid type precision line style for the grid type
getType() - Method in class mil.nga.mgrs.grid.Grid
Get the grid type
getUTMEasting() - Method in class mil.nga.mgrs.MGRS
Get the UTM easting
getUTMNorthing() - Method in class mil.nga.mgrs.MGRS
Get the UTM northing
getWest() - Method in class mil.nga.mgrs.gzd.LongitudinalStrip
Get the western longitude
getWest() - Method in class mil.nga.mgrs.gzd.ZoneNumberRange
Get the western zone number
getWestLongitude() - Method in class mil.nga.mgrs.gzd.ZoneNumberRange
Get the western longitude
getWestLongitude(int) - Static method in class mil.nga.mgrs.gzd.GridZones
Get the west longitude in degrees of the zone number
getWidth(GridType) - Method in class mil.nga.mgrs.grid.Grid
Get the grid type precision line width
getZone() - Method in class mil.nga.mgrs.MGRS
Get the zone number
getZone() - Method in class mil.nga.mgrs.utm.UTM
Get the zone number
getZoneNumber(double) - Static method in class mil.nga.mgrs.gzd.GridZones
Get the zone number of the longitude (degrees between MGRSConstants.MIN_LON and MGRSConstants.MAX_LON).
getZoneNumber(double, boolean) - Static method in class mil.nga.mgrs.gzd.GridZones
Get the zone number of the longitude (degrees between MGRSConstants.MIN_LON and MGRSConstants.MAX_LON)
getZoneNumber(double, double) - Static method in class mil.nga.mgrs.gzd.GridZones
Get the zone number of the longitude and latitude
getZoneNumber(Point) - Static method in class mil.nga.mgrs.gzd.GridZones
Get the zone number of the point
getZoneNumberRange() - Method in class mil.nga.mgrs.gzd.GridRange
Get the zone number range
getZoneNumberRange(double, double) - Static method in class mil.nga.mgrs.gzd.GridZones
Get a zone number range between the western and eastern longitudes
getZoneNumberRange(Bounds) - Static method in class mil.nga.mgrs.gzd.GridZones
Get a zone number range between the western and eastern bounds
getZones(Bounds) - Static method in class mil.nga.mgrs.gzd.GridZones
Get the zones within the bounds
Grid - Class in mil.nga.mgrs.grid
Grid
Grid(GridType) - Constructor for class mil.nga.mgrs.grid.Grid
Constructor
GridLabel - Class in mil.nga.mgrs.grid
MGRS Grid Label
GridLabel(String, Point, Bounds, GridType, MGRS) - Constructor for class mil.nga.mgrs.grid.GridLabel
Constructor
GridLabeler - Class in mil.nga.mgrs.grid
Grid Labeler
GridLabeler() - Constructor for class mil.nga.mgrs.grid.GridLabeler
Default Constructor
GridLabeler(boolean, int, Integer, Color) - Constructor for class mil.nga.mgrs.grid.GridLabeler
Constructor
GridLabeler(boolean, int, Integer, Color, double) - Constructor for class mil.nga.mgrs.grid.GridLabeler
Constructor
GridLabeler(boolean, int, Integer, Color, double, double) - Constructor for class mil.nga.mgrs.grid.GridLabeler
Constructor
GridLabeler(int, Integer, Color) - Constructor for class mil.nga.mgrs.grid.GridLabeler
Constructor
GridLabeler(int, Integer, Color, double) - Constructor for class mil.nga.mgrs.grid.GridLabeler
Constructor
GridLabeler(int, Integer, Color, double, double) - Constructor for class mil.nga.mgrs.grid.GridLabeler
Constructor
GridLabeler(int, Color) - Constructor for class mil.nga.mgrs.grid.GridLabeler
Constructor
GridLabeler(int, Color, double) - Constructor for class mil.nga.mgrs.grid.GridLabeler
Constructor
GridLabeler(int, Color, double, double) - Constructor for class mil.nga.mgrs.grid.GridLabeler
Constructor
GridLine - Class in mil.nga.mgrs.features
Line between two points
GridLine(Line) - Constructor for class mil.nga.mgrs.features.GridLine
Constructor
GridLine(Line, GridType) - Constructor for class mil.nga.mgrs.features.GridLine
Constructor
GridLine(Point, Point) - Constructor for class mil.nga.mgrs.features.GridLine
Constructor
GridLine(Point, Point, GridType) - Constructor for class mil.nga.mgrs.features.GridLine
Constructor
GridLine(GridLine) - Constructor for class mil.nga.mgrs.features.GridLine
Copy Constructor
GridRange - Class in mil.nga.mgrs.gzd
Grid Range
GridRange() - Constructor for class mil.nga.mgrs.gzd.GridRange
Constructor, full range
GridRange(ZoneNumberRange, BandLetterRange) - Constructor for class mil.nga.mgrs.gzd.GridRange
Constructor
grids() - Method in class mil.nga.mgrs.grid.Grids
Grids - Class in mil.nga.mgrs.grid
Grids
Grids() - Constructor for class mil.nga.mgrs.grid.Grids
Constructor, all grid types enabled per property configurations
Grids(Collection<GridType>) - Constructor for class mil.nga.mgrs.grid.Grids
Constructor
Grids(GridType...) - Constructor for class mil.nga.mgrs.grid.Grids
Constructor
GridType - Enum in mil.nga.mgrs.grid
Grid type enumeration
GridZone - Class in mil.nga.mgrs.gzd
Grid Zone
GridZone(LongitudinalStrip, LatitudeBand) - Constructor for class mil.nga.mgrs.gzd.GridZone
Constructor
gridZones - Static variable in class mil.nga.mgrs.gzd.GridZones
Grid Zones
GridZones - Class in mil.nga.mgrs.gzd
Grid Zones, Longitudinal Strips, and Latitude Bands
GridZones() - Constructor for class mil.nga.mgrs.gzd.GridZones
 
GZD - mil.nga.mgrs.grid.GridType
Grid Zone Designator
GZDLabeler - Class in mil.nga.mgrs.gzd
Grid Zone Designator labeler
GZDLabeler() - Constructor for class mil.nga.mgrs.gzd.GZDLabeler
Default Constructor
GZDLabeler(boolean, int, Integer, Color) - Constructor for class mil.nga.mgrs.gzd.GZDLabeler
Constructor
GZDLabeler(boolean, int, Integer, Color, double) - Constructor for class mil.nga.mgrs.gzd.GZDLabeler
Constructor
GZDLabeler(boolean, int, Integer, Color, double, double) - Constructor for class mil.nga.mgrs.gzd.GZDLabeler
Constructor
GZDLabeler(int, Integer, Color) - Constructor for class mil.nga.mgrs.gzd.GZDLabeler
Constructor
GZDLabeler(int, Integer, Color, double) - Constructor for class mil.nga.mgrs.gzd.GZDLabeler
Constructor
GZDLabeler(int, Integer, Color, double, double) - Constructor for class mil.nga.mgrs.gzd.GZDLabeler
Constructor
GZDLabeler(int, Color) - Constructor for class mil.nga.mgrs.gzd.GZDLabeler
Constructor
GZDLabeler(int, Color, double) - Constructor for class mil.nga.mgrs.gzd.GZDLabeler
Constructor
GZDLabeler(int, Color, double, double) - Constructor for class mil.nga.mgrs.gzd.GZDLabeler
Constructor

H

hasGridType() - Method in class mil.nga.mgrs.features.GridLine
Check if the line has a grid type
hashCode() - Method in class mil.nga.mgrs.features.GridLine
hashCode() - Method in class mil.nga.mgrs.grid.Grid
hasLabeler(GridType) - Method in class mil.nga.mgrs.grid.Grids
Has a labeler for the grid type
HUNDRED_KILOMETER - mil.nga.mgrs.grid.GridType
Hundred Kilometer
HUNDRED_METER - mil.nga.mgrs.grid.GridType
Hundred Meter

I

instance - Static variable in class mil.nga.mgrs.property.MGRSProperties
Singleton instance
isEnabled(GridType) - Method in class mil.nga.mgrs.grid.Grids
Is the grid type enabled
isLabelerEnabled(GridType) - Method in class mil.nga.mgrs.grid.Grids
Is a labeler enabled for the grid type
isMGRS(String) - Static method in class mil.nga.mgrs.MGRS
Return whether the given string is valid MGRS string
isSvalbard(int, char) - Static method in class mil.nga.mgrs.gzd.GridZones
Is the zone number and band letter a Svalbard GZD (31X - 37X)
isSvalbardLetter(char) - Static method in class mil.nga.mgrs.gzd.GridZones
Is the band letter a Svalbard GZD (X)
isSvalbardZone(int) - Static method in class mil.nga.mgrs.gzd.GridZones
Is the zone number a Svalbard GZD (31 - 37)
isType(GridType) - Method in class mil.nga.mgrs.grid.Grid
Is the provided grid type
isUTM(String) - Static method in class mil.nga.mgrs.utm.UTM
Return whether the given string is valid UTM string
isWithin(Bounds) - Method in class mil.nga.mgrs.gzd.GridZone
Is the provided bounds within the zone bounds
iterator() - Method in class mil.nga.mgrs.gzd.BandLetterRange
iterator() - Method in class mil.nga.mgrs.gzd.GridRange
iterator() - Method in class mil.nga.mgrs.gzd.ZoneNumberRange

K

KILOMETER - mil.nga.mgrs.grid.GridType
Kilometer

L

LatitudeBand - Class in mil.nga.mgrs.gzd
Latitude (horizontal) band
LatitudeBand(char, double, double) - Constructor for class mil.nga.mgrs.gzd.LatitudeBand
Constructor
lessPrecise(GridType) - Static method in enum mil.nga.mgrs.grid.GridType
Get the less precise (larger precision value) grid types
line(Line) - Static method in class mil.nga.mgrs.features.GridLine
Create a line
line(Line, GridType) - Static method in class mil.nga.mgrs.features.GridLine
Create a line
line(Point, Point) - Static method in class mil.nga.mgrs.features.GridLine
Create a line
line(Point, Point, GridType) - Static method in class mil.nga.mgrs.features.GridLine
Create a line
line(GridLine) - Static method in class mil.nga.mgrs.features.GridLine
Copy a line
LongitudinalStrip - Class in mil.nga.mgrs.gzd
Longitudinal (vertical) strip
LongitudinalStrip(int, double, double) - Constructor for class mil.nga.mgrs.gzd.LongitudinalStrip
Constructor
LongitudinalStrip(int, double, double, int) - Constructor for class mil.nga.mgrs.gzd.LongitudinalStrip
Constructor

M

MAX_BAND_HEIGHT - Static variable in class mil.nga.mgrs.MGRSConstants
Grid band height for the MGRSConstants.MAX_BAND_LETTER
MAX_BAND_LETTER - Static variable in class mil.nga.mgrs.MGRSConstants
Maximum grid band letter
MAX_LAT - Static variable in class mil.nga.mgrs.MGRSConstants
Maximum latitude
MAX_LON - Static variable in class mil.nga.mgrs.MGRSConstants
Maximum longitude
MAX_NORWAY_ZONE_NUMBER - Static variable in class mil.nga.mgrs.MGRSConstants
Max zone number in Norway grid zones
MAX_SVALBARD_ZONE_NUMBER - Static variable in class mil.nga.mgrs.MGRSConstants
Max zone number in Svalbard grid zones
MAX_ZONE_NUMBER - Static variable in class mil.nga.mgrs.MGRSConstants
Maximum grid zone number
METER - mil.nga.mgrs.grid.GridType
Meter
MGRS - Class in mil.nga.mgrs
Military Grid Reference System Coordinate
MGRS(int, char, char, char, long, long) - Constructor for class mil.nga.mgrs.MGRS
Constructor
MGRS(int, char, long, long) - Constructor for class mil.nga.mgrs.MGRS
Constructor
MGRSConstants - Class in mil.nga.mgrs
Military Grid Reference System Constants
MGRSConstants() - Constructor for class mil.nga.mgrs.MGRSConstants
 
MGRSLabeler - Class in mil.nga.mgrs.grid
MGRS grid labeler
MGRSLabeler() - Constructor for class mil.nga.mgrs.grid.MGRSLabeler
Default Constructor
MGRSLabeler(boolean, int, Integer, Color) - Constructor for class mil.nga.mgrs.grid.MGRSLabeler
Constructor
MGRSLabeler(boolean, int, Integer, Color, double) - Constructor for class mil.nga.mgrs.grid.MGRSLabeler
Constructor
MGRSLabeler(boolean, int, Integer, Color, double, double) - Constructor for class mil.nga.mgrs.grid.MGRSLabeler
Constructor
MGRSLabeler(int, Integer, Color) - Constructor for class mil.nga.mgrs.grid.MGRSLabeler
Constructor
MGRSLabeler(int, Integer, Color, double) - Constructor for class mil.nga.mgrs.grid.MGRSLabeler
Constructor
MGRSLabeler(int, Integer, Color, double, double) - Constructor for class mil.nga.mgrs.grid.MGRSLabeler
Constructor
MGRSLabeler(int, Color) - Constructor for class mil.nga.mgrs.grid.MGRSLabeler
Constructor
MGRSLabeler(int, Color, double) - Constructor for class mil.nga.mgrs.grid.MGRSLabeler
Constructor
MGRSLabeler(int, Color, double, double) - Constructor for class mil.nga.mgrs.grid.MGRSLabeler
Constructor
MGRSProperties - Class in mil.nga.mgrs.property
MGRS property loader
MGRSProperties() - Constructor for class mil.nga.mgrs.property.MGRSProperties
 
MGRSUtils - Class in mil.nga.mgrs
Military Grid Reference System utilities
MGRSUtils() - Constructor for class mil.nga.mgrs.MGRSUtils
 
mil.nga.mgrs - package mil.nga.mgrs
 
mil.nga.mgrs.features - package mil.nga.mgrs.features
 
mil.nga.mgrs.grid - package mil.nga.mgrs.grid
 
mil.nga.mgrs.gzd - package mil.nga.mgrs.gzd
 
mil.nga.mgrs.property - package mil.nga.mgrs.property
 
mil.nga.mgrs.utm - package mil.nga.mgrs.utm
 
MIN_BAND_LETTER - Static variable in class mil.nga.mgrs.MGRSConstants
Minimum grid band letter
MIN_LAT - Static variable in class mil.nga.mgrs.MGRSConstants
Minimum latitude
MIN_LON - Static variable in class mil.nga.mgrs.MGRSConstants
Minimum longitude
MIN_NORWAY_ZONE_NUMBER - Static variable in class mil.nga.mgrs.MGRSConstants
Min zone number in Norway grid zones
MIN_SVALBARD_ZONE_NUMBER - Static variable in class mil.nga.mgrs.MGRSConstants
Min zone number in Svalbard grid zones
MIN_ZONE_NUMBER - Static variable in class mil.nga.mgrs.MGRSConstants
Minimum grid zone number
morePrecise(GridType) - Static method in enum mil.nga.mgrs.grid.GridType
Get the more precise (smaller precision value) grid types

N

newGrid(GridType) - Method in class mil.nga.mgrs.grid.Grids
Create a new grid, override to create a specialized grid
newZoomGrids(int) - Method in class mil.nga.mgrs.grid.Grids
nextBandLetter(char) - Static method in class mil.nga.mgrs.MGRSUtils
Get the next band letter
NORWAY_BAND_LETTER - Static variable in class mil.nga.mgrs.MGRSConstants
Band letter in Norway grid zones
NUM_BANDS - Static variable in class mil.nga.mgrs.MGRSConstants
Number of bands

P

parse(String) - Static method in class mil.nga.mgrs.MGRS
Parse a MGRS string
parse(String) - Static method in class mil.nga.mgrs.utm.UTM
Parse a UTM value (Zone N|S Easting Northing)
point(int, Hemisphere, double, double) - Static method in class mil.nga.mgrs.utm.UTM
Create a point from the UTM attributes
precision() - Method in class mil.nga.mgrs.MGRS
Get the MGRS coordinate grid precision
precision(String) - Static method in class mil.nga.mgrs.MGRS
Parse the MGRS string for the precision
previousBandLetter(char) - Static method in class mil.nga.mgrs.MGRSUtils
Get the previous band letter
PROPERTIES_FILE - Static variable in class mil.nga.mgrs.property.MGRSProperties
Property file name

S

setAllColors(Color) - Method in class mil.nga.mgrs.grid.Grids
Set all grid line colors
setAllLabelColors(Color) - Method in class mil.nga.mgrs.grid.Grids
Set all label colors
setAllLabelTextSizes(double) - Method in class mil.nga.mgrs.grid.Grids
Set all label text sizes
setAllWidths(double) - Method in class mil.nga.mgrs.grid.Grids
Set all grid line widths
setBandLetterRange(BandLetterRange) - Method in class mil.nga.mgrs.gzd.GridRange
Set the band letter range
setColor(Collection<GridType>, Color) - Method in class mil.nga.mgrs.grid.Grids
Set the grid line color for the grid types
setColor(Collection<GridType>, GridType, Color) - Method in class mil.nga.mgrs.grid.Grids
Set the grid type precision line color for the grid types
setColor(Color, GridType...) - Method in class mil.nga.mgrs.grid.Grids
Set the grid line color for the grid types
setColor(GridType, Collection<GridType>, Color) - Method in class mil.nga.mgrs.grid.Grids
Set the grid type precision line colors for the grid type
setColor(GridType, Color) - Method in class mil.nga.mgrs.grid.Grid
Set the grid type precision line color
setColor(GridType, Color) - Method in class mil.nga.mgrs.grid.Grids
Set the grid line color for the grid type
setColor(GridType, Color, GridType...) - Method in class mil.nga.mgrs.grid.Grids
Set the grid type precision line colors for the grid type
setColor(GridType, GridType, Color) - Method in class mil.nga.mgrs.grid.Grids
Set the grid type precision line color for the grid type
setCoordinate(MGRS) - Method in class mil.nga.mgrs.grid.GridLabel
Set the MGRS coordinate
setEast(double) - Method in class mil.nga.mgrs.gzd.LongitudinalStrip
Set the eastern longitude
setEast(int) - Method in class mil.nga.mgrs.gzd.ZoneNumberRange
Set the eastern zone number
setExpand(int) - Method in class mil.nga.mgrs.gzd.LongitudinalStrip
Set the expand, number of additional neighbors to iterate over in combination with this strip
setGrids(Collection<Grid>) - Method in class mil.nga.mgrs.grid.Grids
Set the active grids
setGrids(Grid...) - Method in class mil.nga.mgrs.grid.Grids
Set the active grids
setGrids(GridType...) - Method in class mil.nga.mgrs.grid.Grids
Set the active grid types
setGridType(GridType) - Method in class mil.nga.mgrs.features.GridLine
Set the line grid type
setGridType(GridType) - Method in class mil.nga.mgrs.grid.GridLabel
Set the grid type
setGridTypes(Collection<GridType>) - Method in class mil.nga.mgrs.grid.Grids
Set the active grid types
setLabelBuffer(double, GridType...) - Method in class mil.nga.mgrs.grid.Grids
Set the label grid zone edge buffer for the grid types
setLabelBuffer(Collection<GridType>, double) - Method in class mil.nga.mgrs.grid.Grids
Set the label grid zone edge buffer for the grid types
setLabelBuffer(GridType, double) - Method in class mil.nga.mgrs.grid.Grids
Set the label grid zone edge buffer
setLabelColor(Collection<GridType>, Color) - Method in class mil.nga.mgrs.grid.Grids
Set the label color for the grid types
setLabelColor(Color, GridType...) - Method in class mil.nga.mgrs.grid.Grids
Set the label color for the grid types
setLabelColor(GridType, Color) - Method in class mil.nga.mgrs.grid.Grids
Set the label color
setLabeler(GridLabeler) - Method in class mil.nga.mgrs.grid.Grid
Set the grid labeler
setLabeler(GridType, GridLabeler) - Method in class mil.nga.mgrs.grid.Grids
Set the labeler for the grid type
setLabelMaxZoom(GridType, Integer) - Method in class mil.nga.mgrs.grid.Grids
Set the grid maximum zoom
setLabelMinZoom(GridType, int) - Method in class mil.nga.mgrs.grid.Grids
Set the grid minimum zoom
setLabelTextSize(double, GridType...) - Method in class mil.nga.mgrs.grid.Grids
Set the label text size for the grid types
setLabelTextSize(Collection<GridType>, double) - Method in class mil.nga.mgrs.grid.Grids
Set the label text size for the grid types
setLabelTextSize(GridType, double) - Method in class mil.nga.mgrs.grid.Grids
Set the label text size
setLabelZoomRange(GridType, int, Integer) - Method in class mil.nga.mgrs.grid.Grids
Set the grid zoom range
setLetter(char) - Method in class mil.nga.mgrs.gzd.LatitudeBand
Set the band letter
setLinesMaxZoom(GridType, Integer) - Method in class mil.nga.mgrs.grid.Grids
Set the grid maximum level override for drawing grid lines
setLinesMinZoom(GridType, Integer) - Method in class mil.nga.mgrs.grid.Grids
Set the grid minimum level override for drawing grid lines
setMaxZoom(GridType, Integer) - Method in class mil.nga.mgrs.grid.Grids
Set the grid maximum zoom
setMinZoom(GridType, int) - Method in class mil.nga.mgrs.grid.Grids
Set the grid minimum zoom
setNorth(char) - Method in class mil.nga.mgrs.gzd.BandLetterRange
Set the northern band letter
setNorth(double) - Method in class mil.nga.mgrs.gzd.LatitudeBand
Set the northern latitude
setNumber(int) - Method in class mil.nga.mgrs.gzd.LongitudinalStrip
Set the zone number
setSouth(char) - Method in class mil.nga.mgrs.gzd.BandLetterRange
Set the southern band letter
setSouth(double) - Method in class mil.nga.mgrs.gzd.LatitudeBand
Set the southern latitude
setStyle(GridType, GridStyle) - Method in class mil.nga.mgrs.grid.Grid
Set the grid type precision line style
setWest(double) - Method in class mil.nga.mgrs.gzd.LongitudinalStrip
Set the western longitude
setWest(int) - Method in class mil.nga.mgrs.gzd.ZoneNumberRange
Set the western zone number
setWidth(double, GridType...) - Method in class mil.nga.mgrs.grid.Grids
Set the grid line width for the grid types
setWidth(Collection<GridType>, double) - Method in class mil.nga.mgrs.grid.Grids
Set the grid line width for the grid types
setWidth(Collection<GridType>, GridType, double) - Method in class mil.nga.mgrs.grid.Grids
Set the grid type precision line width for the grid types
setWidth(GridType, double) - Method in class mil.nga.mgrs.grid.Grid
Set the grid type precision line width
setWidth(GridType, double) - Method in class mil.nga.mgrs.grid.Grids
Set the grid line width for the grid type
setWidth(GridType, double, GridType...) - Method in class mil.nga.mgrs.grid.Grids
Set the grid type precision line widths for the grid type
setWidth(GridType, Collection<GridType>, double) - Method in class mil.nga.mgrs.grid.Grids
Set the grid type precision line widths for the grid type
setWidth(GridType, GridType, double) - Method in class mil.nga.mgrs.grid.Grids
Set the grid type precision line width for the grid type
setZoneNumberRange(ZoneNumberRange) - Method in class mil.nga.mgrs.gzd.GridRange
Set the zone number range
setZoomRange(GridType, int, Integer) - Method in class mil.nga.mgrs.grid.Grids
Set the grid zoom range
strips - Static variable in class mil.nga.mgrs.gzd.GridZones
Longitudinal Strips
SVALBARD_BAND_LETTER - Static variable in class mil.nga.mgrs.MGRSConstants
Band letter in Svalbard grid zones

T

TEN_KILOMETER - mil.nga.mgrs.grid.GridType
Ten Kilometer
TEN_METER - mil.nga.mgrs.grid.GridType
Ten Meter
toMGRS() - Method in class mil.nga.mgrs.utm.UTM
Convert to a MGRS coordinate
toPoint() - Method in class mil.nga.mgrs.MGRS
Convert to a point
toPoint() - Method in class mil.nga.mgrs.utm.UTM
Convert to a point
toString() - Method in class mil.nga.mgrs.MGRS
toString() - Method in class mil.nga.mgrs.utm.UTM
toUTM() - Method in class mil.nga.mgrs.MGRS
Convert to UTM coordinate

U

UTM - Class in mil.nga.mgrs.utm
Universal Transverse Mercator Projection
UTM(int, Hemisphere, double, double) - Constructor for class mil.nga.mgrs.utm.UTM
Constructor

V

validateBandLetter(char) - Static method in class mil.nga.mgrs.MGRSUtils
Validate the band letter
validateZoneNumber(int) - Static method in class mil.nga.mgrs.MGRSUtils
Validate the zone number
valueOf(String) - Static method in enum mil.nga.mgrs.grid.GridType
Returns the enum constant of this type with the specified name.
values() - Static method in enum mil.nga.mgrs.grid.GridType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAccuracy(int) - Static method in enum mil.nga.mgrs.grid.GridType
Get the Grid Type with the accuracy number of digits in the easting and northing values.

Z

ZONE_WIDTH - Static variable in class mil.nga.mgrs.MGRSConstants
Grid zone width
ZoneNumberRange - Class in mil.nga.mgrs.gzd
Zone Number Range
ZoneNumberRange() - Constructor for class mil.nga.mgrs.gzd.ZoneNumberRange
Constructor, full range
ZoneNumberRange(int, int) - Constructor for class mil.nga.mgrs.gzd.ZoneNumberRange
Constructor
ZoomGrids - Class in mil.nga.mgrs.grid
Zoom Level Matching Grids
ZoomGrids(int) - Constructor for class mil.nga.mgrs.grid.ZoomGrids
Constructor
A B C D E F G H I K L M N P S T U V W Z 
All Classes All Packages