Uses of Interface
org.seamcat.model.simulation.result.AntennaResult
-
Packages that use AntennaResult Package Description org.seamcat.model.mathematics org.seamcat.model.plugin.antenna org.seamcat.model.simulation.result org.seamcat.model.types -
-
Uses of AntennaResult in org.seamcat.model.mathematics
Methods in org.seamcat.model.mathematics that return AntennaResult Modifier and Type Method Description static AntennaResult
Mathematics. electricalTiltCorrection(AntennaResult antenna)
performs the co-ordinate correction according the the formulas given by ITU-R F.1336-4
for antennas applying electrical tiltstatic AntennaResult
Mathematics. mechanicalTiltCorrection(AntennaResult antenna)
performs the co-ordinate correction according the the formulas given by ITU-R F.1336-4Methods in org.seamcat.model.mathematics with parameters of type AntennaResult Modifier and Type Method Description static double
Mathematics. calculateElevation(AntennaResult from, AntennaResult to)
static AntennaResult
Mathematics. electricalTiltCorrection(AntennaResult antenna)
performs the co-ordinate correction according the the formulas given by ITU-R F.1336-4
for antennas applying electrical tiltstatic AntennaResult
Mathematics. mechanicalTiltCorrection(AntennaResult antenna)
performs the co-ordinate correction according the the formulas given by ITU-R F.1336-4 -
Uses of AntennaResult in org.seamcat.model.plugin.antenna
Methods in org.seamcat.model.plugin.antenna with parameters of type AntennaResult Modifier and Type Method Description double
AntennaGainPlugin. evaluate(LinkResult context, AntennaResult antenna, double peakGain, T input)
Calculates the precise gain from this antenna towards a specific set of horizontal and vertical angles If no specific antenna patterns are defined for this antenna, the peak gain is returned. -
Uses of AntennaResult in org.seamcat.model.simulation.result
Methods in org.seamcat.model.simulation.result that return AntennaResult Modifier and Type Method Description AntennaResult
ResultFactory. antennaResult()
AntennaResult
AntennaResult. copy()
AntennaResult
LinkResult. rxAntenna()
Receiver antenna results in the direction of the transmitterAntennaResult
LinkResult. txAntenna()
Transmitter antenna results in the direction of the receiver -
Uses of AntennaResult in org.seamcat.model.types
Methods in org.seamcat.model.types with parameters of type AntennaResult Modifier and Type Method Description double
AntennaGain. evaluate(LinkResult context, AntennaResult directionResult)
-