Class DefaultProjection

All Implemented Interfaces:
Serializable, IdentifiedObject, Conversion, CoordinateOperation, Operation, Projection, SingleOperation
Direct Known Subclasses:
DefaultConicProjection, DefaultCylindricalProjection, DefaultPlanarProjection

public class DefaultProjection extends DefaultConversion implements Projection
A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).

An unofficial list of projections and their parameters can be found there. Most projections expect the following parameters: "central_meridian" (default to 0), "latitude_of_origin" (default to 0), "scale_factor" (default to 1), "false_easting" (default to 0) and "false_northing" (default to 0).

Since:
2.1
Author:
Martin Desruisseaux (IRD)
See Also: