<?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: RelationParameter in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349058#M8972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dominique,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I hate to be disagreeable but it absolutely does exist in the silverlight API because i'm using it.&amp;nbsp; Refering to my original post here I am specifying a spatialrelationship type of esriSpatialRelRelation and am assigning the value "T********" to the RelationParameter for said query.&amp;nbsp; What I have is a study area polygon that covers a region in NY and I am passing that geometry into a query task against a county layer to get all NY counties that fall within the study area boundary. This works passing me back 4 county features.&amp;nbsp; If I change "T********" by even one character the query task fails. Whether I could use a different relationship type to accomplish this is moot because it does work.&amp;nbsp; The code was extracted from an old 9.1 ADF app that ESRI wrote for a NY agency. I'm migrating the app to silverlight and reusing as much of the original logic as possible including this.&amp;nbsp; Like I said, it works, im just trying to find documentation on it. It would be nice to know how to manipulate queries using esriSpatialRelRelation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Gary&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2012 12:06:07 GMT</pubDate>
    <dc:creator>GaryBushek</dc:creator>
    <dc:date>2012-04-04T12:06:07Z</dc:date>
    <item>
      <title>RelationParameter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349052#M8966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anone know where to get the format for the Query/RelationParameter from?&amp;nbsp; i'm converting some old arcobjects code into the silverlight api format and below is what I have but I would like to know what the options are for RelationParameter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;query.SpatialRelationship = SpatialRelationship.esriSpatialRelRelation;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;query.RelationParameter = "T********";&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 16:19:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349052#M8966</guid>
      <dc:creator>GaryBushek</dc:creator>
      <dc:date>2012-03-21T16:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: RelationParameter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349053#M8967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can look at the following SDK sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryRelatedRecords"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryRelatedRecords&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2012 02:37:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349053#M8967</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-03-25T02:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: RelationParameter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349054#M8968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jennifer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks for your reponse to my question.&amp;nbsp; To say i'm more confused now would be an understatement I guess.&amp;nbsp; The example you pointed me to is for querying data from a "related" table and is executed using "queryTask.executeRelationshipQueryAsync(...)".&amp;nbsp; This is definitely not what i'm looking for.&amp;nbsp; Then there is the option to use the geometry service to determine the relation between input graphic geometries by executing "geometryService.RelationAsync(...)".&amp;nbsp; This also is not what i'm looking for.&amp;nbsp; What I need is to use the querytask and assigning a graphic geometry, spatial relationship type of "esriSpatialRelRelation" and a relation parameter to query a map service layer to return features by calling "queryTask.ExecuteAsync(...)".&amp;nbsp; The question i'm asking is, based on old arcObjects code where the developer used the relationship type of esriSpatialRelRelation, where is there documentation that explains how to use the "RelationParameter" attribute of the "ESRI.ArcGIS.Client.Tasks.Query" class.&amp;nbsp; This developer used "T********" as the value and I just need to see documetation on this to understand my options.&amp;nbsp; Hope this better explaines what i'm looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Gary&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 19:54:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349054#M8968</guid>
      <dc:creator>GaryBushek</dc:creator>
      <dc:date>2012-04-03T19:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: RelationParameter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349055#M8969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gary,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this what you are looking for?&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.SpatialRelationship.html#seealsobookmark"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.SpatialRelationship.html#seealsobookmark&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 21:04:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349055#M8969</guid>
      <dc:creator>ChrisBradberry</dc:creator>
      <dc:date>2012-04-03T21:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: RelationParameter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349056#M8970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks but this isn't quite what i'm asking.&amp;nbsp; I know what the relationship types are.&amp;nbsp; Im asking how the property specific to the type "esriSpatialRelRelation" called RelationParameter should be coded and specifically where this is documented. Somewhere, there should be documentation on this property but it could have been left out of this API's documetation since it is derived from an older ArcObjects concept. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Gary&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 01:48:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349056#M8970</guid>
      <dc:creator>GaryBushek</dc:creator>
      <dc:date>2012-04-04T01:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: RelationParameter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349057#M8971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Chris,&lt;BR /&gt;Thanks but this isn't quite what i'm asking. I know what the relationship types are. Im asking how the property specific to the type "esriSpatialRelRelation" called RelationParameter should be coded and specifically where this is documented. Somewhere, there should be documentation on this property but it could have been left out of this API's documetation since it is derived from an older ArcObjects concept. &lt;BR /&gt;&lt;BR /&gt;Thanks, Gary&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The REST API doesn't expose all ArcObjects concepts. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Concerning the spatial queries, you can still define the type of relationship but there is no more way to use the Shape Comparison language to define specific relationships that doesn't exist in the enumeration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As Chris mentionned, the supported relationships are documented &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.SpatialRelationship.html"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 09:33:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349057#M8971</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-04-04T09:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: RelationParameter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349058#M8972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dominique,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I hate to be disagreeable but it absolutely does exist in the silverlight API because i'm using it.&amp;nbsp; Refering to my original post here I am specifying a spatialrelationship type of esriSpatialRelRelation and am assigning the value "T********" to the RelationParameter for said query.&amp;nbsp; What I have is a study area polygon that covers a region in NY and I am passing that geometry into a query task against a county layer to get all NY counties that fall within the study area boundary. This works passing me back 4 county features.&amp;nbsp; If I change "T********" by even one character the query task fails. Whether I could use a different relationship type to accomplish this is moot because it does work.&amp;nbsp; The code was extracted from an old 9.1 ADF app that ESRI wrote for a NY agency. I'm migrating the app to silverlight and reusing as much of the original logic as possible including this.&amp;nbsp; Like I said, it works, im just trying to find documentation on it. It would be nice to know how to manipulate queries using esriSpatialRelRelation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Gary&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 12:06:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349058#M8972</guid>
      <dc:creator>GaryBushek</dc:creator>
      <dc:date>2012-04-04T12:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: RelationParameter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349059#M8973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;this link might help me with my question.&amp;nbsp; I was just hoping this was documented in the silverlight api documentation somewhere since it does work in Silverlight.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://edndoc.esri.com/arcobjects/9.2/ComponentHelp/esriGeoDatabase/ISpatialFilter_SpatialRelDescription.htm"&gt;http://edndoc.esri.com/arcobjects/9.2/ComponentHelp/esriGeoDatabase/ISpatialFilter_SpatialRelDescription.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 12:20:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349059#M8973</guid>
      <dc:creator>GaryBushek</dc:creator>
      <dc:date>2012-04-04T12:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: RelationParameter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349060#M8974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I hate to be disagreeable but it absolutely does exist in the silverlight API because i'm using it. Refering to my original post here I am specifying a spatialrelationship type of esriSpatialRelRelation and am assigning the value "T********" to the RelationParameter for said query. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You are quite right. It's supported from ArcGIS Server 10 and I missed it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry about that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We will try to complete the documentation in a future version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 12:25:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349060#M8974</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-04-04T12:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: RelationParameter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349061#M8975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you guys for trying to help.&amp;nbsp; It is much appreciated!!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 12:29:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/relationparameter/m-p/349061#M8975</guid>
      <dc:creator>GaryBushek</dc:creator>
      <dc:date>2012-04-04T12:29:06Z</dc:date>
    </item>
  </channel>
</rss>

