Module org.apache.lucene.spatial3d
Package org.apache.lucene.spatial3d.geom
Class GeoPolygonFactory.Edge
java.lang.Object
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.Edge
- Enclosing class:
GeoPolygonFactory
Class representing a single (unused) edge.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal GeoPoint
End pointfinal boolean
Internal edge flagfinal SidedPlane
Planefinal GeoPoint
Start point -
Constructor Summary
ConstructorsConstructorDescriptionEdge
(GeoPoint startPoint, GeoPoint endPoint, SidedPlane plane, boolean isInternal) Constructor. -
Method Summary
-
Field Details
-
plane
Plane -
startPoint
Start point -
endPoint
End point -
isInternal
public final boolean isInternalInternal edge flag
-
-
Constructor Details
-
Edge
Constructor.- Parameters:
startPoint
- the edge start pointendPoint
- the edge end pointplane
- the edge planeisInternal
- true if internal edge
-
-
Method Details