public class TrajectoryXmlWriter
extends java.lang.Object
| Constructor and Description |
|---|
TrajectoryXmlWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTrajectoryToFile(Trajectory<?> trajectory,
java.lang.String fileURI)
Writes supplied
Trajectory to the specified XML file. |
static void |
writeXml(Trajectory<?> trajectory,
java.lang.String fileURI)
Writes supplied
Trajectory to the specified XML file. |
public static void writeXml(Trajectory<?> trajectory, java.lang.String fileURI) throws java.io.IOException
Trajectory to the specified XML file.trajectory - The Trajectory to outputfileURI - String URI of output filejava.io.IOException - error writing to fileURIpublic void writeTrajectoryToFile(Trajectory<?> trajectory, java.lang.String fileURI) throws java.io.IOException
Trajectory to the specified XML file.trajectory - Probe to write to XML filefileURI - String URI of XML output filejava.io.IOException - error writing to fileURI