24 #ifndef LineScanCameraGroundMap_h
25 #define LineScanCameraGroundMap_h
This class defines a body-fixed surface point.
Definition: SurfacePoint.h:86
FindFocalPlaneStatus FindFocalPlane(const int &approxLine, const SurfacePoint &surfacePoint)
Definition: LineScanCameraGroundMap.cpp:286
Definition: LineScanCameraGroundMap.h:83
Definition: LineScanCameraGroundMap.h:82
FindFocalPlaneStatus
Definition: LineScanCameraGroundMap.h:81
This class is designed to encapsulate the concept of a Latitude.
Definition: Latitude.h:59
Convert between undistorted focal plane and ground coordinates.
Definition: LineScanCameraGroundMap.h:67
virtual bool SetGround(const Latitude &lat, const Longitude &lon)
Compute undistorted focal plane coordinate from ground position.
Definition: LineScanCameraGroundMap.cpp:228
This class is designed to encapsulate the concept of a Longitude.
Definition: Longitude.h:52
LineScanCameraGroundMap(Camera *cam)
Constructor.
Definition: LineScanCameraGroundMap.cpp:213
Convert between undistorted focal plane and ground coordinates.
Definition: CameraGroundMap.h:85
virtual ~LineScanCameraGroundMap()
Destructor.
Definition: LineScanCameraGroundMap.cpp:219
Definition: LineScanCameraGroundMap.h:84
double FindSpacecraftDistance(int line, const SurfacePoint &surfacePoint)
Definition: LineScanCameraGroundMap.cpp:272