Select to view content in your preferred language

<pointunits> tag question

1503
1
Jump to solution
10-13-2014 08:05 AM
TimHayes
Frequent Contributor

I cannot seem to find a reference for the <pointunit> tag under the <pointunits> tag in the eDraw Widget. I need to change the coordinate systems listed and need the point unit abbr and wkid for California State Plane Coordinate System NAD83 Zone 3 US Feet:

<pointunits>

        <pointunit abbr="spal" wkid="102629">NAD83 AL East(SP Feet)</pointunit>

        <pointunit abbr="wgs84dd" wkid="4326">Decimal Degrees (WGS84)</pointunit>

        <pointunit abbr="wgs84dms" wkid="4326">DMS (WGS84)</pointunit>

        <pointunit abbr="utm19n" wkid="2960">NAD 1983 UTM 19N</pointunit>

        <pointunit abbr="spalm" wkid="2759">NAD83 AL East(SP Meters)</pointunit>

    </pointunits>

Any ideas on where the tag references would be? I searched on the ESRI site and could not locate anything.

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Tim,

   The only abbr that is paid any attention to in the widget is wgs84dms when the wkid is 4326. So to use California SPC NAD83 you just have to use the correct wkid and then what ever abbr you want.

View solution in original post

1 Reply
RobertScheitlin__GISP
MVP Emeritus

Tim,

   The only abbr that is paid any attention to in the widget is wgs84dms when the wkid is 4326. So to use California SPC NAD83 you just have to use the correct wkid and then what ever abbr you want.