Moxi Media Inc.
<UTM-SRS> Discussion Forum
IMF Developer's Guide » Map Configuration » <UTM-SRS>  

The <UTM-SRS> element defines a spatial reference system based on the UTM projection. This element is required if your map or services use EPSG codes based on a UTM projection. For more information about the EPSG codes used in OpenGIS services, see http://www.epsg.org.

Frequency Parent Elements (this element is valid within):
PO+ <SRS-LIST>
   

Attributes Description
srs The SRS code. For example, use "EPSG:32611" for UTM Zone 11 North. Required.
title The user name of the projection. Optional.
ellipsoid The name of the ellipsoid. See valid list below. Required.
zone The UTM zone number. Required.
hemisphere An indicator of whether the UTM zone is in the northern or southern hemisphere. Valid values are "north" or "south". Optional, defaults to "north".
units The map units of the projection, usually "meters". Can also be set to "feet". Optional, defaults to "meters".
   

Frequency Description (in this context)
PO+ The <UTM-SRS> element is optional but may appear one or times within the <SRS-LIST> element.
   

Example:

<UTM-SRS srs="EPSG:26911"
         alias="UTM NAD83 zone 11 North"
         ellipsoid="GRS 1980"
         zone="11"
         hemisphere="north"/>

<UTM-SRS srs="EPSG:32611"
         alias="UTM WGS84 zone 11 North"
         ellipsoid="WGS 84"
         zone="11"
         hemisphere="north"/>

Valid ellipsoid names:

WGS 84
Clarke 1866
GRS 1980

If you need to define a projection with an ellipsoid not on this list, consider using a <WKT-SRS> projection element instead.

Valid HTML 4.01!