See: Description
Interface | Description |
---|---|
PointAccepter |
Created by Fabrice on 23/12/2017.
|
Class | Description |
---|---|
BoundingBox | |
Distance |
Tools about 2D distance computation
Optimized code: we compute the square of the distance.
|
GEMFFile |
GEMF File handler class.
|
GeometryMath | |
GeoPoint | |
LineBuilder |
Created by Fabrice on 03/01/2018.
|
ListPointL |
Optimized version of List<PointL>
Created by Fabrice on 31/12/2017.
|
LocationUtils | |
MapTileIndex |
Computes a map tile index as `long` to/from zoom/x/y
Algorithm unfortunately different from SqlTileWriter.getIndex for historical reasons.
|
MapTileList |
An optimized list of map tile indices
|
MyMath | |
NetworkLocationIgnorer |
A class to check whether we want to use a location.
|
PathBuilder |
Created by Fabrice on 24/12/2017.
|
PointL |
A
Point with coordinates in long type instead of int |
PointReducer |
Reduces the number of points in a shape using the Douglas-Peucker algorithm.
|
RectL |
A
Rect with corners in long type instead of int |
SegmentClipper |
A tool to clip segments
|
SegmentIntersection |
A class dedicated to the computation of 2D segments intersection points
|
TileLooper |
A class that will loop around all the map tiles in the given viewport.
|
TileSystem |
Proxy class for TileSystem.
|