Line (ShapeFile)
Lidar (.XYZ)
I would like to have Z on the shapefile but split featureline when i have a difference (like 5m on Z) or simply put a Begining Z or End Z.
I would like to produce 3D feature and have the profile from this.
Line (ShapeFile)
Lidar (.XYZ)
I would like to have Z on the shapefile but split featureline when i have a difference (like 5m on Z) or simply put a Begining Z or End Z.
I would like to produce 3D feature and have the profile from this.
Then LineOnLineOverlayer or Intersector wiht the Lines from your shapefile.
( you might need a GeometryValidator after and if you use an Intersector)
If u want all contours to be built to areas, you can use a Hullaccumulator, extender and intersector.