<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Issue with Java API UTM Conversion with North / South indicators in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/issue-with-java-api-utm-conversion-with-north/m-p/502212#M3405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the Java API and trying to convert a UTM coordinate with north / south indicators to a point using the CoordinateConversion.utmToPoint method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I supply the conversion mode UTMConversionMode.North_South_Latitude_Indicators&amp;nbsp; and a coordinate of 21S 757318 7117825. The point should be in South America (S is used as the hemisphere indicator), however, the point returned by the conversion is X = -54.63688 Y=66.0391686. Converting that back to UTM produces 21W 607069 7326294, which is near the artic circle and should have returned UTM point 21J 757318 7117825. The latitude band may or may not be known by our users, who will often only be able to supply a north / south indicator.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My method call is:&lt;/P&gt;&lt;P&gt;CoordinateConversion.utmToPoint(coordinate, spatialReference, ConversionMode.NORTH_SOUTH_LATITUDE_INDICATORS);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where coordinate = 21S 757318 7117825 and spatialReference is WGS84&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2015 14:47:10 GMT</pubDate>
    <dc:creator>BryanWarner</dc:creator>
    <dc:date>2015-09-11T14:47:10Z</dc:date>
    <item>
      <title>Issue with Java API UTM Conversion with North / South indicators</title>
      <link>https://community.esri.com/t5/developers-questions/issue-with-java-api-utm-conversion-with-north/m-p/502212#M3405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the Java API and trying to convert a UTM coordinate with north / south indicators to a point using the CoordinateConversion.utmToPoint method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I supply the conversion mode UTMConversionMode.North_South_Latitude_Indicators&amp;nbsp; and a coordinate of 21S 757318 7117825. The point should be in South America (S is used as the hemisphere indicator), however, the point returned by the conversion is X = -54.63688 Y=66.0391686. Converting that back to UTM produces 21W 607069 7326294, which is near the artic circle and should have returned UTM point 21J 757318 7117825. The latitude band may or may not be known by our users, who will often only be able to supply a north / south indicator.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My method call is:&lt;/P&gt;&lt;P&gt;CoordinateConversion.utmToPoint(coordinate, spatialReference, ConversionMode.NORTH_SOUTH_LATITUDE_INDICATORS);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where coordinate = 21S 757318 7117825 and spatialReference is WGS84&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 14:47:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/issue-with-java-api-utm-conversion-with-north/m-p/502212#M3405</guid>
      <dc:creator>BryanWarner</dc:creator>
      <dc:date>2015-09-11T14:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Java API UTM Conversion with North / South indicators</title>
      <link>https://community.esri.com/t5/developers-questions/issue-with-java-api-utm-conversion-with-north/m-p/502213#M3406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved, sort of. If I set the latitude band to any letter in the southern hemisphere the conversion works correctly. So, instead of using 'S' to denote the southern hemisphere I use 'M'. I believe there is a bug and the conversion mode does not work correctly, but this is a suitable work around.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 18:45:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/issue-with-java-api-utm-conversion-with-north/m-p/502213#M3406</guid>
      <dc:creator>BryanWarner</dc:creator>
      <dc:date>2015-09-15T18:45:45Z</dc:date>
    </item>
  </channel>
</rss>

