Overload | Description |
---|---|
GetElevationProfileFromSurface(IEnumerable<Polyline>) | Gets an elevation profile for the specified polylines. All Z values of the calculated polyline are populated from the Ground Surface Layer. This method must be called on the MCT. Use QueuedTask.Run. |
GetElevationProfileFromSurface(IEnumerable<Polyline>,ElevationSurfaceLayer) | Gets an elevation profile for the specified polylines. All Z values of the calculated polyline are populated from the specified Elevation Surface Layer. This method must be called on the MCT. Use QueuedTask.Run. |
GetElevationProfileFromSurface(IEnumerable<Polyline>,ElevationSurfaceLayer,SurfaceZsMissingHandler) | Gets an elevation profile for the specified polylines. All Z values of the calculated polyline are populated from the specified Elevation Surface Layer. |
GetElevationProfileFromSurface(IEnumerable<MapPoint>) | Gets an elevation profile for the specified points. All Z values of the calculated polyline are populated from the Ground Surface Layer. This method must be called on the MCT. Use QueuedTask.Run. |
GetElevationProfileFromSurface(IEnumerable<MapPoint>,ElevationSurfaceLayer) | Gets an elevation profile for the specified points. All Z values of the calculated polyline are populated from the specified Elevation Surface Layer. This method must be called on the MCT. Use QueuedTask.Run. |
GetElevationProfileFromSurface(IEnumerable<MapPoint>,ElevationSurfaceLayer,SurfaceZsMissingHandler) | Gets an elevation profile for the specified points. All Z values of the calculated polyline are populated from the specified Elevation Surface Layer. |
GetElevationProfileFromSurface(MapPoint,MapPoint,Int32) | Gets an elevation profile calculated between startPoint and endPoint. Intermediate points are calculated at equal distances between the end points according to the numPoints specified. All Z values of the calculated polyline are populated from the Ground Surface Layer. This method must be called on the MCT. Use QueuedTask.Run. |
GetElevationProfileFromSurface(MapPoint,MapPoint,Int32,ElevationSurfaceLayer) | Gets an elevation profile calculated between startPoint and endPoint. Intermediate points are calculated at equal distances between the end points according to the numPoints specified. All Z values of the calculated polyline are populated from the Ground Surface Layer. This method must be called on the MCT. Use QueuedTask.Run. |
GetElevationProfileFromSurface(MapPoint,MapPoint,Int32,ElevationSurfaceLayer,SurfaceZsMissingHandler) | Gets an elevation profile calculated between startPoint and endPoint. Intermediate points are calculated at equal distances between the end points according to the numPoints specified. All Z values of the calculated polyline are populated from the specified Elevation Surface Layer. |