Class EdgeRayIntersectionArea


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

      Constructors 
      Constructor Description
      EdgeRayIntersectionArea​(org.locationtech.jts.geom.Geometry geom0, org.locationtech.jts.geom.Geometry geom1)  
    • Method Summary

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

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

      • EdgeRayIntersectionArea

        public EdgeRayIntersectionArea​(org.locationtech.jts.geom.Geometry geom0,
                                       org.locationtech.jts.geom.Geometry geom1)
    • Method Detail

      • area

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

        public double getArea()