<?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 Set Symbology by Feature Class in ArcSDE in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/set-symbology-by-feature-class-in-arcsde/m-p/223279#M12638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to set the default symbology for each Feature Class in an ArcSDE (SQL Server) Geodatabase?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to do this without create Layers. I know this can be done using Layers. Can it be done with the Feature Class Directly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to be able to load each of my Feature Classes with my own symbology, not the default. For example, I have an Isolation Valve Feature Class. When I add it to ArcMap, I want the valve symbol to appear, not the default which is a point (colored dot).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be nice if there was a tab in the Feature Class that allows you to set default symbology.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jun 2013 15:10:53 GMT</pubDate>
    <dc:creator>TimHayes</dc:creator>
    <dc:date>2013-06-20T15:10:53Z</dc:date>
    <item>
      <title>Set Symbology by Feature Class in ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/set-symbology-by-feature-class-in-arcsde/m-p/223279#M12638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to set the default symbology for each Feature Class in an ArcSDE (SQL Server) Geodatabase?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to do this without create Layers. I know this can be done using Layers. Can it be done with the Feature Class Directly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to be able to load each of my Feature Classes with my own symbology, not the default. For example, I have an Isolation Valve Feature Class. When I add it to ArcMap, I want the valve symbol to appear, not the default which is a point (colored dot).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be nice if there was a tab in the Feature Class that allows you to set default symbology.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 15:10:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/set-symbology-by-feature-class-in-arcsde/m-p/223279#M12638</guid>
      <dc:creator>TimHayes</dc:creator>
      <dc:date>2013-06-20T15:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Symbology by Feature Class in ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/set-symbology-by-feature-class-in-arcsde/m-p/223280#M12639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The first thing that comes to mind is &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00s50000004m000000"&gt;Representations&lt;/A&gt;&lt;SPAN&gt;, as those are indeed stored in the geodatabase. You can even have multiple different "Representations" for a single feature or group of features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/A_quick_tour_of_representations/00s500000047000000/"&gt;A quick tour of representations&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition, you might wish to have a look at a specialized product of ESRI like &lt;/SPAN&gt;&lt;A href="http://www.esri.com/software/arcgis/extensions/schematics/key-features"&gt;ArcGIS Schematics&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 17:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/set-symbology-by-feature-class-in-arcsde/m-p/223280#M12639</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-06-20T17:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Symbology by Feature Class in ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/set-symbology-by-feature-class-in-arcsde/m-p/223281#M12640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Schematics is essentially storing a layer file per class in an internal blob field.&amp;nbsp; When a diagram is opened or created, the layer file is re-applied on the fly which picks up both symbology and labeling settings.&amp;nbsp; This allows us to have a 'default' but also allows a user to save their own layer file and apply it very easily.&amp;nbsp; For customers that have to give maps(diagrams) to contractors etc... who have different symbology and labeling requirements, this makes it a very simple operation.&amp;nbsp; So you could do something similar but you will have to work with the API to do it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 15:12:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/set-symbology-by-feature-class-in-arcsde/m-p/223281#M12640</guid>
      <dc:creator>RickAnderson</dc:creator>
      <dc:date>2013-06-21T15:12:02Z</dc:date>
    </item>
  </channel>
</rss>

