Calculate Length (Meters) of Unprojected Line Feature in Model Builder

4222
3
Jump to solution
04-17-2015 08:09 AM
BenGrod
Occasional Contributor III

Any suggestion on how to calculate the length (meters) of a feature class (line) which is in GCS_WGS_1984. Calculating the Meters field based on Shape_Length results in the decimal degrees distance. I could project the feature class, calculate area, join back to the original feature, and calculate the meters but I was looking for something cleaner. Is there a way to define a projection temporarily within Model Builder then calculate area? Thanks in advance for your suggestions.

0 Kudos
1 Solution

Accepted Solutions
JakeSkinner
Esri Esteemed Contributor
3 Replies
JakeSkinner
Esri Esteemed Contributor

Hi Ben,

Take a look at the Add Geometry Attributes tool.

BenGrod
Occasional Contributor III

Thank you Jake, speedy response and works perfectly!

JayantaPoddar
MVP Esteemed Contributor

Alternatively, you could project the dataframe. And calculate geometry (length) using the projection system of the data frame in the attribute table.



Think Location