I am trying to extract vertexes from a shape file that has 3D Lines with both a Z value and an M value. I am trying to extract the both the Z and M value but I don't see a way to do it. Vertex Extractor will only give me X,Y,Z
Page 1 / 1
@Richard Nairn VertexExtractor drops the measures. If you want the data as a series of points in the same way that VertexExtractor presents them, plus the M then you can use:
- Chopper - By Vertex & Number Vertices = 1
- MeasureExtractor
- CoordinateExtractor
I've attached a small example workspace
Thanks, I will give it a try.