<?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 do shape files define a physical location? in Esri Tutorials Questions</title>
    <link>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530545#M227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good one for my learning &lt;A href="https://community.esri.com/migrated-users/3355"&gt;Curtis Price&lt;/A&gt;​.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/133508"&gt;Russel Quan&lt;/A&gt;​:&lt;/P&gt;&lt;P&gt;Hi Russel,&lt;/P&gt;&lt;P&gt;For a polygon, the feature stores the coordinates of the vertices that helps to define the structure of the polygon, thus calculating the area and perimeter (length), based on the projected coordinate system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 07:13:51 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2015-05-20T07:13:51Z</dc:date>
    <item>
      <title>How do shape files define a physical location?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530543#M225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do shape files define a physical location?&amp;nbsp;&amp;nbsp; When looking at the attributes of a polygon record, I see a Shape_Length and Shape_Area.&amp;nbsp; The shape can be so complex but the definition seems extremely simple.&amp;nbsp; Very curious....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 05:11:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530543#M225</guid>
      <dc:creator>RusselQuan</dc:creator>
      <dc:date>2015-05-20T05:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do shape files define a physical location?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530544#M226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Shape field in the table is a BLOB (binary large object) that has structured coordinates. The structure is different depending on the type of feature (line, polygon, point). Those locations are hidden from the interface, if you wanted to see them all you'd need to use a tool that dumps them out or write a script that can read them and print them. &lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/analyze/python/reading-geometries.htm" title="http://desktop.arcgis.com/en/desktop/latest/analyze/python/reading-geometries.htm"&gt;Reading geometries—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The length and area are calculated from the shape, which can be extremely complex, with up to millions of coordinates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 05:22:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530544#M226</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-05-20T05:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do shape files define a physical location?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530545#M227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good one for my learning &lt;A href="https://community.esri.com/migrated-users/3355"&gt;Curtis Price&lt;/A&gt;​.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/133508"&gt;Russel Quan&lt;/A&gt;​:&lt;/P&gt;&lt;P&gt;Hi Russel,&lt;/P&gt;&lt;P&gt;For a polygon, the feature stores the coordinates of the vertices that helps to define the structure of the polygon, thus calculating the area and perimeter (length), based on the projected coordinate system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 07:13:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530545#M227</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-05-20T07:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do shape files define a physical location?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530546#M228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the link - Reading Geometries.&amp;nbsp; That opens pandora's box!&amp;nbsp; I'm familiar with a BLOB as a field in and Oracle or SQL Server database.&amp;nbsp; Where is this BLOB stored?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 04:41:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530546#M228</guid>
      <dc:creator>RusselQuan</dc:creator>
      <dc:date>2015-05-21T04:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do shape files define a physical location?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530547#M229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; I see the coordinate system defined in the *.prj file.&amp;nbsp; How does each shape align with the coordinate system?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 04:43:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530547#M229</guid>
      <dc:creator>RusselQuan</dc:creator>
      <dc:date>2015-05-21T04:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do shape files define a physical location?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530548#M230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Russel, each shape aligns with the coordinate system through pairs of coordinates for each vertices that match up with the coordinates in the coordinate system. If you look at that link Curtis posted, and scroll down to polygon geometries, for example, you can see illustrations of the vertices, their coordinates, and how that geometry code looks. Is that what you meant?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 05:21:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530548#M230</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-05-21T05:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do shape files define a physical location?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530549#M231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The *prj file (or the coordinate system definition) is part of the metadata of the feature. The coordinates in the "blob" are just a bunch of numbers. Without knowing what those numbers represent, ie the projection that they are in, the system would still not know how to map these coordinates on to a map in their correct real world location.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 06:28:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530549#M231</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-05-21T06:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do shape files define a physical location?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530550#M232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I deduce that there is a relationship between the Project Coordinate System and pairs of coordinates for a Point Geometry or a set of coordinate pairs for a Polygon Geometry that are stored in the BLOB.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Where does that relationship get defined and how is it resolved? Ultimately, how does a polygon of a county get mapped to a polygon of a state?&amp;nbsp; And how does a point geometry of a city get mapped to a polygon of a county? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 03:40:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530550#M232</guid>
      <dc:creator>RusselQuan</dc:creator>
      <dc:date>2015-05-22T03:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do shape files define a physical location?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530551#M233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at this example, a .prj file that I opened in Notepad:&lt;/P&gt;&lt;P&gt;PROJCS["WGS 1984 UTM, Zone 36 North, Meter",GEOGCS["unnamed",DATUM["D_WGS_1984",SPHEROID["World Geodetic System of 1984",6378137.0,298.257222932867]],&lt;/P&gt;&lt;P&gt;PRIMEM["Greenwich",0.0],&lt;/P&gt;&lt;P&gt;UNIT["degree",0.0174532925199433]],&lt;/P&gt;&lt;P&gt;PROJECTION["Transverse_Mercator"],&lt;/P&gt;&lt;P&gt;PARAMETER["false_easting",500000.0],&lt;/P&gt;&lt;P&gt;PARAMETER["false_northing",0.0],&lt;/P&gt;&lt;P&gt;PARAMETER["central_meridian",33.0],&lt;/P&gt;&lt;P&gt;PARAMETER["scale_factor",0.9996],&lt;/P&gt;&lt;P&gt;PARAMETER["latitude_of_origin",0.0],&lt;/P&gt;&lt;P&gt;UNIT["METER",1.0]]&lt;/P&gt;&lt;P&gt;Then, read this description of what the parameters describe: &lt;A href="http://vsp.pnnl.gov/help/Vsample/ESRI_PRJ_File.htm" title="http://vsp.pnnl.gov/help/Vsample/ESRI_PRJ_File.htm"&gt;ESRI PRJ File&lt;/A&gt; &lt;/P&gt;&lt;P&gt;In addition ArcGIS contains algorithms, or mathematical formulas, that can reproject "on the fly" a dataset in a different projection by reading it's parameters and converting them to the data frame projection.&lt;/P&gt;&lt;P&gt;Any clearer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 03:57:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530551#M233</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-05-22T03:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do shape files define a physical location?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530552#M234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But a point anywhere in the world, and a polygon dataset of the entire world's continents can have the exact same projection. It's not necessarily limited by scale or feature type. They are just more coordinates on the same grid of a coordinate system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 04:04:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530552#M234</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-05-22T04:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do shape files define a physical location?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530553#M235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Russel, I found an article that might help you immensely: &lt;A href="http://www.innovativegis.com/basis/BeyondMapping_II/Topic6/BM_II_T6.htm#Section2" title="http://www.innovativegis.com/basis/BeyondMapping_II/Topic6/BM_II_T6.htm#Section2"&gt;A Framework for GIS Modeling&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 04:20:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530553#M235</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-05-22T04:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do shape files define a physical location?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530554#M236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You guys are great.&amp;nbsp; Thanks for all the input and links.&amp;nbsp; They are greatly appreciated and helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With your help and exercises in Chapter 4 of GIS Tutorial 1 by Wilpen Gorr, I've been able to deduce the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zip files can originate from many sources.&amp;nbsp; I have found the US Census county zip files here.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.census.gov/geo/tiger/TIGERrd13/COUSUB10/" title="http://www2.census.gov/geo/tiger/TIGERrd13/COUSUB10/"&gt;Index of /geo/tiger/TIGERrd13/COUSUB10&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The zip file has the following&lt;/P&gt;&lt;P&gt;.xml - the Description of the data, the extents, the link, all of the meta data about the data.&lt;/P&gt;&lt;P&gt;.dbf - I'm assuming this is storing all of the BLOBs.&amp;nbsp; I don't know which editor to use to read it.&lt;/P&gt;&lt;P&gt;.shp - the Shape file that gets imported into the GeoDatabase.gdb file and becomes a Feature Class. It must have a relationship to the .dbf file.&lt;/P&gt;&lt;P&gt;.prj - the DATUM, coordinate system, that is used as the foundation for the geometries.&lt;/P&gt;&lt;P&gt;.shx - mystery to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The shape file can be added to the GeoDatabase in ArcCatalog.&lt;/P&gt;&lt;P&gt;The GeoDatabase can then be used in ArcMap.&lt;/P&gt;&lt;P&gt;The Feature class can then be added to the Table of Contents on a Layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please add any comments or corrections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next question then becomes, is it a best practice to use that geodatabase as the default geodatabase in the mxd properties? &lt;/P&gt;&lt;P&gt;This is going to lead to another topic and another thread of pacakaging mxds and gdbs for distribution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2015 17:12:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530554#M236</guid>
      <dc:creator>RusselQuan</dc:creator>
      <dc:date>2015-05-23T17:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do shape files define a physical location?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530555#M237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sephe, &lt;/P&gt;&lt;P&gt;Very interesting article.&amp;nbsp; I particularly liked seeing the database structure from points to arcs to features.&amp;nbsp; I see that @Joseph K Berry has quite a bit of information on line and in text.&lt;/P&gt;&lt;P&gt;RQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2015 18:57:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530555#M237</guid>
      <dc:creator>RusselQuan</dc:creator>
      <dc:date>2015-05-23T18:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do shape files define a physical location?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530556#M238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Actually, while shapefiles have three different internal structures by type, the types are Point, Multipoint, and Polyline/Polygon. The only difference between polylines and polygons are the permitted values in the first four bytes of the shape record, and the fact that the point array values for polygon rings must close (first == last) and may not cross (though they can touch at a point).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The &lt;A class="jive-link-external-small" href="https://www.esri.com/library/whitepapers/pdfs/shapefile.pdf" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #287433;" target="_blank"&gt;Shapefile Technical Description whitepaper&lt;/A&gt; details the nuts and bolts of the shapefile format.&amp;nbsp; Interestingly, the length and area values are not carried as properties inside the .shp file itself, but are computed when needed from the combined part and point arrays.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2015 19:05:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-do-shape-files-define-a-physical-location/m-p/530556#M238</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-05-23T19:05:19Z</dc:date>
    </item>
  </channel>
</rss>

