Package org.orekit.rugged.linesensor
Class SensorPixel
- java.lang.Object
-
- org.orekit.rugged.linesensor.SensorPixel
-
- All Implemented Interfaces:
Serializable
public class SensorPixel extends Object implements Serializable
Container for sensor pixel.Instances of this class are guaranteed to be immutable.
- Author:
- Luc Maisonobe
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SensorPixel(double lineNumber, double pixelNumber)
Build a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getLineNumber()
Get the line number.double
getPixelNumber()
Get the pixel number.
-