|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sirius.patrius.groundstation.GeometricStationAntenna
public class GeometricStationAntenna
Class representing an a geometric model for a ground station antenna.
It is used in reverse station visibility event detection.
StationToSatMutualVisibilityDetector| Constructor Summary | |
|---|---|
GeometricStationAntenna(TopocentricFrame topoFrame,
double[][] azimElevMask)
Constructor of the ground station antenna (for reverse visibility detection) |
|
GeometricStationAntenna(TopocentricFrame topoFrame,
IFieldOfView fieldOfView)
Constructor of the ground station antenna (for reverse visibility detection) |
|
| Method Summary | |
|---|---|
IFieldOfView |
getFOV()
|
PVCoordinates |
getPVCoordinates(AbsoluteDate date,
Frame frame)
Get the PVCoordinates of the station antenna in the selected frame. |
TopocentricFrame |
getTopoFrame()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeometricStationAntenna(TopocentricFrame topoFrame,
IFieldOfView fieldOfView)
topoFrame - topocentric frame of the stationfieldOfView - sensor field of view in defined in the topocentric frame
public GeometricStationAntenna(TopocentricFrame topoFrame,
double[][] azimElevMask)
topoFrame - topocentric frame of the stationazimElevMask - the azimuth - elevation mask (rad)| Method Detail |
|---|
public TopocentricFrame getTopoFrame()
public IFieldOfView getFOV()
public PVCoordinates getPVCoordinates(AbsoluteDate date,
Frame frame)
throws OrekitException
PVCoordinates of the station antenna in the selected frame.
getPVCoordinates in interface PVCoordinatesProviderdate - current dateframe - the frame where to define the position
OrekitException - if position cannot be computed in given frame
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||