Skip to content
Snippets Groups Projects
Commit 0cc106b1 authored by Kelly Kelly's avatar Kelly Kelly
Browse files

Updated method header

parent 9441249a
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,9 @@ public GeoArtifactsHelper(SleuthkitCase caseDb, String moduleName, String progra ...@@ -58,7 +58,9 @@ public GeoArtifactsHelper(SleuthkitCase caseDb, String moduleName, String progra
} }
/** /**
* Add a Track from a GPS device to the database. * Add a Track from a GPS device to the database. A Track represents a
* series of points that the device has traveled on. This will create a
* TSK_GPS_TRACK artifact and add it to the case.
* *
* @param trackName Name of GPS track, not required. * @param trackName Name of GPS track, not required.
* @param points List of GeoTrackPoints that the track traversed. * @param points List of GeoTrackPoints that the track traversed.
...@@ -100,7 +102,8 @@ public BlackboardArtifact addTrack(String trackName, GeoTrackPointList points, L ...@@ -100,7 +102,8 @@ public BlackboardArtifact addTrack(String trackName, GeoTrackPointList points, L
} }
/** /**
* Add a Route from a GPS device to the database. * Add a Route from a GPS device to the database. This will create a
* TSK_GPS_ROUTE artifact and add it to the case.
* *
* @param routeName Optional route name * @param routeName Optional route name
* @param creationTime Time the route was created, optional. * @param creationTime Time the route was created, optional.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment