Uses of Class
org.geotools.tpk.TPKTile
-
Packages that use TPKTile Package Description org.geotools.tpk -
-
Uses of TPKTile in org.geotools.tpk
Methods in org.geotools.tpk that return types with arguments of type TPKTile Modifier and Type Method Description List<TPKTile>
TPKFile. getTiles(long zoomLevel, long top, long bottom, long left, long right, String format)
Return a list of tile objects, each with its intended location, format and raw dataList<TPKTile>
TPKZoomLevel. getTiles(long top, long bottom, long left, long right, String format)
List<TPKTile>
TPKZoomLevelV1. getTiles(long top, long bottom, long left, long right, String format)
Read the tile data for the given coverage and return a list of tile objects to the caller.List<TPKTile>
TPKZoomLevelV2. getTiles(long top, long bottom, long left, long right, String format)
Read the tile data for the given coverage and return a list of tile objects to the caller.Methods in org.geotools.tpk with parameters of type TPKTile Modifier and Type Method Description int
TPKTile.TPKTileSorter. compare(TPKTile a, TPKTile b)
-