Uses of Class
mil.nga.grid.tile.GridTile
-
Packages that use GridTile Package Description mil.nga.grid.features mil.nga.grid.tile -
-
Uses of GridTile in mil.nga.grid.features
Methods in mil.nga.grid.features with parameters of type GridTile Modifier and Type Method Description Pixel
Point. getPixel(GridTile tile)
Get the pixel where the point fits into tilePixelRange
Bounds. getPixelRange(GridTile tile)
Get the pixel range where the bounds fit into the tile -
Uses of GridTile in mil.nga.grid.tile
Methods in mil.nga.grid.tile that return GridTile Modifier and Type Method Description static GridTile
GridTile. tile(int width, int height, int x, int y, int zoom)
Create a tilestatic GridTile
GridTile. tile(int width, int height, Bounds bounds)
Create a tile
-