public class CoordinateTransformWGS84toRDNew extends Object implements nl.javel.gisbeans.io.esri.CoordinateTransform, Serializable
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Constructor and Description |
---|
CoordinateTransformWGS84toRDNew(double dx,
double dy) |
Modifier and Type | Method and Description |
---|---|
double[] |
doubleTransform(double x,
double y) |
float[] |
floatTransform(double x,
double y) |
String |
toString() |
public CoordinateTransformWGS84toRDNew(double dx, double dy)
dx
- the coordinate shift dx w.r.t. the origin if not in Amersfoort. dx will be subtracted from each RD.x coordinatedy
- the coordinate shift dy w.r.t. the origin if not in Amersfoort. dy will be subtracted from each RD.y coordinatepublic final float[] floatTransform(double x, double y)
floatTransform
in interface nl.javel.gisbeans.io.esri.CoordinateTransform
public final double[] doubleTransform(double x, double y)
doubleTransform
in interface nl.javel.gisbeans.io.esri.CoordinateTransform
Copyright © 2014–2018 Delft University of Technology. All rights reserved.