<?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: Explorer SDK question in ArcGIS Explorer Desktop Questions</title>
    <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/explorer-sdk-question/m-p/616277#M3693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the link Mike.&amp;nbsp; I had looked at the Table::Search method but it looks to work more like a spatial filter than performing an intersect.&amp;nbsp; I think we've decided to move the project in question to an Engine application given we're looking at writing a lot of non AGX code any way.&amp;nbsp;&amp;nbsp; Thanks again, TG&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Nov 2010 12:57:08 GMT</pubDate>
    <dc:creator>TerryGiles</dc:creator>
    <dc:date>2010-11-23T12:57:08Z</dc:date>
    <item>
      <title>Explorer SDK question</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/explorer-sdk-question/m-p/616274#M3690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm new to AGX but have experience developing both Desktop tools and Server applications in .Net.&amp;nbsp; I have a client who is interested in drawing polygons in AGX, intersect them with an existing landownership layer (shapefile on disk) and then doing some basic area reporting.&amp;nbsp; They'd also like to be able to save the results as a shapefile so it can be passed off to other apps (which only seem to support shapefile input).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking at the SDK, blogs, and forums the 1st part of this seems possible, but it doesn't look like I can create a shapefile through the SDK.&amp;nbsp; Build 1500 has the ability to save graphics out as a layer package which in reality is a Zip file containing a file geodatabase.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to use other ESRI interfaces/libraries such as esri.arcgis.geodatabase.IFeatureWorkspace::CreateFeatureClass to make a shapefile and then iterate through the polygons/rings the user drew and create features in the shapefile (I'm assuming a polygon in the AGX sdk cannot be directly cast to a esri.geometry.polygon)?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A couple of side notes - this will be done in the field with no internet access so I can't use ArcGIS Server GP services or online data;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Desktop is not installed on the field laptop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions, comments, thoughts would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Terry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 16:43:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/explorer-sdk-question/m-p/616274#M3690</guid>
      <dc:creator>TerryGiles</dc:creator>
      <dc:date>2010-11-12T16:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Explorer SDK question</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/explorer-sdk-question/m-p/616275#M3691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Upon further experimentation and reviewing the SDK classes, it looks like AGX can really only support the part of the request to draw polygons.&amp;nbsp; I don't see any way to perform a clip or intersect other than using an Analysis tool and if I understand it correctly Analysis tools have to be GP services from ArcGIS server right?&amp;nbsp; This won't work for my needs as the application will need to be used in remote locations with no connectivity.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else tried to create functions for AGX that basically mimic the standard methods if ITopologicalOperator (e.g. buffer, clip, intersect, union).&amp;nbsp; If so can you share some code or point me to links?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&amp;nbsp; Terry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 16:04:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/explorer-sdk-question/m-p/616275#M3691</guid>
      <dc:creator>TerryGiles</dc:creator>
      <dc:date>2010-11-19T16:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Explorer SDK question</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/explorer-sdk-question/m-p/616276#M3692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Terry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can perform a spatial intersection using the Table.Search() method (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisexplorer/1500/sdk/componenthelp/index.html#/Search_Method/0003000008v6000000/"&gt;http://help.arcgis.com/en/arcgisexplorer/1500/sdk/componenthelp/index.html#/Search_Method/0003000008v6000000/&lt;/A&gt;&lt;SPAN&gt;). "Tables" in ArcGIS Explorer represent both non-spatial data and spatial data. The Search method takes a Filter which has a SpatialSearchType property - which can be one of Contains, Intersects, etc (see &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisexplorer/1500/sdk/componenthelp/index.html#/FilterSearchOptions_Enumeration/000300000m41000000/"&gt;http://help.arcgis.com/en/arcgisexplorer/1500/sdk/componenthelp/index.html#/FilterSearchOptions_Enumeration/000300000m41000000/&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's no sharing/packaging support in the API though so you'd need to work out a way to do this. You're probably aware that there are a variety of 3rd party .NET Shapefile libraries available which would let you do this. I'm aware others have done things with the XML representation of a Note from ArcGIS Explorer to import to ArcGIS Desktop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 08:35:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/explorer-sdk-question/m-p/616276#M3692</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2010-11-22T08:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Explorer SDK question</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/explorer-sdk-question/m-p/616277#M3693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the link Mike.&amp;nbsp; I had looked at the Table::Search method but it looks to work more like a spatial filter than performing an intersect.&amp;nbsp; I think we've decided to move the project in question to an Engine application given we're looking at writing a lot of non AGX code any way.&amp;nbsp;&amp;nbsp; Thanks again, TG&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 12:57:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/explorer-sdk-question/m-p/616277#M3693</guid>
      <dc:creator>TerryGiles</dc:creator>
      <dc:date>2010-11-23T12:57:08Z</dc:date>
    </item>
  </channel>
</rss>

