public class TestGMParser
extends org.opentrafficsim.simulationengine.AbstractWrappableAnimation
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
$LastChangedDate: 2015-09-14 01:33:02 +0200 (Mon, 14 Sep 2015) $, @version $Revision: 1401 $, by $Author: averbraeck $,
initial version Oct 17, 2014
Modifier and Type | Class and Description |
---|---|
(package private) class |
TestGMParser.CoordinateTransformRD |
(package private) class |
TestGMParser.TestGMModel
Model to test the GM XML parser.
|
static class |
TestGMParser.WGS84ToRDNewTransform
Copyright (c) 2011 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands.
|
Constructor and Description |
---|
TestGMParser() |
Modifier and Type | Method and Description |
---|---|
String |
description() |
static void |
main(String[] args)
Main program.
|
protected Rectangle2D.Double |
makeAnimationRectangle() |
protected JPanel |
makeCharts() |
protected org.opentrafficsim.core.dsol.OTSModelInterface |
makeModel(org.opentrafficsim.core.gtu.animation.GTUColorer colorer) |
String |
shortName() |
void |
stopTimersThreads() |
public static void main(String[] args) throws nl.tudelft.simulation.dsol.SimRuntimeException
args
- String[]; the command line arguments (not used)nl.tudelft.simulation.dsol.SimRuntimeException
- should never happenpublic final String shortName()
public final String description()
public final void stopTimersThreads()
stopTimersThreads
in interface org.opentrafficsim.simulationengine.WrappableAnimation
stopTimersThreads
in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
protected final JPanel makeCharts()
makeCharts
in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
protected final org.opentrafficsim.core.dsol.OTSModelInterface makeModel(org.opentrafficsim.core.gtu.animation.GTUColorer colorer)
makeModel
in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
protected final Rectangle2D.Double makeAnimationRectangle()
makeAnimationRectangle
in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
Copyright © 2014–2016 Delft University of Technology. All rights reserved.