|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.pointmodel.Position
faa.tg.atcview.display.DisplayCenter
public class DisplayCenter
This class defines DisplayCenter which is the center of the display.See the source: DisplayCenter.java
| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID. |
| Fields inherited from class faa.tg.pointmodel.Position |
|---|
ZERO |
| Constructor Summary | |
|---|---|
DisplayCenter(Latitude lat,
Longitude lon)
Constructs a DisplayCenter at a specified latitude and longitude, for an altitude of zero. |
|
DisplayCenter(Position position)
Constructs a DisplayCenter at a specified Position. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns a string representation of this object. |
Element |
toXml()
|
| Methods inherited from class faa.tg.pointmodel.Position |
|---|
bearingTo, calcGeoCenter, calcNED_VelocityVector, createPositionList, equals, equalsLatLon, getAltitude, getLatitude, getLongitude, getPointOfIntercept, getX, getY, greatCircleDistTo, greatCircleDistTo, horizSeparation, linearDistTo, main, rhumbLineDistTo, rhumbLineHeadingTo, toDraText, toDraTextXY, toLatLonString, toLatLonText, toText, vectorTo, vertSeparation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CVS_VERSION_ID
| Constructor Detail |
|---|
public DisplayCenter(Latitude lat,
Longitude lon)
public DisplayCenter(Position position)
| Method Detail |
|---|
public Element toXml()
public java.lang.String toString()
Position
toString in class Position
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||