Uses of Class
mil.nga.mgrs.gzd.GridZone
-
Packages that use GridZone Package Description mil.nga.mgrs mil.nga.mgrs.grid mil.nga.mgrs.gzd -
-
Uses of GridZone in mil.nga.mgrs
Methods in mil.nga.mgrs that return GridZone Modifier and Type Method Description GridZone
MGRS. getGridZone()
Get the GZD grid zone -
Uses of GridZone in mil.nga.mgrs.grid
Methods in mil.nga.mgrs.grid with parameters of type GridZone Modifier and Type Method Description List<GridLabel>
Grid. getLabels(int zoom, Bounds tileBounds, GridZone zone)
Get the labels for the zoom, tile bounds, and zoneList<GridLabel>
Grid. getLabels(GridTile tile, GridZone zone)
Get the labels for the tile and zoneabstract List<GridLabel>
GridLabeler. getLabels(Bounds tileBounds, GridType gridType, GridZone zone)
Get labels for the boundsList<GridLabel>
MGRSLabeler. getLabels(Bounds tileBounds, GridType gridType, GridZone zone)
Get labels for the boundsList<GridLine>
Grid. getLines(int zoom, Bounds tileBounds, GridZone zone)
Get the lines for the zoom, tile bounds, and zoneList<GridLine>
Grid. getLines(Bounds tileBounds, GridZone zone)
Get the lines for the tile bounds and zoneList<GridLine>
Grid. getLines(GridTile tile, GridZone zone)
Get the lines for the tile and zone -
Uses of GridZone in mil.nga.mgrs.gzd
Fields in mil.nga.mgrs.gzd with type parameters of type GridZone Modifier and Type Field Description static Map<Integer,Map<Character,GridZone>>
GridZones. gridZones
Grid ZonesMethods in mil.nga.mgrs.gzd that return GridZone Modifier and Type Method Description static GridZone
GridZones. getGridZone(int zoneNumber, char bandLetter)
Get the grid zone by zone number and band letterstatic GridZone
GridZones. getGridZone(MGRS mgrs)
Get the grid zone by MGRSMethods in mil.nga.mgrs.gzd that return types with arguments of type GridZone Modifier and Type Method Description static List<GridZone>
GridZones. getZones(Bounds bounds)
Get the zones within the boundsIterator<GridZone>
GridRange. iterator()
Methods in mil.nga.mgrs.gzd with parameters of type GridZone Modifier and Type Method Description List<GridLabel>
GZDLabeler. getLabels(Bounds tileBounds, GridType gridType, GridZone zone)
Get labels for the bounds
-