Package com.metsci.glimpse.core.painter.geo
Painters which draw plot elements for creating geographic display.
The painters of this class often require a
GeoProjection
which defines
a mapping from latitude/longitude space to the flat x/y space
of the plot.-
Class Summary Class Description LatLonTrackPainter A facade over TrackPainter which allows the specification of new track points in lat/lon and automatically uses the providedGeoProjection
to convert to plot coordinates.ScalePainter Displays a simple distance scale in the lower right corner of the plot.TileKey A bounding box for a tile.TilePainter<V> Paints a geo with tiled data.