Uses of Class
org.geotools.tpk.TPKTile

Packages that use TPKTile
Package
Description
 
  • 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
    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 data
    TPKZoomLevel.getTiles(long top, long bottom, long left, long right, String format)
     
    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.
    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)