<?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 Display Schematic Diagrams in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-schematic-diagrams/m-p/17284#M606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm not sure if this post fits to the Schematics-Forum or in the Flex-API-Forum or in the ArcGIS Viewer for Flex-Forum, so i decided to put it here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the Flex-Viewer for an WebGIS with some functionalities. One of them is to generate schematic Diagrams with a Geoprocessing Service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After developing this Widget &amp;amp; GP-Service, the process is working and i can generate the diagram. It is saved in a Schematic Dataset on the Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to show this schematic diagram in the FlexViewer? In a Popup or within the widget would be the best solution, but i'm not sure if it's possible,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently i have just one idea:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can convert this diagram to Features and display this new Features as Layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there other / better possibilities?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the Sample Gallery, API-Documentation and other Forums i sadly can't find Examples with Flex and Schematics.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Stefan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2011 10:25:24 GMT</pubDate>
    <dc:creator>Stefan_Arndt</dc:creator>
    <dc:date>2011-06-15T10:25:24Z</dc:date>
    <item>
      <title>Display Schematic Diagrams</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-schematic-diagrams/m-p/17284#M606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm not sure if this post fits to the Schematics-Forum or in the Flex-API-Forum or in the ArcGIS Viewer for Flex-Forum, so i decided to put it here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the Flex-Viewer for an WebGIS with some functionalities. One of them is to generate schematic Diagrams with a Geoprocessing Service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After developing this Widget &amp;amp; GP-Service, the process is working and i can generate the diagram. It is saved in a Schematic Dataset on the Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to show this schematic diagram in the FlexViewer? In a Popup or within the widget would be the best solution, but i'm not sure if it's possible,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently i have just one idea:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can convert this diagram to Features and display this new Features as Layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there other / better possibilities?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the Sample Gallery, API-Documentation and other Forums i sadly can't find Examples with Flex and Schematics.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Stefan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 10:25:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-schematic-diagrams/m-p/17284#M606</guid>
      <dc:creator>Stefan_Arndt</dc:creator>
      <dc:date>2011-06-15T10:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Display Schematic Diagrams</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-schematic-diagrams/m-p/17285#M607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For ArcGIS 10 and below, the convert is the best thing to do, then you have another service that is publishing the converted features.&amp;nbsp; Remember that you can convert multiple diagrams into the same set of converted feature classes.&amp;nbsp; Then when you want to display one of those diagrams, you just need to apply a definition query on the published layers (diagramobjectid=?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At 10.1, a schematic diagram is fully recognized on server, and is a REST endpoint.&amp;nbsp; There is also a Schematic Server Object Extension.&amp;nbsp; So you have a map service published and you have a schematic service published.&amp;nbsp; When you generate a diagram, a new end point is available on the schematic service.&amp;nbsp; Now you can pop-up viewers etc... basically a map and tell it to display a particular diagram with something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://schematics64:6080/arcgis/rest/services/Westerville/MapServer/exts/SchematicsServer/diagrams/0-6"&gt;http://schematics64:6080/arcgis/rest/services/Westerville/MapServer/exts/SchematicsServer/diagrams/0-6&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 21:17:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-schematic-diagrams/m-p/17285#M607</guid>
      <dc:creator>RickAnderson</dc:creator>
      <dc:date>2011-06-22T21:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display Schematic Diagrams</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-schematic-diagrams/m-p/17286#M608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's always gratifying when i see that there is an answer from you to one of my questions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 23:59:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-schematic-diagrams/m-p/17286#M608</guid>
      <dc:creator>Stefan_Arndt</dc:creator>
      <dc:date>2011-06-22T23:59:57Z</dc:date>
    </item>
  </channel>
</rss>

