Package | Description |
---|---|
us.gov.dod.standard.ssrf._3_1 | |
us.gov.dod.standard.ssrf._3_1.location |
Modifier and Type | Method and Description |
---|---|
Set<Point> |
Location.getPoint()
Get the antenna feed point height above the terrain, in metres.
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.withPoint(Point... values)
Set the antenna feed point height above the terrain, in metres.
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.withPoint(Collection<Point> values)
Set the antenna feed point height above the terrain, in metres.
|
Modifier and Type | Method and Description |
---|---|
Point |
Point.withAltitudeMax(Double value)
Set the minimum or nominal height of the point above the terrain (also
known as "above ground level" AGL).
|
Point |
Point.withAltitudeMin(Double value)
Set the minimum or nominal height of the point above the terrain (also
known as "above ground level" AGL).
|
Point |
Point.withExcluded(ListCBO value)
Set "Yes" to indicate that the shape is to be excluded from the set.
|
Point |
Point.withIdx(BigInteger value)
Set the sequential index of a Point within the referenced Location.
|
Point |
Point.withLat(Double value)
Set the geographical latitude in decimal degrees.
|
Point |
Point.withLat(String value)
Set the geographical latitude (degrees, minutes, seconds and hemisphere N
or S) of the Point or center of the Ellipse.
|
Point |
Point.withLon(Double value)
Set the geographical longitude in decimal degrees.
|
Point |
Point.withLon(String value)
Set the geographical longitude (degrees, minutes, seconds, and hemisphere E
or W) of the Point or center of the Ellipse.
|
Point |
Point.withTerrainElevation(Double value)
Set the elevation of the base of the transmitting antenna structure above
Mean Sea Level (MSL).
|
Copyright © 2016 OpenSSRF.org. All rights reserved.