Class ClipFunctions

java.lang.Object
org.locationtech.jtslab.ClipFunctions

public class ClipFunctions extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Object

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

    • ClipFunctions

      public ClipFunctions()
  • Method Details

    • 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)