Package | Description |
---|---|
org.orekit.gnss |
This package provides classes related to GNSS applications.
|
org.orekit.gnss.antenna |
This package provides classes related to receiver and satellites antenna modeling.
|
Modifier and Type | Method | Description |
---|---|---|
Frequency |
ObservationType.getFrequency(SatelliteSystem system) |
Get the frequency for a specified satellite system.
|
static Frequency |
Frequency.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Frequency[] |
Frequency.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
org.hipparchus.geometry.euclidean.threed.Vector3D |
Antenna.getEccentricities(Frequency frequency) |
Get the phase center eccentricities.
|
double |
Antenna.getPhaseCenterVariation(Frequency frequency,
org.hipparchus.geometry.euclidean.threed.Vector3D direction) |
Get the value of the phase center variation in a signal direction.
|
Constructor | Description |
---|---|
Antenna(String type,
String sinexCode,
Map<Frequency,FrequencyPattern> patterns) |
Simple constructor.
|
ReceiverAntenna(String type,
String sinexCode,
Map<Frequency,FrequencyPattern> patterns,
String serialNumber) |
Simple constructor.
|
SatelliteAntenna(String type,
String sinexCode,
Map<Frequency,FrequencyPattern> patterns,
SatelliteSystem satelliteSystem,
int prnNumber,
int satelliteCode,
String cosparID,
AbsoluteDate validFrom,
AbsoluteDate validUntil) |
Deprecated.
|
SatelliteAntenna(String type,
String sinexCode,
Map<Frequency,FrequencyPattern> patterns,
SatelliteSystem satelliteSystem,
int prnNumber,
SatelliteType satelliteType,
int satelliteCode,
String cosparID,
AbsoluteDate validFrom,
AbsoluteDate validUntil) |
Simple constructor.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.