Interface P2001ver3Input
-
public interface P2001ver3Input
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
P2001ver3Input.polarization
-
Field Summary
Fields Modifier and Type Field Description static UIChangeListener<P2001ver3Input>
change
static P2001ver3Input.polarization
Polarization
static double
rxLatitude
static double
rxLongitude
static Distribution
timePercentage
static double
txLatitude
static double
txLongitude
static boolean
variations
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description P2001ver3Input.polarization
Polarization()
double
rxLatitude()
double
rxLongitude()
Distribution
timePercentage()
double
txLatitude()
double
txLongitude()
boolean
variations()
-
-
-
Field Detail
-
Polarization
static final P2001ver3Input.polarization Polarization
-
timePercentage
static final Distribution timePercentage
-
rxLongitude
static final double rxLongitude
- See Also:
- Constant Field Values
-
txLongitude
static final double txLongitude
- See Also:
- Constant Field Values
-
rxLatitude
static final double rxLatitude
- See Also:
- Constant Field Values
-
txLatitude
static final double txLatitude
- See Also:
- Constant Field Values
-
variations
static final boolean variations
- See Also:
- Constant Field Values
-
change
static final UIChangeListener<P2001ver3Input> change
-
-
Method Detail
-
variations
boolean variations()
-
timePercentage
Distribution timePercentage()
-
rxLongitude
double rxLongitude()
-
rxLatitude
double rxLatitude()
-
txLongitude
double txLongitude()
-
txLatitude
double txLatitude()
-
Polarization
P2001ver3Input.polarization Polarization()
-
-