Skip to main content
Solved

Extract z-values from TIN to points

  • December 15, 2015
  • 2 replies
  • 137 views

I'm trying to extract z-values from a TIN surface to points where they intersect the TIN surface. This is a simple process in ArcGIS but I'm just wondering if there's a way to due it in FME without calling ARCGIS tools in my workbench.

Thanks

Best answer by jdh

Sounds like a good candidate for the SurfaceDraper. Your TIN goes into the Points/Lines port and the Points of interest to the DrapeFeatures.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • Best Answer
  • December 15, 2015

Sounds like a good candidate for the SurfaceDraper. Your TIN goes into the Points/Lines port and the Points of interest to the DrapeFeatures.


  • Author
  • December 15, 2015

Sounds like a good candidate for the SurfaceDraper. Your TIN goes into the Points/Lines port and the Points of interest to the DrapeFeatures.

Awesome thank you