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.