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 a
CoordinateOperation to a geometry.
The transformation loops on each coordinate.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CRSTransformFilter
public CRSTransformFilter(org.cts.op.CoordinateOperation coordinateOperation)
-
-
Method Details
-
filter
public void filter(org.locationtech.jts.geom.Coordinate coord) - Specified by:
filterin interfaceorg.locationtech.jts.geom.CoordinateFilter
-