<?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: measure distance on data with undefined coordinate system in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/measure-distance-on-data-with-undefined-coordinate/m-p/717664#M23783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The distance between any two points will be correctly calculated using the tool when the data is in a GCS and the Data Frame as well.&amp;nbsp; It is just measuring the arc length on the earth surface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;However&lt;/STRONG&gt;&lt;SPAN&gt;, if you try to calculate any geometric properties of the features such as length (of a curving polyline) or area in a non-projected Data Frame you will find the functions disabled and get the message in the clip below that all calculations are done using "planimetric algorithms".&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]14667[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can check the distance aspect further by drawing a circle in a GCS Data Frame in a file with either a projected or geographic coordinate system (i.e. not using the graphic tool)and see the measured difference between the N-S and E-W diameters using the measure tool, the ratio of which increases at higher latitudes.&amp;nbsp; To see the GCS circle change shape in a Projected Data Frame use the generalize tool on it to make it into a series of points (offset .001 or something; or it will just recalculate as a curve into a new circle).&amp;nbsp; Then shut off editing and change the coordinate system to a projected one appropriate for the range of the data and observe N-S stretching and graphically correct diameter measurements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not quite sure what you mean by: &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"Since I don't know what the coordinate system of my data is, I cannot set up a good map scale on a layout as ArcMap doesn't know what units the coordinates are using". &lt;/SPAN&gt;&lt;SPAN&gt; , but you can project the GCS data into any Projected CS you want for your layout, otherwise it will look flattened N-S.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hope that explains it well enough,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hardolph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 May 2012 05:24:31 GMT</pubDate>
    <dc:creator>HardolphWasteneys</dc:creator>
    <dc:date>2012-05-26T05:24:31Z</dc:date>
    <item>
      <title>measure distance on data with undefined coordinate system</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/measure-distance-on-data-with-undefined-coordinate/m-p/717663#M23782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to measure two points which are stored in a geographic coordinate system using the measure tool on the Tools toolbar in ArcGIS 10. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But as described in the ArcGIS Help document,&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"If your spatial data references locations with latitude and longitude, ArcMap draws the data by simply treating the latitude-longitude coordinates as planar x,y coordinates." "Degrees of latitude and longitude are not consistent units of measure for area, shape, distance, and direction." &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems to me that the distance calculated on data in a geographic coordinate system would be &lt;/SPAN&gt;&lt;STRONG&gt;incorrect&lt;/STRONG&gt;&lt;SPAN&gt;. However, in ArcGIS 10, "When measuring in a data frame with a geographic coordinate system, the default measurement type is Geodesic," which is "the shortest line between any two points on the earth's surface on a spheroid". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it mean that I can use the measurement tool to measure distance on unprojected data anyway? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since I don't know what the coordinate system of my data is, I cannot set up a good map scale on a layout as ArcMap doesn't know what units the coordinates are using. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone please help me figure this out? Many thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 May 2012 01:49:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/measure-distance-on-data-with-undefined-coordinate/m-p/717663#M23782</guid>
      <dc:creator>carinaluo</dc:creator>
      <dc:date>2012-05-26T01:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: measure distance on data with undefined coordinate system</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/measure-distance-on-data-with-undefined-coordinate/m-p/717664#M23783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The distance between any two points will be correctly calculated using the tool when the data is in a GCS and the Data Frame as well.&amp;nbsp; It is just measuring the arc length on the earth surface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;However&lt;/STRONG&gt;&lt;SPAN&gt;, if you try to calculate any geometric properties of the features such as length (of a curving polyline) or area in a non-projected Data Frame you will find the functions disabled and get the message in the clip below that all calculations are done using "planimetric algorithms".&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]14667[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can check the distance aspect further by drawing a circle in a GCS Data Frame in a file with either a projected or geographic coordinate system (i.e. not using the graphic tool)and see the measured difference between the N-S and E-W diameters using the measure tool, the ratio of which increases at higher latitudes.&amp;nbsp; To see the GCS circle change shape in a Projected Data Frame use the generalize tool on it to make it into a series of points (offset .001 or something; or it will just recalculate as a curve into a new circle).&amp;nbsp; Then shut off editing and change the coordinate system to a projected one appropriate for the range of the data and observe N-S stretching and graphically correct diameter measurements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not quite sure what you mean by: &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"Since I don't know what the coordinate system of my data is, I cannot set up a good map scale on a layout as ArcMap doesn't know what units the coordinates are using". &lt;/SPAN&gt;&lt;SPAN&gt; , but you can project the GCS data into any Projected CS you want for your layout, otherwise it will look flattened N-S.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hope that explains it well enough,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hardolph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 May 2012 05:24:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/measure-distance-on-data-with-undefined-coordinate/m-p/717664#M23783</guid>
      <dc:creator>HardolphWasteneys</dc:creator>
      <dc:date>2012-05-26T05:24:31Z</dc:date>
    </item>
  </channel>
</rss>

