RasterSearchProcedure Constructor (Ellipsoid, Cartographic, Double, Double, Double, Double, RouteProfile) |
Create a new instance based on the given parameters.
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(
Ellipsoid surfaceShape,
Cartographic center,
double headingAlongLength,
double length,
double width,
double turningRadius,
RouteProfile profile
)
Public Sub New (
surfaceShape As Ellipsoid,
center As Cartographic,
headingAlongLength As Double,
length As Double,
width As Double,
turningRadius As Double,
profile As RouteProfile
)
public:
RasterSearchProcedure(
Ellipsoid^ surfaceShape,
Cartographic center,
double headingAlongLength,
double length,
double width,
double turningRadius,
RouteProfile^ profile
)
new :
surfaceShape : Ellipsoid *
center : Cartographic *
headingAlongLength : float *
length : float *
width : float *
turningRadius : float *
profile : RouteProfile -> RasterSearchProcedure
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. - profile
- Type: AGI.Foundation.RouteDesignRouteProfile
The profile that defines the height and speed over the course of the search.
See Also