Package org.opentrafficsim.core.gis
Class RDTests
- java.lang.Object
-
- org.opentrafficsim.core.gis.RDTests
-
public class RDTests extends Object
Test the Dutch RD to and from WGS84 transformations.Copyright (c) 2013-2022 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version Oct 30, 2018
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Constructor Summary
Constructors Constructor Description RDTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
forwardReverseCompare(String description, Point2D rdIn)
Perform conversion to WGS84 and back and compare the results.void
testMain()
Test the transformations.
-
-
-
Method Detail
-
forwardReverseCompare
final void forwardReverseCompare(String description, Point2D rdIn)
Perform conversion to WGS84 and back and compare the results.- Parameters:
description
- String; description of the testrdIn
- Point2D; location to test
-
testMain
public final void testMain()
Test the transformations.
-
-