Uses of Class
mil.nga.mgrs.tile.MGRSTile
-
Packages that use MGRSTile Package Description mil.nga.mgrs.features mil.nga.mgrs.grid mil.nga.mgrs.tile -
-
Uses of MGRSTile in mil.nga.mgrs.features
Methods in mil.nga.mgrs.features with parameters of type MGRSTile Modifier and Type Method Description PixelPoint. getPixel(MGRSTile tile)Get the pixel where the point fits into tilePixelRangeBounds. getPixelRange(MGRSTile tile)Get the pixel range where the bounds fit into the tile -
Uses of MGRSTile in mil.nga.mgrs.grid
Methods in mil.nga.mgrs.grid with parameters of type MGRSTile Modifier and Type Method Description List<Label>Grid. getLabels(MGRSTile tile, GridZone zone)Get the labels for the tile and zoneList<Line>Grid. getLines(MGRSTile tile, GridZone zone)Get the lines for the tile and zone -
Uses of MGRSTile in mil.nga.mgrs.tile
Methods in mil.nga.mgrs.tile that return MGRSTile Modifier and Type Method Description static MGRSTileMGRSTile. create(int width, int height, int x, int y, int zoom)Create a tilestatic MGRSTileMGRSTile. create(int width, int height, Bounds bounds)Create a tile
-