Adam,
1. Yes it is that simple
2. Your way is fine but you could of just added abbr="wgs84dms" to what ever WKID that is returning decimal degrees
3. Is only doable right now in the code.
<mx:NumberFormatter id="numFormatter" precision="2" useThousandsSeparator="true"/>
Jeff,
Version 2.2.3 now has that configurable in the xml file.
<numericlabelprecision>6</numericlabelprecision>
<?xml version="1.0" ?> <configuration> <geometryservice>http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer</geometryservice> <spatialref>102003</spatialref> <distanceunits> <distanceunit abbr="ft" conversion="3.2808">Feet</distanceunit> <distanceunit abbr="m" conversion="1">Meters</distanceunit> <distanceunit abbr="km" conversion=".001">Kilometers</distanceunit> <distanceunit abbr="mi" conversion="0.000621">Miles</distanceunit> </distanceunits> <areaunits> <areaunit abbr="ac" conversion="0.00024710538147">Acres</areaunit> <areaunit abbr="sq m" conversion="1">Square Meters</areaunit> <areaunit abbr="sq km" conversion="0.000001">Square Kilometers</areaunit> <areaunit abbr="sq ft" conversion="10.763910417">Square Feet</areaunit> <areaunit abbr="sq mi" conversion="0.0000003861021">Square Miles</areaunit> <areaunit abbr="ha" conversion="0.0001">Hectares</areaunit> </areaunits> <pointunits> <pointunit abbr="wgs84dd" wkid="4326">Decimal Degrees (WGS84)</pointunit> <pointunit abbr="spal" wkid="102629">NAD83 AL East(SP Feet)</pointunit> <pointunit abbr="wgs84dms" wkid="4326">DMS (WGS84)</pointunit> <pointunit abbr="utm19n" wkid="2960">NAD 1983 UTM 19N</pointunit> </pointunits> <numericlabelprecision>6</numericlabelprecision> </configuration>
Cattyann,
Well... I got to say I was not expecting this one. Currently there is no way for you to do this, but if you send me the file I will see what I can do. Depending on how difficult it is I may add a shapefile export or just develop an ArcMap Addon for this.