Package com.partnersoft.v3x.geometry.projections

Interface Summary
Ellipsoid Class to contain the parameters associated with an elipsoid used in modeling the lat long measurements of the earth.
Projection A projection from lat/long to some sort of x, y coordinates.
ProjectionConstants Some handy constants.
 

Class Summary
AlbersEqualArea  
CircularCoord High-precision representation of a circular coordinate such as latitude or longitude.
LambertConformalConic  
LatLong A spherical coordinate in latitude and longitude.
Nad2Nad Ported, copied, and outright stolen from proj.
NullProjection  
Project Projects from one csv file to another, using a named projection.
ProjectionLib Some standard functions, mostly duly ported from PROJ source.
ProjectionLibrary Loads a standard set of named projections, and supplies them for your pleasure.
ProjectionTransform Mangler to project from latlong to xy or vice versa.
StandardProjection Standard abstract class to derive projections from.
TransverseMercator  
TransverseMercatorProj This is a Projection implementation that uses the PROJ4 library.
UTM