<?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 What is MapClass??? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/what-is-mapclass/m-p/630440#M16991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone! I have a big doubt, what is MapClass() ??? I downloaded the code "Synchronized MapControl and PageLayoutControl application" from &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://edndoc.esri.com/arcobjects/9.2/net/667d20df-d51e-4766-8ca0-c8b0cb924e5d.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;http://edndoc.esri.com/arcobjects/9.2/net/667d20df-d51e-4766-8ca0-c8b0cb924e5d.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and I am trying to convert this C Sharp code to Java code but I do not understand in the ControlsSynchronizer.cs :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
//create a new instance of IMap
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMap newMap = new&lt;STRONG&gt; MapClass();&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; newMap.Name = "Map";
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone explain me what is the meaning of MapClass and how can I implement this for Java???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or if you have an idea for synchronize the MapControl and PageLayoutControl whit Java code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I will really appreciate your help. Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 02:49:42 GMT</pubDate>
    <dc:creator>ViridianaGO</dc:creator>
    <dc:date>2021-12-12T02:49:42Z</dc:date>
    <item>
      <title>What is MapClass???</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/what-is-mapclass/m-p/630440#M16991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone! I have a big doubt, what is MapClass() ??? I downloaded the code "Synchronized MapControl and PageLayoutControl application" from &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://edndoc.esri.com/arcobjects/9.2/net/667d20df-d51e-4766-8ca0-c8b0cb924e5d.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;http://edndoc.esri.com/arcobjects/9.2/net/667d20df-d51e-4766-8ca0-c8b0cb924e5d.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and I am trying to convert this C Sharp code to Java code but I do not understand in the ControlsSynchronizer.cs :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
//create a new instance of IMap
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMap newMap = new&lt;STRONG&gt; MapClass();&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; newMap.Name = "Map";
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone explain me what is the meaning of MapClass and how can I implement this for Java???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or if you have an idea for synchronize the MapControl and PageLayoutControl whit Java code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I will really appreciate your help. Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:49:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/what-is-mapclass/m-p/630440#M16991</guid>
      <dc:creator>ViridianaGO</dc:creator>
      <dc:date>2021-12-12T02:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: What is MapClass???</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/what-is-mapclass/m-p/630441#M16992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;a MapClass is just a Map.&amp;nbsp;&amp;nbsp; Add Class at the end of the class names is a .net thing, I forget why we do that now.&amp;nbsp; It avoids conflicts with types from other assemblies.&amp;nbsp; In java I think it is just a "map"&amp;nbsp; same thing...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://edndoc.esri.com/arcobjects/9.2/ComponentHelp/esriCarto/Map.htm"&gt;http://edndoc.esri.com/arcobjects/9.2/ComponentHelp/esriCarto/Map.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 16:49:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/what-is-mapclass/m-p/630441#M16992</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2011-03-25T16:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: What is MapClass???</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/what-is-mapclass/m-p/630442#M16993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much for your quickly answer, that is right!!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Now I can synchronize the MapControl and PageLayoutControl when I use a shapefile, but I have a problem when I try to synchronize a .mxd file. I really appreciate your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 21:03:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/what-is-mapclass/m-p/630442#M16993</guid>
      <dc:creator>ViridianaGO</dc:creator>
      <dc:date>2011-03-25T21:03:34Z</dc:date>
    </item>
  </channel>
</rss>

