SyntheticApertureRadarVolumeGetProjection Method (Ellipsoid, KinematicTransformation, SensorProjectionOptions) |
Gets the projection of the sensor onto the front surface of a specified ellipsoid and onto a plane at a
specified distance in space.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override SensorProjection GetProjection(
Ellipsoid ellipsoid,
KinematicTransformation ellipsoidToSensorTransformation,
SensorProjectionOptions projectionOptions
)
Public Overrides Function GetProjection (
ellipsoid As Ellipsoid,
ellipsoidToSensorTransformation As KinematicTransformation,
projectionOptions As SensorProjectionOptions
) As SensorProjection
public:
virtual SensorProjection^ GetProjection(
Ellipsoid^ ellipsoid,
KinematicTransformation ellipsoidToSensorTransformation,
SensorProjectionOptions^ projectionOptions
) override
abstract GetProjection :
ellipsoid : Ellipsoid *
ellipsoidToSensorTransformation : KinematicTransformation *
projectionOptions : SensorProjectionOptions -> SensorProjection
override GetProjection :
ellipsoid : Ellipsoid *
ellipsoidToSensorTransformation : KinematicTransformation *
projectionOptions : SensorProjectionOptions -> SensorProjection
Parameters
- ellipsoid
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The ellipsoid on which the sensor is to be projected. - ellipsoidToSensorTransformation
- Type: AGI.Foundation.CoordinatesKinematicTransformation
The transformation from the reference frame of the ellipsoid to the reference frame of the sensor. - projectionOptions
- Type: AGI.Foundation.Geometry.ShapesSensorProjectionOptions
The options controlling how the sensor is projected, or to use defaults.
Return Value
Type:
SensorProjectionThe sensor projection.
See Also