Class EdgeRayFunctions


  • public class EdgeRayFunctions
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double area​(org.locationtech.jts.geom.Geometry g)  
      static double checkIntersectionArea​(org.locationtech.jts.geom.Geometry geom0, org.locationtech.jts.geom.Geometry geom1)  
      static double intersectionArea​(org.locationtech.jts.geom.Geometry geom0, org.locationtech.jts.geom.Geometry geom1)  
      • Methods inherited from class java.lang.Object

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

      • EdgeRayFunctions

        public EdgeRayFunctions()
    • Method Detail

      • area

        public static double area​(org.locationtech.jts.geom.Geometry g)
      • intersectionArea

        public static double intersectionArea​(org.locationtech.jts.geom.Geometry geom0,
                                              org.locationtech.jts.geom.Geometry geom1)
      • checkIntersectionArea

        public static double checkIntersectionArea​(org.locationtech.jts.geom.Geometry geom0,
                                                   org.locationtech.jts.geom.Geometry geom1)