<?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: configuration of polyline through custom quries in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/configuration-of-polyline-through-custom-quries/m-p/320878#M3381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you rick it worked&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SCHEMTICTID column of the schematic point feature class with joining with polylinlines extrimity node and orginnode id worked perfectly .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Feb 2013 04:55:03 GMT</pubDate>
    <dc:creator>AbdulMateen</dc:creator>
    <dc:date>2013-02-13T04:55:03Z</dc:date>
    <item>
      <title>configuration of polyline through custom quries</title>
      <link>https://community.esri.com/t5/mapping-questions/configuration-of-polyline-through-custom-quries/m-p/320876#M3379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;there are 2 point feature class(gridstation,substation) and 1 polyline featureclass(feader)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;,due to some reasons it is not allowed to create geometric network, therfore i m using custom quries to generate diagram template from standard builder,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gridstation and substation is appearing correctly with geometry attribute but feeder polyline is not .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can u suggest me for configuring polyline feature class it has attribute source(gridstationid) and sink(substationid) as attribute field in feature class&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcgis 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2013 19:22:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/configuration-of-polyline-through-custom-quries/m-p/320876#M3379</guid>
      <dc:creator>AbdulMateen</dc:creator>
      <dc:date>2013-02-09T19:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: configuration of polyline through custom quries</title>
      <link>https://community.esri.com/t5/mapping-questions/configuration-of-polyline-through-custom-quries/m-p/320877#M3380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First, I would recommend you try to figure out what the issue is with creating a geometric network as that will make it far easier to work with Schematics.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That said, to use custom query for this case it depends on everything going on so far.&amp;nbsp; It sounds like you are actually trying to use 'mixed mode' where you have the point feature classes coming from the user making a selection on the map, but you want to run a query to get the links.&amp;nbsp; Is that correct, or is everything custom query?&amp;nbsp; This is a key thing to understand.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are having the user manually select the point features, then the identifier that schematics uses is a combination of classid-objectid-subid.&amp;nbsp; You will see that value in the SCHEMTICTID column of the schematic feature class.&amp;nbsp; So then for the link schematic feature class when doing custom query, you must specify 2 attributes in configuration for OriginNode and ExtremityNode.&amp;nbsp; So these tell the link which 2 SCHEMATICTID records they connect with.&amp;nbsp; Again, if those are coming from standard feature selection and not custom query, then you need to use a function attribute etc... in configuration to append the classid and subid to your girdstationid and substationid values so they match what the nodes have as a SCHEMATICTID.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, if everything is custom query (nodes and links), then it depends on what you specify as the UniqueIdentifier for the nodes.&amp;nbsp; You still need the OriginNode and ExtremityNode configured and they need to match how you configure the unique identifier of the nodes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a video available for Configuring Custom Queries on the resource center as well as lots of information in the help files.&amp;nbsp; Custom Queries are definitely an 'Advance' configuration and again I would recommend figuring out how to fix your geometric network issues and only use custom query as a last resort.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/communities/schematics/01n600000012000000.htm" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/communities/schematics/01n600000012000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 16:31:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/configuration-of-polyline-through-custom-quries/m-p/320877#M3380</guid>
      <dc:creator>RickAnderson</dc:creator>
      <dc:date>2013-02-11T16:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: configuration of polyline through custom quries</title>
      <link>https://community.esri.com/t5/mapping-questions/configuration-of-polyline-through-custom-quries/m-p/320878#M3381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you rick it worked&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SCHEMTICTID column of the schematic point feature class with joining with polylinlines extrimity node and orginnode id worked perfectly .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 04:55:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/configuration-of-polyline-through-custom-quries/m-p/320878#M3381</guid>
      <dc:creator>AbdulMateen</dc:creator>
      <dc:date>2013-02-13T04:55:03Z</dc:date>
    </item>
  </channel>
</rss>

