|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.soldin.gt2jump.cts.CoordinateTransformFilter
Class CoordinateTransformFilter is a utility for transforming
coordinates between coordinatesystems.
| Constructor Summary | |
CoordinateTransformFilter(org.geotools.cs.CoordinateSystem src,
org.geotools.cs.CoordinateSystem trg)
Creates a new Filter. |
|
CoordinateTransformFilter(String src_wkt,
String trg_wkt)
Creates a new Filter. |
|
| Method Summary | |
void |
filter(com.vividsolutions.jts.geom.Coordinate coord)
Actually modifies the given coordinate |
boolean |
isYx()
This is just a workaround. |
void |
setYx(boolean b)
Activate the workaround isYx(). |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CoordinateTransformFilter(String src_wkt,
String trg_wkt)
throws org.geotools.ct.CannotCreateTransformException,
org.geotools.cs.FactoryException
src_wkt - the source cs as WKT-stringtrg_wkt - the target cs as WKT-string
org.geotools.ct.CannotCreateTransformException
org.geotools.cs.FactoryException
public CoordinateTransformFilter(org.geotools.cs.CoordinateSystem src,
org.geotools.cs.CoordinateSystem trg)
throws org.geotools.ct.CannotCreateTransformException
src - the source cstrg - the target cs
org.geotools.ct.CannotCreateTransformException| Method Detail |
public void filter(com.vividsolutions.jts.geom.Coordinate coord)
filter in interface com.vividsolutions.jts.geom.CoordinateFilterCoordinateFilter.filter(com.vividsolutions.jts.geom.Coordinate)public boolean isYx()
cs.conf file.
public void setYx(boolean b)
isYx().
b -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||