Modifier and Type | Method and Description |
---|---|
Altitude |
StationConfig.getFeedlineLength()
Get the length of the antenna feed line..
|
Altitude |
StationLoc.getServiceVolumeHeight()
Get the altitude of aeronautical navigational aids, air traffic control
assignments for radio frequencies above 30 MHz, and low-frequency beacons.
|
Modifier and Type | Method and Description |
---|---|
void |
StationConfig.setFeedlineLength(Altitude value)
Set the length of the antenna feed line..
|
void |
StationLoc.setServiceVolumeHeight(Altitude value)
Set the altitude of aeronautical navigational aids, air traffic control
assignments for radio frequencies above 30 MHz, and low-frequency beacons.
|
Modifier and Type | Method and Description |
---|---|
Altitude |
Point.getAltitudeMax()
Get the minimum or nominal height of the point above the terrain (also
known as "above ground level" AGL).
|
Altitude |
Ellipse.getAltitudeMax()
Get the minimum or nominal height of the point above the terrain (also
known as "above ground level" AGL).
|
Altitude |
Polygon.getAltitudeMax()
Get .
|
Altitude |
Point.getAltitudeMin()
Get the minimum or nominal height of the point above the terrain (also
known as "above ground level" AGL)..
|
Altitude |
Ellipse.getAltitudeMin()
Get the minimum or nominal height of the point above the terrain (also
known as "above ground level" AGL)..
|
Altitude |
Polygon.getAltitudeMin()
Get .
|
Altitude |
Point.getTerrainElevation()
Get the elevation of the base of the transmitting antenna structure above
Mean Sea Level (MSL)..
|
Modifier and Type | Method and Description |
---|---|
void |
Point.setAltitudeMax(Altitude value)
Set the minimum or nominal height of the point above the terrain (also
known as "above ground level" AGL).
|
void |
Ellipse.setAltitudeMax(Altitude value)
Set the minimum or nominal height of the point above the terrain (also
known as "above ground level" AGL).
|
void |
Polygon.setAltitudeMax(Altitude value)
Set .
|
void |
Point.setAltitudeMin(Altitude value)
Set the minimum or nominal height of the point above the terrain (also
known as "above ground level" AGL)..
|
void |
Ellipse.setAltitudeMin(Altitude value)
Set the minimum or nominal height of the point above the terrain (also
known as "above ground level" AGL)..
|
void |
Polygon.setAltitudeMin(Altitude value)
Set .
|
void |
Point.setTerrainElevation(Altitude value)
Set the elevation of the base of the transmitting antenna structure above
Mean Sea Level (MSL)..
|
Modifier and Type | Method and Description |
---|---|
int |
Altitude.compareTo(Altitude obj)
Comparison and sorting.
|
Modifier and Type | Method and Description |
---|---|
Altitude |
EndpointLocation.getAntennaHeight()
Get the antenna height above the ground level.
|
Altitude |
EndpointLocation.getSiteElevation()
Get the site elevation of each base station and repeater in a trunking
system..
|
Modifier and Type | Method and Description |
---|---|
void |
EndpointLocation.setAntennaHeight(Altitude value)
Set the antenna height above the ground level.
|
void |
EndpointLocation.setSiteElevation(Altitude value)
Set the site elevation of each base station and repeater in a trunking
system..
|
Copyright © 2016 OpenSSRF.org. All rights reserved.