Class GeoPolygonFactory.Edge

java.lang.Object
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.Edge
Enclosing class:
GeoPolygonFactory

private static class GeoPolygonFactory.Edge extends Object
Class representing a single (unused) edge.
  • Field Details

    • plane

      public final SidedPlane plane
      Plane
    • startPoint

      public final GeoPoint startPoint
      Start point
    • endPoint

      public final GeoPoint endPoint
      End point
    • isInternal

      public final boolean isInternal
      Internal edge flag
  • Constructor Details

    • Edge

      public Edge(GeoPoint startPoint, GeoPoint endPoint, SidedPlane plane, boolean isInternal)
      Constructor.
      Parameters:
      startPoint - the edge start point
      endPoint - the edge end point
      plane - the edge plane
      isInternal - true if internal edge
  • Method Details