Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | List of all members
org.sleuthkit.autopsy.geolocation.MBTilesTileFactory.TileRunner Class Reference

Inherits Runnable.

Public Member Functions

void run ()
 

Protected Member Functions

URI getURI (Tile tile) throws URISyntaxException
 

Detailed Description

An inner class which actually loads the tiles. Used by the thread queue. Subclasses can override this via createTileRunner(Tile) if necessary.

Definition at line 262 of file MBTilesTileFactory.java.

Member Function Documentation

URI org.sleuthkit.autopsy.geolocation.MBTilesTileFactory.TileRunner.getURI ( Tile  tile) throws URISyntaxException
protected

Gets the full URI of a tile.

Parameters
tilethe tile
Exceptions
URISyntaxExceptionif the URI is invalid
Returns
a URI for the tile

Definition at line 272 of file MBTilesTileFactory.java.

Referenced by org.sleuthkit.autopsy.geolocation.MBTilesTileFactory.TileRunner.run().

void org.sleuthkit.autopsy.geolocation.MBTilesTileFactory.TileRunner.run ( )

The documentation for this class was generated from the following file:

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.