<?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 Re: com.esri.core.geometry.Latlon in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/com-esri-core-geometry-latlon/m-p/659343#M2025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Elise, pretty quite around these parts.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The long and short of it is, I am building these geometries so I can produce the ESRI JSON needed to make a call to our ArcGIS server REST endpoints (addFeatures specifically).&amp;nbsp; I did find a snippet of code to do this but is rather convoluted.&amp;nbsp; The Latlon class was perfect but is missing from my installation of the SDK (in the jars).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;What are you trying to achieve? &lt;BR /&gt;The geometry object (Point, Polygon, etc.) classes and the GeometryEngine class allow you to work with latitude and longitude coordinates, or geometries in other units, as geometry objects aren't bound to a particular spatial reference - it depends what the spatial reference of the map/layer they are being added to is. For example GeometryEngine has a project method which takes a longitude, latitude, and output spatial reference, returning a point in the units of the output spatial reference, for dealing with geometries which have been defined using latitude longitude coordinates.&lt;BR /&gt;&lt;BR /&gt;~elise&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Nov 2013 14:20:55 GMT</pubDate>
    <dc:creator>PeterParker2</dc:creator>
    <dc:date>2013-11-08T14:20:55Z</dc:date>
    <item>
      <title>com.esri.core.geometry.Latlon</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/com-esri-core-geometry-latlon/m-p/659341#M2023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to use the Latlon class but I can't seem to locate it in the 10.2 SDK API.&amp;nbsp; Which jar is it suppose to be in?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 16:01:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/com-esri-core-geometry-latlon/m-p/659341#M2023</guid>
      <dc:creator>PeterParker2</dc:creator>
      <dc:date>2013-11-06T16:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: com.esri.core.geometry.Latlon</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/com-esri-core-geometry-latlon/m-p/659342#M2024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are you trying to achieve? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The geometry object (Point, Polygon, etc.) classes and the GeometryEngine class allow you to work with latitude and longitude coordinates, or geometries in other units, as geometry objects aren't bound to a particular spatial reference - it depends what the spatial reference of the map/layer they are being added to is. For example GeometryEngine has a project method which takes a longitude, latitude, and output spatial reference, returning a point in the units of the output spatial reference, for dealing with geometries which have been defined using latitude longitude coordinates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;~elise&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 12:06:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/com-esri-core-geometry-latlon/m-p/659342#M2024</guid>
      <dc:creator>EliseAcheson1</dc:creator>
      <dc:date>2013-11-08T12:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: com.esri.core.geometry.Latlon</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/com-esri-core-geometry-latlon/m-p/659343#M2025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Elise, pretty quite around these parts.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The long and short of it is, I am building these geometries so I can produce the ESRI JSON needed to make a call to our ArcGIS server REST endpoints (addFeatures specifically).&amp;nbsp; I did find a snippet of code to do this but is rather convoluted.&amp;nbsp; The Latlon class was perfect but is missing from my installation of the SDK (in the jars).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;What are you trying to achieve? &lt;BR /&gt;The geometry object (Point, Polygon, etc.) classes and the GeometryEngine class allow you to work with latitude and longitude coordinates, or geometries in other units, as geometry objects aren't bound to a particular spatial reference - it depends what the spatial reference of the map/layer they are being added to is. For example GeometryEngine has a project method which takes a longitude, latitude, and output spatial reference, returning a point in the units of the output spatial reference, for dealing with geometries which have been defined using latitude longitude coordinates.&lt;BR /&gt;&lt;BR /&gt;~elise&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 14:20:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/com-esri-core-geometry-latlon/m-p/659343#M2025</guid>
      <dc:creator>PeterParker2</dc:creator>
      <dc:date>2013-11-08T14:20:55Z</dc:date>
    </item>
  </channel>
</rss>

