Class 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 Detail

      • CRSTransformFilter

        public CRSTransformFilter​(org.cts.op.CoordinateOperation coordinateOperation)
    • Method Detail

      • filter

        public void filter​(org.locationtech.jts.geom.Coordinate coord)
        Specified by:
        filter in interface org.locationtech.jts.geom.CoordinateFilter