Class EdgeRayIntersectionArea

java.lang.Object
org.locationtech.jtslab.edgeray.EdgeRayIntersectionArea

public class EdgeRayIntersectionArea extends Object
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    static double
    area(org.locationtech.jts.geom.Geometry geom0, org.locationtech.jts.geom.Geometry geom1)
     
    double
     

    Methods inherited from class Object

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

    • EdgeRayIntersectionArea

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

    • area

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

      public double getArea()