Package org.opentrafficsim.core.gis
Class RDTests
java.lang.Object
org.opentrafficsim.core.gis.RDTests
Test the Dutch RD to and from WGS84 transformations.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) final void
forwardReverseCompare
(String description, Point2D rdIn) Perform conversion to WGS84 and back and compare the results.final void
testMain()
Test the transformations.
-
Constructor Details
-
RDTests
public RDTests()
-
-
Method Details
-
forwardReverseCompare
Perform conversion to WGS84 and back and compare the results.- Parameters:
description
- String; description of the testrdIn
- Point2D; location to test
-
testMain
@Test public final void testMain()Test the transformations.
-