Package org.apache.lucene.spatial3d.geom
Class GeoComplexPolygon.Edge
java.lang.Object
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.Edge
- Enclosing class:
- GeoComplexPolygon
An instance of this class describes a single edge, and includes what is necessary to reliably
determine intersection in the context of the even/odd algorithm used.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal SidedPlane
final SidedPlane
final GeoPoint
final GeoPoint[]
final Plane
final XYZBounds
final SidedPlane
final GeoPoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isWithin
(double thePointX, double thePointY, double thePointZ)
-
Field Details
-
startPoint
-
endPoint
-
notablePoints
-
startPlane
-
endPlane
-
backingPlane
-
plane
-
planeBounds
-
next
-
-
Constructor Details
-
Edge
-
-
Method Details
-
isWithin
public boolean isWithin(double thePointX, double thePointY, double thePointZ)
-