<?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: 3-dimensional distance from multiple points to closest polyline in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731054#M10638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Add Surface Information doesn't make your polylines into 3d polylines.&amp;nbsp; Near 3d requires your inputs to be 3D.&amp;nbsp; Near 3D is also not going to tell you the surface distance between points and polylines - only 3d distance.&amp;nbsp; I think I misinterpreted your question at first.&lt;BR /&gt;&lt;BR /&gt;Perhaps some screenshots of your data overlaying each other so I can understand better.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Eric&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Eric.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've attached screenshots of the data.&amp;nbsp; The end goal is to acquire 3D distance (straight line distance) from my points on the interior of alpine meadows to treeline creating meadow border.&amp;nbsp; I can't use 2D distance as the real 3D distance is greater.&amp;nbsp; I will be interested in actual topographical surface area (3D surface area), but I am only interested in straight line distances from points to treeline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The "add surface information" tool added attributes to the polylines (see attached), but I need Z information for the polylines at much higher frequency than the attibute provided (i.e., more than one Z value per polyline created).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps clarify what I am asking!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2013 14:42:30 GMT</pubDate>
    <dc:creator>MatthewWestbrook</dc:creator>
    <dc:date>2013-06-26T14:42:30Z</dc:date>
    <item>
      <title>3-dimensional distance from multiple points to closest polyline</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731049#M10633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to calculate distance over terrain using the following components: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-point shape values (with x, y, z data)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-polylines (only x, y data)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-DEM from CanadaGeoBase&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The polyline was manually created.&amp;nbsp; I will need to extract elevation data from the DEM to every pixel along the poly-line.&amp;nbsp; Without the Z data on the polyline, the distance I calculate will only be 2-dimensional and, therefore, an under-representation of actual distance from point to line as the data is in mountainous terrain.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have any suggestions that don't involve map algebra or model building?&amp;nbsp; I was told that there should be a simple tool to use, but I have been unable to find it as of yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 15:44:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731049#M10633</guid>
      <dc:creator>MatthewWestbrook</dc:creator>
      <dc:date>2013-06-21T15:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: 3-dimensional distance from multiple points to closest polyline</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731050#M10634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Run &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00q900000016000000"&gt;Add Surface Information&lt;/A&gt;&lt;SPAN&gt; with your DEM and polylines. It will return the surface length of the line.&amp;nbsp; The sampling distance parameter defaults to the surface resolution which is what you're asking for so just leave that parameter alone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 18:44:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731050#M10634</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2013-06-21T18:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: 3-dimensional distance from multiple points to closest polyline</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731051#M10635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response! This seems to be a good start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used "add surface information" tool to interpolate z-values to the polylines that I created manually from my DEM.&amp;nbsp; This worked fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next, I ran the "near 3D" tool to calculate 3D distance using a point shapefile as my input feature class and my polylines as the near feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I opened the attribute table for my inpute feature, new attributes were added, but the fields were populated with all "0" values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 18:25:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731051#M10635</guid>
      <dc:creator>MatthewWestbrook</dc:creator>
      <dc:date>2013-06-24T18:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: 3-dimensional distance from multiple points to closest polyline</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731052#M10636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Run &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00q900000016000000"&gt;Add Surface Information&lt;/A&gt; with your DEM and polylines. It will return the surface length of the line.&amp;nbsp; The sampling distance parameter defaults to the surface resolution which is what you're asking for so just leave that parameter alone.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Eric&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response! This seems to be a good start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used "add surface information" tool to interpolate z-values to the polylines that I created manually from my DEM. This worked fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next, I ran the "near 3D" tool to calculate 3D distance using a point shapefile as my input feature class and my polylines as the near feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I opened the attribute table for my inpute feature, new attributes were added, but the fields were populated with all "0" values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 18:53:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731052#M10636</guid>
      <dc:creator>MatthewWestbrook</dc:creator>
      <dc:date>2013-06-24T18:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: 3-dimensional distance from multiple points to closest polyline</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731053#M10637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Add Surface Information doesn't make your polylines into 3d polylines.&amp;nbsp; Near 3d requires your inputs to be 3D.&amp;nbsp; Near 3D is also not going to tell you the surface distance between points and polylines - only 3d distance.&amp;nbsp; I think I misinterpreted your question at first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps some screenshots of your data overlaying each other so I can understand better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 20:10:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731053#M10637</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2013-06-25T20:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: 3-dimensional distance from multiple points to closest polyline</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731054#M10638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Add Surface Information doesn't make your polylines into 3d polylines.&amp;nbsp; Near 3d requires your inputs to be 3D.&amp;nbsp; Near 3D is also not going to tell you the surface distance between points and polylines - only 3d distance.&amp;nbsp; I think I misinterpreted your question at first.&lt;BR /&gt;&lt;BR /&gt;Perhaps some screenshots of your data overlaying each other so I can understand better.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Eric&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Eric.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've attached screenshots of the data.&amp;nbsp; The end goal is to acquire 3D distance (straight line distance) from my points on the interior of alpine meadows to treeline creating meadow border.&amp;nbsp; I can't use 2D distance as the real 3D distance is greater.&amp;nbsp; I will be interested in actual topographical surface area (3D surface area), but I am only interested in straight line distances from points to treeline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The "add surface information" tool added attributes to the polylines (see attached), but I need Z information for the polylines at much higher frequency than the attibute provided (i.e., more than one Z value per polyline created).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps clarify what I am asking!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 14:42:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731054#M10638</guid>
      <dc:creator>MatthewWestbrook</dc:creator>
      <dc:date>2013-06-26T14:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: 3-dimensional distance from multiple points to closest polyline</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731055#M10639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;The "add surface information" tool added attributes to the polylines (see attached), but I need Z information for the polylines at much higher frequency than the attibute provided (i.e., more than one Z value per polyline created).&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Earlier in thread:&lt;/STRONG&gt;&lt;BR /&gt;The polyline was manually created.&amp;nbsp; I will need to extract elevation&amp;nbsp; data from the DEM to every pixel along the poly-line.&amp;nbsp; Without the Z&amp;nbsp; data on the polyline, the distance I calculate will only be&amp;nbsp; 2-dimensional and, therefore, an under-representation of &lt;STRONG&gt;actual distance&amp;nbsp; from point to line as the data is in mountainous terrain.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Matt&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm fairly confident I get what you're looking for, but just for sake of it I bolded what was confusing to me and why I pointed you to the Add Surface Information tool.&amp;nbsp; However, it is now clear that the mountainous terrain you speak of is not really part of the equation for you since you just want 3d straight line distances rather than the distance along the surface from the point to the treeline. Surface distance does not equal 3D distance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the comment on "more than one Z value per polyline", you should see that you have a Min and Max Z per record so you already have more than one Z per polyline.&amp;nbsp; Your polyline is already 3d so you should just delete those attributes you got from Add Surface Information.&amp;nbsp; With respect to the comment, "The polyline was manually created" - meaning you defined the Z for each vertice while in edit mode?&amp;nbsp; I don't want to get too far off track here - just need clarity.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With the data you have, you first need to make the points into pointz by converting it to 3d using the attribute you have for elevation.&amp;nbsp; If you have a 2d version of the treeline I would go back to that and run Interpolate Shape using the DEM and again let the tool use the raster resolution to determine sampling. i.e. the tool densifies the line at the resolution of the DEM and assigns the Z internally into the Shape field.&amp;nbsp; Once you have a PointZ and a PolylineZ (which you already have, but I lack details on its origination) you can run the Near 3D tool to get the 3d distance from a point to the closest location from the treeline layer.&amp;nbsp; The reason you got 0's is because you input a 2d feature class (the points) into a tool that is expecting it to be Z aware. The math just doesn't work without a Z. The answer you got was essentially "Null", but I'm guessing you're working with shapefiles and .dbf tables don't support the concept of Null so it converted to zero.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 16:42:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731055#M10639</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2013-06-26T16:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: 3-dimensional distance from multiple points to closest polyline</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731056#M10640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Eric-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I say that the polylines were manually created, I mean that they were created&amp;nbsp; by tracing tree boundary.&amp;nbsp; I did not add any Z data to the polylines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just now, I ran "interpolate shape" as to add Z data to my polylines from my DEM.&amp;nbsp; I left the defaults the same as to apply Z data at the resolution of the underlying DEM.&amp;nbsp; A new shapefile was created in my data frame with the name that I designated.&amp;nbsp; When I open the attribute table for this new polyline shapefile, the same attributes are listed as were listed in the input feature (FID, shape*, and Id).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also ran the "feature to 3D by attribute" on my point shapefiles.&amp;nbsp; I used GPS height to denote elevation in meters.&amp;nbsp; Again, a new shapefile was created in my data frame with the name that I designated.&amp;nbsp; When I open the attribute table for this new point shapefile, the same attributes are listed as were listed in the input feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the comment "more than one Z value per line":&amp;nbsp; these Z values ("Z-min", "Z-max", "Z-mean") were added after running the rool "add surface information" which was apparently not an appropriate tool to run in order to create 3D polylines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help and patience.&amp;nbsp; I truly appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 20:16:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731056#M10640</guid>
      <dc:creator>MatthewWestbrook</dc:creator>
      <dc:date>2013-06-27T20:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: 3-dimensional distance from multiple points to closest polyline</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731057#M10641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you run Near 3D and get expected values?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 15:27:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731057#M10641</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2013-06-28T15:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: 3-dimensional distance from multiple points to closest polyline</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731058#M10642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I should have included that information!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Assuming that the data are in meters (which are the units of the map document and we are operating in UTM, no, I did not get expected values in the attribute columns for 3D distance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The values were all small fractions, e.g. 0.0023.&amp;nbsp; Maybe the distance is in km?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;M&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 15:39:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731058#M10642</guid>
      <dc:creator>MatthewWestbrook</dc:creator>
      <dc:date>2013-06-28T15:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: 3-dimensional distance from multiple points to closest polyline</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731059#M10643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Very small numbers typically mean your data is using a Geographic C.S and the distance is being described in units of decimal degrees.&amp;nbsp; The tools don't care what projection your map is in. It uses the coordinate system of the data.&amp;nbsp; Check your layer properties to verify what coordinates the data is in.&amp;nbsp; Project your data if necessary.&amp;nbsp; If you project to meters, distances will be in meters.&amp;nbsp; If you project to something in feet, then distances are recorded in feet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 18:45:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731059#M10643</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2013-06-28T18:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: 3-dimensional distance from multiple points to closest polyline</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731060#M10644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm still having the same problems.&amp;nbsp; I've projected all the data into UTM Zone 11 North.&amp;nbsp; The properties all read that the linear distance is in meters.&amp;nbsp; The properties window for the data do, however, still have a GCS listed which I do not know is a problem or not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've attached screen shots of all the attribute tables as well as the property windows for the data frame as well as the layers.&amp;nbsp; Some pictures are labeled with 1s and 2s in the file names as all the information could not be screen shot without scrolling.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The "near3" field is the 3D distance that was amended to the attribute tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following are a list of the tools I used:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-To make the points 3D, I used "feature to 3D by attribute" and selected the elev attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-To make the lines 3D, I used "add surface information" using a DEM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-To find 3D distance from point to line, I used the "near 3D" tool&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 15:27:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731060#M10644</guid>
      <dc:creator>MatthewWestbrook</dc:creator>
      <dc:date>2013-07-03T15:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: 3-dimensional distance from multiple points to closest polyline</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731061#M10645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here are the remainder of the attachments. I was only able to upload 5 files at a time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 15:29:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/3-dimensional-distance-from-multiple-points-to/m-p/731061#M10645</guid>
      <dc:creator>MatthewWestbrook</dc:creator>
      <dc:date>2013-07-03T15:29:03Z</dc:date>
    </item>
  </channel>
</rss>

