Package | Description |
---|---|
us.gov.dod.standard.ssrf._3_1 | |
us.gov.dod.standard.ssrf._3_1.location |
Modifier and Type | Method and Description |
---|---|
Set<Ellipse> |
Location.getEllipse()
Get the Ellipse
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.withEllipse(Ellipse... values)
Set the Ellipse
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.withEllipse(Collection<Ellipse> values)
Set the Ellipse
|
Modifier and Type | Method and Description |
---|---|
Ellipse |
Ellipse.withAltitudeMax(Double value)
Set the minimum or nominal height of the point above the terrain (also
known as "above ground level" AGL).
|
Ellipse |
Ellipse.withAltitudeMin(Double value)
Set the minimum or nominal height of the point above the terrain (also
known as "above ground level" AGL).
|
Ellipse |
Ellipse.withAzimuth(Double value)
Set the angle of the semi-major axis in the horizontal plane, measured from
true North.
|
Ellipse |
Ellipse.withExcluded(ListCBO value)
Set "Yes" to indicate that the shape is to be excluded from the set.
|
Ellipse |
Ellipse.withIdx(BigInteger value)
Set a unique integer index for the current ellipse within the geometric
shape.
|
Ellipse |
Ellipse.withLat(Double value)
Set the geographical latitude in decimal degrees.
|
Ellipse |
Ellipse.withLat(String value)
Set the geographical latitude (degrees, minutes, seconds and hemisphere N
or S) of the Point or center of the Ellipse.
|
Ellipse |
Ellipse.withLon(Double value)
Set the geographical longitude in decimal degrees.
|
Ellipse |
Ellipse.withLon(String value)
Set the geographical longitude (degrees, minutes, seconds, and hemisphere E
or W) of the Point or center of the Ellipse.
|
Ellipse |
Ellipse.withSemiMajorAxis(Double value)
Set the length of the semi-major axis of the ellipse.
|
Ellipse |
Ellipse.withSemiMinorAxis(Double value)
Set the length of the semi-minor axis of the ellipse.
|
Copyright © 2016 OpenSSRF.org. All rights reserved.