|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.geometry.jts.spatialschema.geometry.GeometryImpl.MathTransformFilter
public static class GeometryImpl.MathTransformFilter
This class implements JTS's CoordinateFilter interface using a GeoAPI MathTransform object to actually perform the work.
Constructor Summary | |
---|---|
GeometryImpl.MathTransformFilter(org.opengis.referencing.operation.MathTransform transform,
org.opengis.referencing.crs.CoordinateReferenceSystem oldCRS,
org.opengis.referencing.crs.CoordinateReferenceSystem newCRS)
|
Method Summary | |
---|---|
void |
filter(com.vividsolutions.jts.geom.Coordinate coord)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeometryImpl.MathTransformFilter(org.opengis.referencing.operation.MathTransform transform, org.opengis.referencing.crs.CoordinateReferenceSystem oldCRS, org.opengis.referencing.crs.CoordinateReferenceSystem newCRS)
Method Detail |
---|
public void filter(com.vividsolutions.jts.geom.Coordinate coord)
filter
in interface com.vividsolutions.jts.geom.CoordinateFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |