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.2.419.0 (24.2.419.0)
Syntax public RasterSearchProcedure(
Cartographic center,
double headingAlongLength,
double length,
double width,
double turningRadius,
double speed,
double height,
RouteHeightReference reference
)
Public Sub New (
center As Cartographic,
headingAlongLength As Double,
length As Double,
width As Double,
turningRadius As Double,
speed As Double,
height As Double,
reference As RouteHeightReference
)
public:
RasterSearchProcedure(
Cartographic center,
double headingAlongLength,
double length,
double width,
double turningRadius,
double speed,
double height,
RouteHeightReference reference
)
new :
center : Cartographic *
headingAlongLength : float *
length : float *
width : float *
turningRadius : float *
speed : float *
height : float *
reference : RouteHeightReference -> RasterSearchProcedure
Parameters
- center
- Type: AGI.Foundation.CoordinatesCartographic
The center of the search area, including the height above the surface at which to search. - 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