Package org.apache.lucene.spatial3d.geom
Class GeoExactCircle.CircleSlice
- java.lang.Object
-
- org.apache.lucene.spatial3d.geom.GeoExactCircle.CircleSlice
-
- Enclosing class:
- GeoExactCircle
protected static class GeoExactCircle.CircleSlice extends java.lang.Object
A description of a section of circle.
-
-
Field Summary
Fields Modifier and Type Field Description SidedPlane
circlePlane
(package private) GeoPoint[]
notableEdgePoints
SidedPlane
plane1
SidedPlane
plane2
-
Constructor Summary
Constructors Constructor Description CircleSlice(SidedPlane circlePlane, GeoPoint endPoint1, GeoPoint endPoint2, GeoPoint center, GeoPoint check)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
notableEdgePoints
final GeoPoint[] notableEdgePoints
-
circlePlane
public final SidedPlane circlePlane
-
plane1
public final SidedPlane plane1
-
plane2
public final SidedPlane plane2
-
-
Constructor Detail
-
CircleSlice
public CircleSlice(SidedPlane circlePlane, GeoPoint endPoint1, GeoPoint endPoint2, GeoPoint center, GeoPoint check)
-
-