|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.demo.referencing.TransformationCoordinateFilter
public class TransformationCoordinateFilter
A coordinate filter that can be used to tranform each coordinate in a geometry. This is applied to each individual coordinate, so it does not work well when the polygon crosses 180 + central lat or 90 + lat of origin. There are also some problems with projections that have issues with 90 lat.
Constructor Summary | |
---|---|
TransformationCoordinateFilter(org.opengis.referencing.operation.MathTransform transform)
Creates a new instance of TransformationCoordinateFilter |
Method Summary | |
---|---|
void |
filter(com.vividsolutions.jts.geom.Coordinate coordinate)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformationCoordinateFilter(org.opengis.referencing.operation.MathTransform transform)
Method Detail |
---|
public void filter(com.vividsolutions.jts.geom.Coordinate coordinate)
filter
in interface com.vividsolutions.jts.geom.CoordinateFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |