|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.tools.crs.CoordinateTransform
@Tool(value="Convert a point or a list of points from one SRS to another.") public class CoordinateTransform
The DemoCRSTransform
is a sa(i)mple application for using deegree coordinate systems and their
transformations.
Constructor Summary | |
---|---|
CoordinateTransform(ICRS sourceCRS,
ICRS targetCRS)
Construct a demo crs with following coordinate systems. |
Method Summary | |
---|---|
void |
doTransform(double[] coordinate,
boolean withInverse)
This method transforms the given coordinate (in the sourceCRS) into a coordinate of the targetCRS and back. |
static void |
main(String[] args)
a starter method to transform a given point or a serie of points read from a file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoordinateTransform(ICRS sourceCRS, ICRS targetCRS)
sourceCRS
- targetCRS
- Method Detail |
---|
public void doTransform(double[] coordinate, boolean withInverse) throws IllegalArgumentException, TransformationException, UnknownCRSException
coordinate
- to be transformed.withInverse
- true if the inverse has to be calculated.
TransformationException
IllegalArgumentException
UnknownCRSException
public static void main(String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |