Class ClipFunctions


  • public class ClipFunctions
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ClipFunctions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.locationtech.jts.geom.Geometry clipByIntersection​(org.locationtech.jts.geom.Geometry geom, org.locationtech.jts.geom.Geometry rectangle)  
      static org.locationtech.jts.geom.Geometry clipByIntersectionOpt​(org.locationtech.jts.geom.Geometry geom, org.locationtech.jts.geom.Geometry rectangle)  
      static org.locationtech.jts.geom.Geometry clipPoly​(org.locationtech.jts.geom.Geometry geom, org.locationtech.jts.geom.Geometry rectangle)  
      static org.locationtech.jts.geom.Geometry clipPolyPrecise​(org.locationtech.jts.geom.Geometry geom, org.locationtech.jts.geom.Geometry rectangle, double scaleFactor)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClipFunctions

        public ClipFunctions()
    • Method Detail

      • clipPoly

        public static org.locationtech.jts.geom.Geometry clipPoly​(org.locationtech.jts.geom.Geometry geom,
                                                                  org.locationtech.jts.geom.Geometry rectangle)
      • clipPolyPrecise

        public static org.locationtech.jts.geom.Geometry clipPolyPrecise​(org.locationtech.jts.geom.Geometry geom,
                                                                         org.locationtech.jts.geom.Geometry rectangle,
                                                                         double scaleFactor)
      • clipByIntersection

        public static org.locationtech.jts.geom.Geometry clipByIntersection​(org.locationtech.jts.geom.Geometry geom,
                                                                            org.locationtech.jts.geom.Geometry rectangle)
      • clipByIntersectionOpt

        public static org.locationtech.jts.geom.Geometry clipByIntersectionOpt​(org.locationtech.jts.geom.Geometry geom,
                                                                               org.locationtech.jts.geom.Geometry rectangle)