public class SensorProjectionHorizon extends Object
SensorProjectionBoundary
that
occurs at the limb of the central body.Constructor and Description |
---|
SensorProjectionHorizon() |
Modifier and Type | Method and Description |
---|---|
SensorProjectionHorizon |
getAdjacentHorizon()
Gets the adjacent horizon.
|
SensorProjectionBoundary |
getBoundary()
Gets the boundary of which this horizon is a part.
|
int |
getBoundaryCurveSegmentIndex()
|
double |
getEndArcLength()
|
double |
getStartArcLength()
|
void |
setAdjacentHorizon(SensorProjectionHorizon value)
Sets the adjacent horizon.
|
void |
setBoundary(SensorProjectionBoundary value)
Sets the boundary of which this horizon is a part.
|
void |
setBoundaryCurveSegmentIndex(int value)
|
void |
setEndArcLength(double value)
|
void |
setStartArcLength(double value)
|
public final SensorProjectionBoundary getBoundary()
public final void setBoundary(SensorProjectionBoundary value)
public final double getStartArcLength()
public final void setStartArcLength(double value)
public final double getEndArcLength()
public final void setEndArcLength(double value)
public final int getBoundaryCurveSegmentIndex()
public final void setBoundaryCurveSegmentIndex(int value)
public final SensorProjectionHorizon getAdjacentHorizon()
public final void setAdjacentHorizon(SensorProjectionHorizon value)