public class SensorProjection extends Object
Constructor and Description |
---|
SensorProjection()
Initializes a new instance.
|
SensorProjection(SensorProjectionBoundaryCollection surfaceBoundaries,
SensorProjectionBoundaryCollection spaceBoundaries)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
KinematicTransformation |
getEllipsoidToSensorTransformation()
Gets the
KinematicTransformation used to transform from the ellipsoid to the sensor reference frame. |
SensorProjectionOptions |
getProjectionOptions()
|
SensorFieldOfView |
getSensorFieldOfView()
|
SensorProjectionBoundaryCollection |
getSpaceBoundaries()
Gets the boundaries of the projection of the sensor in space.
|
SensorProjectionBoundaryCollection |
getSurfaceBoundaries()
Gets the boundaries of the projection of the sensor onto the surface.
|
void |
setEllipsoidToSensorTransformation(KinematicTransformation value)
Sets the
KinematicTransformation used to transform from the ellipsoid to the sensor reference frame. |
void |
setProjectionOptions(SensorProjectionOptions value)
|
void |
setSensorFieldOfView(SensorFieldOfView value)
|
public SensorProjection()
public SensorProjection(SensorProjectionBoundaryCollection surfaceBoundaries, SensorProjectionBoundaryCollection spaceBoundaries)
surfaceBoundaries
- The sensor projection boundaries on the surface.spaceBoundaries
- The sensor projection boundaries in space.public final SensorFieldOfView getSensorFieldOfView()
public final void setSensorFieldOfView(SensorFieldOfView value)
@Nonnull public final KinematicTransformation getEllipsoidToSensorTransformation()
KinematicTransformation
used to transform from the ellipsoid to the sensor reference frame.public final void setEllipsoidToSensorTransformation(@Nonnull KinematicTransformation value)
KinematicTransformation
used to transform from the ellipsoid to the sensor reference frame.public final SensorProjectionOptions getProjectionOptions()
public final void setProjectionOptions(SensorProjectionOptions value)
public final SensorProjectionBoundaryCollection getSurfaceBoundaries()
public final SensorProjectionBoundaryCollection getSpaceBoundaries()