| Auto Equirectangular (
AUTO:42004 ).
In the notation below, "${var} " denotes a reference to the value of a variable
"
var ". The variables "
lat0 " and "
lon0 " are the central point of the
projection appearing in the CRS parameter of the map request.
PROJCS["WGS 84 / Auto Equirectangular",
GEOGCS["WGS 84",
DATUM["WGS_1984",
SPHEROID["WGS_1984", 6378137, 298.257223563]],
PRIMEM["Greenwich", 0],
UNIT["Decimal_Degree", 0.0174532925199433]],
PROJECTION["Equirectangular"],
PARAMETER["Latitude_of_Origin", 0],
PARAMETER["Central_Meridian", ${central_meridian}],
PARAMETER["Standard_Parallel_1", ${standard_parallel}],
UNIT["Meter", 1]]
Where:
${standard_parallel} = ${lat0}
${central_meridian} = ${lon0}
version: $Id: Auto42004.java 20874 2006-08-07 10:00:01Z jgarnett $ author: Jody Garnett author: Rueben Schulz author: Martin Desruisseaux |