org.deegree.tools.srs
Class PolynomialParameterCreator
java.lang.Object
org.deegree.tools.srs.PolynomialParameterCreator
public class PolynomialParameterCreator
- extends java.lang.Object
PolynomialParameterCreator
allows for the calculation of a
- Version:
- $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Rutger Bezema, last edited by: $Author: mschneider $
Constructor Summary |
PolynomialParameterCreator(java.io.File sourceFile,
java.io.File targetFile,
java.lang.String seperator,
CoordinateSystem source,
CoordinateSystem target,
java.lang.String transformationClass,
int order)
Simple constructor which reads coordinate pairs from a different files (using the separator) and stores them in a
list. |
Method Summary |
static void |
main(java.lang.String[] args)
a starter method to test the quality of projections. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolynomialParameterCreator
public PolynomialParameterCreator(java.io.File sourceFile,
java.io.File targetFile,
java.lang.String seperator,
CoordinateSystem source,
CoordinateSystem target,
java.lang.String transformationClass,
int order)
throws java.io.IOException
- Simple constructor which reads coordinate pairs from a different files (using the separator) and stores them in a
list.
- Parameters:
sourceFile
- to read the source coordinates fromtargetFile
- to read the target coordinates from.seperator
- which separates the coordinates (e.g. ; or , )source
- the source crs in which the first read points are giventarget
- the target crs in which the read points are defined.transformationClass
- to useorder
- of the polynomial.
- Throws:
java.io.IOException
- if the file could not be read.
main
public static void main(java.lang.String[] args)
- a starter method to test the quality of projections.
- Parameters:
args
-
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org