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 PixelPoint. getPixel(GridTile tile)Get the pixel where the point fits into tilePixelRangeBounds. 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 GridTileGridTile. tile(int width, int height, int x, int y, int zoom)Create a tilestatic GridTileGridTile. tile(int width, int height, Bounds bounds)Create a tile 
 -