File failed to load: https://isis.astrogeology.usgs.gov/7.1.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
LineScanCameraGroundMap.h
Go to the documentation of this file.
1#ifndef LineScanCameraGroundMap_h
2#define LineScanCameraGroundMap_h
3
9#include "CameraGroundMap.h"
10
11namespace Isis {
50 public:
51
54
57
58 virtual bool SetGround(const Latitude &lat, const Longitude &lon);
59 virtual bool SetGround(const SurfacePoint &surfacePoint);
60 virtual bool SetGround(const SurfacePoint &surfacePoint, const int &approxLine);
61
62 protected:
67 };
68
69 FindFocalPlaneStatus FindFocalPlane(const int &approxLine,
70 const SurfacePoint &surfacePoint);
71 double FindSpacecraftDistance(int line, const SurfacePoint &surfacePoint);
72
73 };
74};
75#endif
Convert between undistorted focal plane and ground coordinates.
Definition: CameraGroundMap.h:73
Definition: Camera.h:236
This class is designed to encapsulate the concept of a Latitude.
Definition: Latitude.h:51
Convert between undistorted focal plane and ground coordinates.
Definition: LineScanCameraGroundMap.h:49
FindFocalPlaneStatus FindFocalPlane(const int &approxLine, const SurfacePoint &surfacePoint)
Definition: LineScanCameraGroundMap.cpp:270
LineScanCameraGroundMap(Camera *cam)
Constructor.
Definition: LineScanCameraGroundMap.cpp:197
virtual bool SetGround(const Latitude &lat, const Longitude &lon)
Compute undistorted focal plane coordinate from ground position.
Definition: LineScanCameraGroundMap.cpp:212
double FindSpacecraftDistance(int line, const SurfacePoint &surfacePoint)
Definition: LineScanCameraGroundMap.cpp:256
virtual ~LineScanCameraGroundMap()
Destructor.
Definition: LineScanCameraGroundMap.cpp:203
FindFocalPlaneStatus
Definition: LineScanCameraGroundMap.h:63
@ BoundingProblem
Definition: LineScanCameraGroundMap.h:65
@ Failure
Definition: LineScanCameraGroundMap.h:66
@ Success
Definition: LineScanCameraGroundMap.h:64
This class is designed to encapsulate the concept of a Longitude.
Definition: Longitude.h:40
This class defines a body-fixed surface point.
Definition: SurfacePoint.h:132
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/21/2025 21:56:35