VerticalProfileOperator.ProjectToRouteCrs Method
Projects a feature from the vertical profile to the Crs of the line feature retrieved from RouteInput.
ProjectToRouteCrs(Feature profileFeature)
Projects a feature from the vertical profile to the Crs of the line feature retrieved from RouteInput.Syntax
public FeatureCollection ProjectToRouteCrs (
Feature profileFeature
)
Parameters
The feature that will be reprojected.
Return Value
One feature in the route feature's crs if the input is a point or line geometry. If it is a polygon, it may be clipped to several pieces.
Remarks
This method handles three different kinds of geometries as input: PointGeometry, LineGeometry, and PolygonGeometry. They may be fully or partly outside the route (have x-axis values less than zero or more than the last waypoint x). In this case the reprojection proceeds as if the route continued in the same direction.
Lines and polygons may extend across one or several waypoints and should therefore also change direction in the route's crs. For a line this is solved by inserting extra points where it intersects waypoints. A polygon is instead clipped into parts at every intersecting waypoint, since it might otherwise be difficult to visualize in a 3D space.
Platforms
Windows, Linux, Android