org.deegree.tools.crs
Class PolynomialParameterCreator
java.lang.Object
org.deegree.tools.crs.PolynomialParameterCreator
public class PolynomialParameterCreator
- extends Object
PolynomialParameterCreator
allows for the calculation of a
- Version:
- $Revision: 10987 $, $Date: 2008-04-09 16:49:52 +0200 (Mi, 09 Apr 2008) $
- Author:
- Rutger Bezema, last edited by: $Author: rbezema $
Constructor Summary |
PolynomialParameterCreator(File sourceFile,
File targetFile,
String seperator,
ICRS source,
ICRS target,
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(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(File sourceFile,
File targetFile,
String seperator,
ICRS source,
ICRS target,
String transformationClass,
int order)
throws 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:
IOException
- if the file could not be read.
main
public static void main(String[] args)
- a starter method to test the quality of projections.
- Parameters:
args
-
Copyright © 2011. All Rights Reserved.