Package org.h2gis.functions.spatial.crs
Class ST_Transform.CRSTransformFilter
- java.lang.Object
-
- org.h2gis.functions.spatial.crs.ST_Transform.CRSTransformFilter
-
- All Implemented Interfaces:
org.locationtech.jts.geom.CoordinateFilter
- Enclosing class:
- ST_Transform
public static class ST_Transform.CRSTransformFilter extends Object implements org.locationtech.jts.geom.CoordinateFilter
This method is used to apply aCoordinateOperationto a geometry. The transformation loops on each coordinate.
-
-
Constructor Summary
Constructors Constructor Description CRSTransformFilter(org.cts.op.CoordinateOperation coordinateOperation)
-