public static class TestGMParser.WGS84ToRDNewTransform extends Object
Copyright (c) 2011 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. The source code and binary code of this software is proprietary information of Delft University of Technology. Specific MathTransform for WGS84 WGS84 (EPSG:4326) to RD_new (EPSG:28992) conversions. Code based on C code by Peter Knoppers as applied here, which is based on this paper.
Modifier and Type | Class and Description |
---|---|
(package private) static class |
TestGMParser.WGS84ToRDNewTransform.Coords |
Constructor and Description |
---|
WGS84ToRDNewTransform() |
Modifier and Type | Method and Description |
---|---|
static void |
transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts) |
Copyright © 2014–2016 Delft University of Technology. All rights reserved.