public class ManeuversXMLUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <M extends LocatedManeuver> |
addLocation(org.dom4j.Element root,
M maneuver) |
static org.dom4j.Element |
addLocation(org.dom4j.Element root,
ManeuverLocation loc) |
static org.dom4j.Element |
addLocation(org.dom4j.Element root,
ManeuverLocation loc,
java.lang.String locElementName) |
static <M extends LocatedManeuver> |
addLocation(org.dom4j.Element root,
M maneuver,
java.lang.String locElementName) |
static org.dom4j.Element |
addSpeed(org.dom4j.Element root,
double speed,
Maneuver.SPEED_UNITS units) |
static <M extends Maneuver> |
addSpeed(org.dom4j.Element root,
M maneuver) |
static org.dom4j.Document |
createBaseDoc(java.lang.String rootElementName) |
static ManeuverLocation |
parseLocation(org.dom4j.Element root) |
static <M extends LocatedManeuver> |
parseLocation(org.dom4j.Element root,
M maneuver) |
static <M extends LocatedManeuver> |
parseLocation(org.dom4j.Element root,
M maneuver,
java.lang.String locElementName) |
static ManeuverLocation |
parseLocation(org.dom4j.Element root,
java.lang.String locElementName) |
static double |
parseSpeed(org.dom4j.Element root) |
static <M extends Maneuver> |
parseSpeed(org.dom4j.Element root,
M maneuver) |
static Maneuver.SPEED_UNITS |
parseSpeedUnits(org.dom4j.Element root) |
public static org.dom4j.Document createBaseDoc(java.lang.String rootElementName)
public static <M extends LocatedManeuver> org.dom4j.Element addLocation(org.dom4j.Element root, M maneuver)
public static <M extends LocatedManeuver> org.dom4j.Element addLocation(org.dom4j.Element root, M maneuver, java.lang.String locElementName)
public static org.dom4j.Element addLocation(org.dom4j.Element root,
ManeuverLocation loc)
public static org.dom4j.Element addLocation(org.dom4j.Element root,
ManeuverLocation loc,
java.lang.String locElementName)
public static <M extends LocatedManeuver> ManeuverLocation parseLocation(org.dom4j.Element root, M maneuver, java.lang.String locElementName)
public static <M extends LocatedManeuver> ManeuverLocation parseLocation(org.dom4j.Element root, M maneuver)
public static ManeuverLocation parseLocation(org.dom4j.Element root)
public static ManeuverLocation parseLocation(org.dom4j.Element root, java.lang.String locElementName)
public static <M extends Maneuver> org.dom4j.Element addSpeed(org.dom4j.Element root, M maneuver) throws java.lang.Exception
java.lang.Exceptionpublic static org.dom4j.Element addSpeed(org.dom4j.Element root,
double speed,
Maneuver.SPEED_UNITS units)
public static double parseSpeed(org.dom4j.Element root)
public static Maneuver.SPEED_UNITS parseSpeedUnits(org.dom4j.Element root)
public static <M extends Maneuver> double parseSpeed(org.dom4j.Element root, M maneuver) throws java.lang.Exception
java.lang.ExceptionCopyright © 2004-2016 FEUP-LSTS and Neptus developers. All Rights Reserved.