org.geotools.geometry.jts.spatialschema.geometry
Class GeometryImpl.MathTransformFilter

java.lang.Object
  extended by org.geotools.geometry.jts.spatialschema.geometry.GeometryImpl.MathTransformFilter
All Implemented Interfaces:
com.vividsolutions.jts.geom.CoordinateFilter
Enclosing class:
GeometryImpl

public static class GeometryImpl.MathTransformFilter
extends java.lang.Object
implements com.vividsolutions.jts.geom.CoordinateFilter

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

GeometryImpl.MathTransformFilter

public GeometryImpl.MathTransformFilter(org.opengis.referencing.operation.MathTransform transform,
                                        org.opengis.referencing.crs.CoordinateReferenceSystem oldCRS,
                                        org.opengis.referencing.crs.CoordinateReferenceSystem newCRS)
Method Detail

filter

public void filter(com.vividsolutions.jts.geom.Coordinate coord)
Specified by:
filter in interface com.vividsolutions.jts.geom.CoordinateFilter


Copyright © 1996-2010 Geotools. All Rights Reserved.