Uses of Class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.Edge
Packages that use GeoComplexPolygon.Edge
-
Uses of GeoComplexPolygon.Edge in org.apache.lucene.spatial3d.geom
Fields in org.apache.lucene.spatial3d.geom declared as GeoComplexPolygon.EdgeModifier and TypeFieldDescriptionfinal GeoComplexPolygon.EdgeGeoComplexPolygon.Node.edgeGeoComplexPolygon.Edge.nextprivate final GeoComplexPolygon.Edge[]GeoComplexPolygon.shapeStartEdgesFields in org.apache.lucene.spatial3d.geom with type parameters of type GeoComplexPolygon.EdgeModifier and TypeFieldDescriptionprivate Set<GeoComplexPolygon.Edge> GeoComplexPolygon.DualCrossingEdgeIterator.seenEdgesMethods in org.apache.lucene.spatial3d.geom with parameters of type GeoComplexPolygon.EdgeModifier and TypeMethodDescriptionprivate intGeoComplexPolygon.DualCrossingEdgeIterator.countCrossings(GeoComplexPolygon.Edge edge, Plane travelEnvelopePlane, Membership travelEnvelopeBound1, Membership travelEnvelopeBound2, Plane testPointEnvelopePlane, Membership testPointEnvelopeBound1, Membership testPointEnvelopeBound2) Find the intersections with a pair of envelope planes, and assess those intersections for duplication and for whether they truly describe crossings.private intGeoComplexPolygon.FullLinearCrossingEdgeIterator.countCrossings(GeoComplexPolygon.Edge edge, Plane envelopePlane, Membership envelopeBound) Find the intersections with an envelope plane, and assess those intersections for whether they truly describe crossings.private intGeoComplexPolygon.SectorLinearCrossingEdgeIterator.countCrossings(GeoComplexPolygon.Edge edge, Plane envelopePlane, Membership envelopeBound1, Membership envelopeBound2) Find the intersections with an envelope plane, and assess those intersections for whether they truly describe crossings.private static voidGeoComplexPolygon.fillInEdgeDescription(StringBuilder description, GeoComplexPolygon.Edge startEdge) protected abstract doubleGeoComplexPolygon.Tree.getMaximum(GeoComplexPolygon.Edge edge) Get the maximum value from the edge.protected doubleGeoComplexPolygon.XTree.getMaximum(GeoComplexPolygon.Edge edge) protected doubleGeoComplexPolygon.YTree.getMaximum(GeoComplexPolygon.Edge edge) protected doubleGeoComplexPolygon.ZTree.getMaximum(GeoComplexPolygon.Edge edge) protected abstract doubleGeoComplexPolygon.Tree.getMinimum(GeoComplexPolygon.Edge edge) Get the minimum value from the edge.protected doubleGeoComplexPolygon.XTree.getMinimum(GeoComplexPolygon.Edge edge) protected doubleGeoComplexPolygon.YTree.getMinimum(GeoComplexPolygon.Edge edge) protected doubleGeoComplexPolygon.ZTree.getMinimum(GeoComplexPolygon.Edge edge) booleanGeoComplexPolygon.DualCrossingEdgeIterator.matches(GeoComplexPolygon.Edge edge) booleanGeoComplexPolygon.EdgeIterator.matches(GeoComplexPolygon.Edge edge) booleanGeoComplexPolygon.FullLinearCrossingEdgeIterator.matches(GeoComplexPolygon.Edge edge) booleanGeoComplexPolygon.IntersectorEdgeIterator.matches(GeoComplexPolygon.Edge edge) booleanGeoComplexPolygon.IntersectorShapeIterator.matches(GeoComplexPolygon.Edge edge) booleanGeoComplexPolygon.SectorLinearCrossingEdgeIterator.matches(GeoComplexPolygon.Edge edge) Constructors in org.apache.lucene.spatial3d.geom with parameters of type GeoComplexPolygon.EdgeModifierConstructorDescriptionNode(GeoComplexPolygon.Edge edge, double minimumValue, double maximumValue) Constructor parameters in org.apache.lucene.spatial3d.geom with type arguments of type GeoComplexPolygon.EdgeModifierConstructorDescriptionTree(List<GeoComplexPolygon.Edge> allEdges) Constructor.XTree(List<GeoComplexPolygon.Edge> allEdges) YTree(List<GeoComplexPolygon.Edge> allEdges) ZTree(List<GeoComplexPolygon.Edge> allEdges)