Click or drag to resize

RasterSearchProcedure Constructor (Ellipsoid, Cartographic, Double, Double, Double, Double, Double, Double, RouteHeightReference)

Create a new instance based on the given parameters.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RasterSearchProcedure(
	Ellipsoid surfaceShape,
	Cartographic center,
	double headingAlongLength,
	double length,
	double width,
	double turningRadius,
	double speed,
	double height,
	RouteHeightReference reference
)

Parameters

surfaceShape
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The surface over which to define the surface geometry and the height profile.
center
Type: AGI.Foundation.CoordinatesCartographic
The center of the search area, including the height above the surfaceShape.
headingAlongLength
Type: SystemDouble
The heading along the length of the search area with respect to north, in radians.
length
Type: SystemDouble
The length of the search area over the surface, in meters.
width
Type: SystemDouble
The width of the search area over the surface, in meters.
turningRadius
Type: SystemDouble
The horizontal radius at which to turn during the search pattern, in meters.
speed
Type: SystemDouble
The speed at which to conduct the search, in meters per second.
height
Type: SystemDouble
The height of the route with respect to the reference surface, in meters.
reference
Type: AGI.Foundation.RouteDesignRouteHeightReference
The reference surface above which the height is defined.
See Also