The <projection-lambert-conformal-conic> element specifies a projection to be used for
the map or reporting routines. It specifies a Lambert Conformal Conic projection that has two
standard parallels. If you need to define a Lambert Conformal Conic projection that uses only
one standard parallel, use the <projection-wkt>
projection element instead.
| Frequency |
Description (in this context) |
|
PO |
Zero or one projection element may appear within the
<map-center-coordinate> element.
|
|
PO+ |
Zero or more projection element may appear in the
<identify-report-coordinates> element.
|
|
PR1 |
Exactly one allowable projection element must appear within the
<map-projection> element.
|
|
PR+ |
One or more projection elements must appear within the
<upload-projections> element.
|
| |
|
|
|
Attributes |
Description |
|
alias
|
The user name of the projection that will be displayed on the map and reports. Optional.
|
|
ellipsoid
|
The name of the ellipsoid. See valid list below. Required.
|
|
central-meridian
|
The central meridian. Required.
|
|
reference-latitude
|
The reference latitude. Required.
|
|
standard-parallel-1
|
The first standard parallel. Required.
|
|
standard-parallel-2
|
The second standard parallel. Required.
|
|
false-easting
|
The X adjustment. Specify in meters unless the projection units are feet, in
which case the false easting and northing values should also be in feet. Required.
|
|
false-northing
|
The Y adjustment. Specify in meters unless the projection units are feet,
in which case the false easting and northing values should also be in feet.
Required.
|
|
units
|
The map units of the projection. Valid values are "meters" and "feet".
Note that if feet are used, the false easting and northing values should
also be in feet. Required.
|
| |
|
|
Example:
<!-- NAD_1983_StatePlane_Kansas_South_FIPS_1502_Feet -->
<projection-lambert-conformal-conic alias="KY-S State Plane"
ellipsoid="GRS 1980"
central-meridian="-98.5"
reference-latitude="36.66666666666666"
standard-parallel-1="37.26666666666667"
standard-parallel-2="38.56666666666667"
false-easting="1312333.333333333"
false-northing="1312333.333333333"
units="meters"/>
Valid ellipsoid names:
WGS 84
Airy 1830
Airy Modified 1849
Australian National Spheroid
Bessel 1841
Bessel Modified
Bessel Namibia
Clarke 1880 (Benoit)
Clarke 1880 (IGN)
Clarke 1880 (RGS)
Clarke 1880 (SGA 1922)
CLARK1866
Clarke 1866
CLARKE1866
Everest 1830 (1937 Adjustment)
Everest 1830 (1962 Definition)
Everest 1830 (1967 Definition)
Everest 1830 (1975 Definition)
Everest 1830 Modified
GEM 10C
GRS 1967
GRS 1980
GRS80
Helmert 1906
Indonesian National Spheroid
Krassowsky 1940
NWL 9D
OSU86F
OSU91A
Plessis 1817
Struve 1860
War Office
WGS 72
WGS 84
Xian 1980
If you need to define a projection with an ellipsoid not on this list,
consider using a <projection-wkt>
projection element instead.