Package org.osmdroid.util
osmdroid contains a number of key classes for osmdroid that didn't call into any other category
See: Description
-
Class Summary 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 IntegerAccepter A repository for integers LineBuilder Created by Fabrice on 03/01/2018. ListPointAccepter A PointAccepter that builds a List of PointL as a list of long, long 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 Compute a map tile list from a map tile list source: its border MapTileListZoomComputer Compute a map tile list from a map tile list source, on another zoom level MyMath NetworkLocationIgnorer A class to check whether we want to use a location. PathBuilder Created by Fabrice on 24/12/2017. PointL A android.graphics.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 android.graphics.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 SideOptimizationPointAccepter PointAccepter that simplifies the list of consecutive points with the same X or Y. SpeechBalloonHelper Helper class for SpeechBalloonOverlay whose main interest is method compute TileLooper A class that will loop around all the map tiles in the given viewport. TileSystem Proxy class for TileSystem. TileSystemWebMercator UrlBackoff -
Interface Summary Interface Description IterableWithSize MapTileAreaComputer Compute a map tile area from a map tile area source MapTileContainer MapTileListComputer Compute a map tile list from a map tile list source PointAccepter Created by Fabrice on 23/12/2017. SplashScreenable