Click or drag to resize

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

Create a new instance over the surface of the Earth.

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

Parameters

center
Type: AGI.Foundation.Coordinates.Cartographic
The center of the search area, including the height above the surface at which to search.
headingAlongLength
Type: System.Double
The heading along the length of the search area with respect to north, in radians.
length
Type: System.Double
The length of the search area over the surface, in meters.
width
Type: System.Double
The width of the search area over the surface, in meters.
turningRadius
Type: System.Double
The horizontal radius at which to turn during the search pattern, in meters.
speed
Type: System.Double
The speed at which to conduct the search, in meters per second.
height
Type: System.Double
The height of the route with respect to the reference surface, in meters.
reference
Type: AGI.Foundation.RouteDesign.RouteHeightReference
The reference surface above which the height is defined.
See Also