<?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 to convert AngularUnits (Degrees) to LinearUnits (Meters?) in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-convert-angularunits-degrees-to-linearunits/m-p/843403#M3967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not Exactly:&lt;/P&gt;&lt;P&gt;While measuring Geodesic lengths is nice, It does not interest me much since I measure roads length.&lt;/P&gt;&lt;P&gt;However the result I get is in Degrees, and I would want it in Meters, which others have given hints but not solutions (like in code...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jul 2016 17:20:05 GMT</pubDate>
    <dc:creator>HoriaTudosie</dc:creator>
    <dc:date>2016-07-22T17:20:05Z</dc:date>
    <item>
      <title>How to convert AngularUnits (Degrees) to LinearUnits (Meters?)</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-convert-angularunits-degrees-to-linearunits/m-p/843400#M3964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Polyline.Lengths returns Degrees (as defined per SpatialReference.Unit,) but I would rougher display it in meters.&lt;/P&gt;&lt;P&gt;However AngularUnit does not have a ConvertToMeters methods...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(B.T.W the snippet "LinearUnit - Convert between centimeters and millimeters" is so pathetic...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 00:00:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-convert-angularunits-degrees-to-linearunits/m-p/843400#M3964</guid>
      <dc:creator>HoriaTudosie</dc:creator>
      <dc:date>2016-07-21T00:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert AngularUnits (Degrees) to LinearUnits (Meters?)</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-convert-angularunits-degrees-to-linearunits/m-p/843401#M3965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could reproject the data to a Projected Coordinate System.&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/project.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/project.htm"&gt;Project—Data Management toolbox | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;You could define a Projected coordinate system to new data frame, add the layer using appropriate transformation method. Then, add a new field (say "Len_mtr"; Datatype="Double"). Using Calculate Geometry, you could define the length in linear unit using the coordinate system of the data frame.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 02:55:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-convert-angularunits-degrees-to-linearunits/m-p/843401#M3965</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2016-07-21T02:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert AngularUnits (Degrees) to LinearUnits (Meters?)</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-convert-angularunits-degrees-to-linearunits/m-p/843402#M3966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you are looking for this &lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic8242.html" title="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic8242.html"&gt;ArcGIS Pro 1.3 API Reference Guide&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 23:25:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-convert-angularunits-degrees-to-linearunits/m-p/843402#M3966</guid>
      <dc:creator>ThomasEmge</dc:creator>
      <dc:date>2016-07-21T23:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert AngularUnits (Degrees) to LinearUnits (Meters?)</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-convert-angularunits-degrees-to-linearunits/m-p/843403#M3967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not Exactly:&lt;/P&gt;&lt;P&gt;While measuring Geodesic lengths is nice, It does not interest me much since I measure roads length.&lt;/P&gt;&lt;P&gt;However the result I get is in Degrees, and I would want it in Meters, which others have given hints but not solutions (like in code...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 17:20:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-convert-angularunits-degrees-to-linearunits/m-p/843403#M3967</guid>
      <dc:creator>HoriaTudosie</dc:creator>
      <dc:date>2016-07-22T17:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert AngularUnits (Degrees) to LinearUnits (Meters?)</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-convert-angularunits-degrees-to-linearunits/m-p/843404#M3968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The geodesic length is providing shortest path on the ellipsoid. Depending on the length of your geometry you will indeeed see a difference in the actual length value for computed planar length or geodesic length - in either case the GeodesicLength method will provide you the answer in meter in the case the original geometry is a geographic coordinate system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to just convert an angular unit value to a linear unit as there is a dependency on the location on the sphere/geoid/ellipsoid. To transform the information from a geographic coordinate system to a projected system (using linear units) you need to project the geometry. &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/map/projections/projection-basics-for-gis-professionals.htm"&gt;Here &lt;/A&gt;is a very nice description about the principles of map projections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For code examples please take at look at &lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProSnippets-Geometry#project-from-wgs84-to-webmercator"&gt;this&lt;/A&gt; location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 18:11:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-convert-angularunits-degrees-to-linearunits/m-p/843404#M3968</guid>
      <dc:creator>ThomasEmge</dc:creator>
      <dc:date>2016-07-22T18:11:14Z</dc:date>
    </item>
  </channel>
</rss>

