<?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: How does ArcMap know where to draw objects? in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/how-does-arcmap-know-where-to-draw-objects/m-p/422082#M5808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Haha - those pesky Database Administrators (DBA). They get mad when lowly GIS Analysts like me try to make suggestions for SDE or SQL Server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Oct 2011 18:17:25 GMT</pubDate>
    <dc:creator>JimW1</dc:creator>
    <dc:date>2011-10-31T18:17:25Z</dc:date>
    <item>
      <title>How does ArcMap know where to draw objects?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/how-does-arcmap-know-where-to-draw-objects/m-p/422079#M5805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a decidely insignificant question but I've been curious for as long as I've used ArcGIS where the program retains the data/information for the particular geometry of objects.&amp;nbsp; And by this, I mean where is the information retained about the particulars of the polygons, such as number and relative location of verticies, length of each segment comprising a polygon, etc. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the sake of clarity (and because I don't feel I've expressed my question well), this question comes from a discussion I was having with my co-worker.&amp;nbsp; Unfortunately, I am the resident GIS expert at my company, which is disconcerting since I'm no where near an expert with GIS.&amp;nbsp; As the "expert" I was asked by my co-worker if it is possible to fill out a table in excel with all the information necessary to create a shapefile before ever entering or using ArcMap?&amp;nbsp; I had no idea what to say...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 19:14:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/how-does-arcmap-know-where-to-draw-objects/m-p/422079#M5805</guid>
      <dc:creator>ChristopherMinniti</dc:creator>
      <dc:date>2011-10-27T19:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: How does ArcMap know where to draw objects?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/how-does-arcmap-know-where-to-draw-objects/m-p/422080#M5806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is a decidely insignificant question but I've been curious for as long as I've used ArcGIS where the program retains the data/information for the particular geometry of objects.&amp;nbsp; And by this, I mean where is the information retained about the particulars of the polygons, such as number and relative location of verticies, length of each segment comprising a polygon, etc. &lt;BR /&gt;&lt;BR /&gt;For the sake of clarity (and because I don't feel I've expressed my question well), this question comes from a discussion I was having with my co-worker.&amp;nbsp; Unfortunately, I am the resident GIS expert at my company, which is disconcerting since I'm no where near an expert with GIS.&amp;nbsp; As the "expert" I was asked by my co-worker if it is possible to fill out a table in excel with all the information necessary to create a shapefile before ever entering or using ArcMap?&amp;nbsp; I had no idea what to say...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From a hack's perspective:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The geometry of features are stored in binary fields or binary file formats:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Personal geodatabase - it is stored in the [Shape] field as an 'OLE Object' which means it is some sort of binary specific to ESRI. If you Google 'ESRI Ole Object' and know some VBA you'll get a good idea of what is going on. This is by-far the easiest format to learn what Arc is doing when it stores your data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In SDE (Sql Server) it's stored as a varbinary field that is linked to the feature class through a couple of tables. I've never bothered trying to join the correct tables to get a full view but it is basically a more complicated mdb structure to allow for versioning and such. I leave the technical stuff on SDE to the DBAs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shapefiles - proprietary ESRI binary format stored in the .shp portion of the shapefile - the table is in the .dbf and the .shx and .sbn are secret handshakes&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;File Geodatabases - a hybrid between shapefiles, personal SDE, and old school ArcInfo coverages but I'm still convinced it's just a repackaged ArcInfo coverage with SDE conventions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is why you need VBA or Python to make any changes to the geometry of a feature class. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So it is, technically, possible to fill out vertices (say COGO) in Excel and through VBA make feature classes. I have had success with MS-Access databases where a user enters a new point in Access and the back-end changes the feature classes' geometry using VBA in Access.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd say 90% of GIS users will never ever touch the back-end of these data storage formats so I wouldn't worry about being the expert and not knowing. I've worked with many extremely talented GIS professionals that wouldn't have the first clue how to edit the properties of a feature through code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2011 12:39:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/how-does-arcmap-know-where-to-draw-objects/m-p/422080#M5806</guid>
      <dc:creator>JimW1</dc:creator>
      <dc:date>2011-10-28T12:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: How does ArcMap know where to draw objects?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/how-does-arcmap-know-where-to-draw-objects/m-p/422081#M5807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"...I leave the technical stuff on SDE to the DBAs."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I must be extra thick this morning...I can't figure out what "DBAs" means.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Doing Business As...???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dead Broke Artists???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Darn Building-block Arrangers???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course, it'll be something completely simple, and I'll look (and feel) like a idiot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Happy Halloween everybody!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gregory&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 17:59:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/how-does-arcmap-know-where-to-draw-objects/m-p/422081#M5807</guid>
      <dc:creator>GregoryElwood</dc:creator>
      <dc:date>2011-10-31T17:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: How does ArcMap know where to draw objects?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/how-does-arcmap-know-where-to-draw-objects/m-p/422082#M5808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Haha - those pesky Database Administrators (DBA). They get mad when lowly GIS Analysts like me try to make suggestions for SDE or SQL Server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 18:17:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/how-does-arcmap-know-where-to-draw-objects/m-p/422082#M5808</guid>
      <dc:creator>JimW1</dc:creator>
      <dc:date>2011-10-31T18:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: How does ArcMap know where to draw objects?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/how-does-arcmap-know-where-to-draw-objects/m-p/422083#M5809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you follow &lt;/SPAN&gt;&lt;A href="http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf"&gt;this paper &lt;/A&gt;&lt;SPAN&gt;closely, it tells you how you could literally type out a shapefile, byte by byte. Have fun! :rolleyes:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 19:39:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/how-does-arcmap-know-where-to-draw-objects/m-p/422083#M5809</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2011-10-31T19:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: How does ArcMap know where to draw objects?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/how-does-arcmap-know-where-to-draw-objects/m-p/422084#M5810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you follow &lt;A href="http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf"&gt;this paper &lt;/A&gt;closely, it tells you how you could literally type out a shapefile, byte by byte. Have fun! :rolleyes:&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I completely forgot about that white paper!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 12:18:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/how-does-arcmap-know-where-to-draw-objects/m-p/422084#M5810</guid>
      <dc:creator>JimW1</dc:creator>
      <dc:date>2011-11-01T12:18:28Z</dc:date>
    </item>
  </channel>
</rss>

