Class GeometryGraphOperation

java.lang.Object
org.locationtech.jts.operation.GeometryGraphOperation
Direct Known Subclasses:
OverlayOp, RelateOp

public class GeometryGraphOperation extends Object
The base class for operations that require GeometryGraphs.
Version:
1.7
  • Field Details

    • li

      protected final LineIntersector li
    • resultPrecisionModel

      protected PrecisionModel resultPrecisionModel
    • arg

      protected GeometryGraph[] arg
      The operation args into an array so they can be accessed by index
  • Constructor Details

  • Method Details

    • getArgGeometry

      public Geometry getArgGeometry(int i)
    • setComputationPrecision

      protected void setComputationPrecision(PrecisionModel pm)