public class ManeuverLocation extends LocationType
| Modifier and Type | Class and Description |
|---|---|
static class |
ManeuverLocation.Z_UNITS |
| Modifier and Type | Field and Description |
|---|---|
protected double |
z |
protected ManeuverLocation.Z_UNITS |
zUnits |
ABSOLUTE_ZERO, azimuth, DEFAULT_ROOT_ELEMENT, FEUP, id, latitude, longitude, name, offsetDistance, ONE_LAT_DEGREE, zenith| Constructor and Description |
|---|
ManeuverLocation() |
ManeuverLocation(LocationType loc) |
| Modifier and Type | Method and Description |
|---|---|
org.dom4j.Document |
asDocument(java.lang.String rootElementName) |
ManeuverLocation |
clone() |
double |
getZ() |
ManeuverLocation.Z_UNITS |
getZUnits() |
boolean |
load(org.dom4j.Document doc) |
static void |
main(java.lang.String[] args) |
void |
setZ(double z) |
void |
setZUnits(ManeuverLocation.Z_UNITS zUnits) |
asDocument, asElement, asElement, asGPXRoutePoint, asGPXWaypointElement, asGPXWaypointElement, asXML, asXML, compareTo, convertToAbsoluteLatLonDepth, equals, fromClipboardText, getAbsoluteLatLonDepth, getAbsoluteNEDInMeters, getAllZ, getAzimuth, getClipboardText, getDebugString, getDepth, getDistanceInMeters, getDistanceInPixelTo, getHeight, getHorizontalDistanceInMeters, getId, getLatitude, getLatitudeAsDoubleValue, getLatitudeAsDoubleValueRads, getLatitudeAsPrettyString, getLongitude, getLongitudeAsDoubleValue, getLongitudeAsDoubleValueRads, getLongitudeAsPrettyString, getName, getNewAbsoluteLatLonDepth, getOffsetDistance, getOffsetDown, getOffsetEast, getOffsetFrom, getOffsetNorth, getOffsetSouth, getOffsetUp, getOffsetWest, getPixelDistanceTo, getPointInPixel, getXYAngle, getXYDistanceToLine, getZenith, isLocationEqual, isOffsetEastUsed, isOffsetNorthUsed, isOffsetUpUsed, load, load, LocationTypeTest, makeTotalDepthZero, setAbsoluteDepth, setAzimuth, setDepth, setHeight, setId, setLatitude, setLatitude, setLatitudeRads, setLocation, setLocationByPixel, setLongitude, setLongitude, setLongitudeRads, setName, setOffsetDistance, setOffsetDown, setOffsetDown, setOffsetEast, setOffsetEast, setOffsetEastUsed, setOffsetNorth, setOffsetNorth, setOffsetNorthUsed, setOffsetSouth, setOffsetSouth, setOffsetUp, setOffsetUp, setOffsetUpUsed, setOffsetWest, setOffsetWest, setZenith, toString, translateInPixel, translatePosition, translatePosition, valueOfprotected double z
protected ManeuverLocation.Z_UNITS zUnits
public ManeuverLocation()
public ManeuverLocation(LocationType loc)
public double getZ()
public void setZ(double z)
z - the z to setpublic ManeuverLocation.Z_UNITS getZUnits()
public void setZUnits(ManeuverLocation.Z_UNITS zUnits)
zUnits - the zUnits to setpublic ManeuverLocation clone()
clone in class LocationTypepublic org.dom4j.Document asDocument(java.lang.String rootElementName)
asDocument in interface XmlOutputMethodsasDocument in class LocationTypepublic boolean load(org.dom4j.Document doc)
load in class LocationTypepublic static void main(java.lang.String[] args)
Copyright © 2004-2013 FEUP-LSTS and Neptus developers. All Rights Reserved.