Provides classes for making forward and inverse map projection transformations to draw raster maps based on an input Equirectangular map image and also vectorized lon-lat graticule and path overlays.
A map projection may be instantiated directly by calling a constructor of the appropriate projection class, or it may be instantiated by requesting that {@link gov.nasa.giss.map.ProjectionFactory} create a projection by that name. Thus, {@code new Mollweide(720,360)} is equivalent to {@code ProjectionFactory.create("Mollweide",720,360)}.