
See: Description
| Interface | Description |
|---|---|
| IterableWithSize<T> | |
| MapTileAreaComputer |
Compute a map tile area from a map tile area source
|
| MapTileContainer | |
| MapTileListComputer | Deprecated
Use
MapTileAreaComputer instead |
| PointAccepter |
Created by Fabrice on 23/12/2017.
|
| SplashScreenable |
| Class | Description |
|---|---|
| BoundingBox | |
| Delay | |
| Distance |
Tools about 2D distance computation
Optimized code: we compute the square of the distance.
|
| DuringSplashScreen |
Put there everything that could be done during a splash screen
|
| GarbageCollector |
"Garbage Collector" tool
The principles are:
* it runs smoothly and asynchronously
* only one execution at the same time
|
| 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 | |
| MapTileArea |
An area of map tiles.
|
| MapTileAreaBorderComputer |
Compute a map tile area from a map tile area source: the source with a border
|
| MapTileAreaList |
A list of areas of map tiles
|
| MapTileAreaZoomComputer |
Compute a map tile area from a map tile area source: the source on another zoom level
|
| 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
|
| MapTileListBorderComputer | Deprecated
Use
MapTileAreaBorderComputer instead |
| MapTileListZoomComputer | Deprecated
Use
MapTileAreaZoomComputer instead |
| 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
|
| SpeechBalloonHelper |
Helper class for
SpeechBalloonOverlay
whose main interest is method SpeechBalloonHelper.compute(RectL, PointL, double, PointL, PointL) |
| TileLooper |
A class that will loop around all the map tiles in the given viewport.
|
| TileSystem |
Proxy class for TileSystem.
|
| TileSystemWebMercator | |
| UrlBackoff |