<?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: New to ArcGIS - How to make a custom layer in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/new-to-arcgis-how-to-make-a-custom-layer/m-p/407078#M1254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks like the correct course to be on is the GraphicLayer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Mar 2013 18:04:11 GMT</pubDate>
    <dc:creator>StephenBaier</dc:creator>
    <dc:date>2013-03-18T18:04:11Z</dc:date>
    <item>
      <title>New to ArcGIS - How to make a custom layer</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/new-to-arcgis-how-to-make-a-custom-layer/m-p/407077#M1253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am developing an ArcGIS view in an Eclipse Application. I have been reading piles of documentation trying to figure out how to create a map layer to render custom data, but to no avail. Currently I have a JMap rendering USCitiesStates_Lambert_Conformal_Conic.mpk; pulled from one of the Java sample applications. I am using ArcObjects / ArcGIS Engine Java SDK 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is how to create a custom layer to render domain objects dynamically. For example, I have a set of objects containing geospatial coordinates and other data; these objects are generate at runtime by distributed processes. I am NOT reading data from a geodatabase, as all the examples do. I need a mechanism for converting domain objects to ArcGIS map layer objects. Once I get access to some Digital Nautical Charts I will be rendering those as the actual map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone point me in the right direction for this? There are so many layers and interfaces that I am lost in the vast ArcGIS soup of documentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Noob&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. What is the difference between ArcGIS Engine and Runtime? What is the proper one to use when embedding functionality into a Java application (not a stand-alone ArcGIS application).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 16:59:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/new-to-arcgis-how-to-make-a-custom-layer/m-p/407077#M1253</guid>
      <dc:creator>StephenBaier</dc:creator>
      <dc:date>2013-03-18T16:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: New to ArcGIS - How to make a custom layer</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/new-to-arcgis-how-to-make-a-custom-layer/m-p/407078#M1254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks like the correct course to be on is the GraphicLayer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 18:04:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/new-to-arcgis-how-to-make-a-custom-layer/m-p/407078#M1254</guid>
      <dc:creator>StephenBaier</dc:creator>
      <dc:date>2013-03-18T18:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: New to ArcGIS - How to make a custom layer</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/new-to-arcgis-how-to-make-a-custom-layer/m-p/407079#M1255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS soup indeed! There is a difference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Runtime? &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-java/concepts/index.html#/ArcGIS_Runtime_SDK_for_Java/01qv0000001n000000/"&gt;http://resources.arcgis.com/en/help/runtime-java/concepts/index.html#/ArcGIS_Runtime_SDK_for_Java/01qv0000001n000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Engine? &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/java_ao_adf/conceptualhelp/engine/index.html#/What_is_ArcGIS_Engine/0001000002p0000000/"&gt;http://help.arcgis.com/en/sdk/10.0/java_ao_adf/conceptualhelp/engine/index.html#/What_is_ArcGIS_Engine/0001000002p0000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 19:56:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/new-to-arcgis-how-to-make-a-custom-layer/m-p/407079#M1255</guid>
      <dc:creator>CarlosColón-Maldonado</dc:creator>
      <dc:date>2013-03-18T19:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: New to ArcGIS - How to make a custom layer</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/new-to-arcgis-how-to-make-a-custom-layer/m-p/407080#M1256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am definitely taking the Runtime route. This seems correct for my project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having a weird discontinuity between the API (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-java/apiref/index.html"&gt;http://resources.arcgis.com/en/help/runtime-java/apiref/index.html&lt;/A&gt;&lt;SPAN&gt;) and what actually appears in my Eclipse IDE. For example, I have a JMap; in the API it says there is a createPopup method for creating information popups, but the method doesn't appear in the IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is ArcGIS Runtime Java 10.1.1 API&amp;nbsp; the correct reference for ArcGIS Runtime SDK 1.0 for Java?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 21:29:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/new-to-arcgis-how-to-make-a-custom-layer/m-p/407080#M1256</guid>
      <dc:creator>StephenBaier</dc:creator>
      <dc:date>2013-03-18T21:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: New to ArcGIS - How to make a custom layer</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/new-to-arcgis-how-to-make-a-custom-layer/m-p/407081#M1257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did some digging after realizing my version stupidity. Seems like SDK 10.1.1 is newer than 1.0 (makes sense, yah?). The backup media I received upon subscribing to the EDN contains 10.1 for all products, but 1.0 for the ArcGIS Runtime SDK. Shouldn't I be developing with 10.1.1, if that is the newest?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 21:51:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/new-to-arcgis-how-to-make-a-custom-layer/m-p/407081#M1257</guid>
      <dc:creator>StephenBaier</dc:creator>
      <dc:date>2013-03-18T21:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: New to ArcGIS - How to make a custom layer</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/new-to-arcgis-how-to-make-a-custom-layer/m-p/407082#M1258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Absolutely! There have been added &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-java/concepts/index.html#/Release_notes_ArcGIS_Runtime_SDK_10_1_1_for_Java/01qv00000036000000/ESRI_SECTION1_2EB05CD8B9D9499CA632771950460F54/"&gt;functionality &lt;/A&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/76412-Very-high-CPU-usage-when-JMap-is-added-to-a-UI"&gt;notable &lt;/A&gt;&lt;SPAN&gt;improved performance to its core. Do, keep in mind that this API is in its infant stage (less than a year since its first release). However, its foundation is based on latest technology and best practices. Although it doesn't contain all of the functionality you would expect from a mapping toolkit, I, as a customer with experience in its predecessor (ArcObjects), have noticed an immense difference in performance and anticipate that it will get better over time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your original post made me believe that you don't have your eclipse IDE setup properly. Take a look at how to install the API plugin &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-java/concepts/index.html#//01qv00000007000000"&gt;here&lt;/A&gt;&lt;SPAN&gt; and be sure to reference its included javadocs to the API, also located in a help folder where installed, similarly that you would any API as noted &lt;/SPAN&gt;&lt;A href="http://www.cs.laurentian.ca/aaron/cosc1047/eclipse-tutorials/javadoc-tutorial.html#javadoc2"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 01:40:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/new-to-arcgis-how-to-make-a-custom-layer/m-p/407082#M1258</guid>
      <dc:creator>CarlosColón-Maldonado</dc:creator>
      <dc:date>2013-03-20T01:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: New to ArcGIS - How to make a custom layer</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/new-to-arcgis-how-to-make-a-custom-layer/m-p/407083#M1259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Once you will have install ArcgIS Runtime 10.1.1 for Java properly, you should check the &lt;/SPAN&gt;&lt;STRONG&gt;ArcGIS Runtime Java Samples 10.1.1&lt;/STRONG&gt;&lt;SPAN&gt; from Start Menu, this will provide you a lot of code sample for what you want to do (look at Mapping &amp;gt; Graphics Layers)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 12:33:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/new-to-arcgis-how-to-make-a-custom-layer/m-p/407083#M1259</guid>
      <dc:creator>JeremieJoalland1</dc:creator>
      <dc:date>2013-03-22T12:33:04Z</dc:date>
    </item>
  </channel>
</rss>

