Uses of Interface
org.apache.lucene.spatial3d.geom.GeoStandardPath.PathComponent
-
Packages that use GeoStandardPath.PathComponent Package Description org.apache.lucene.spatial3d.geom Shapes implemented using 3D planar geometry. -
-
Uses of GeoStandardPath.PathComponent in org.apache.lucene.spatial3d.geom
Subinterfaces of GeoStandardPath.PathComponent in org.apache.lucene.spatial3d.geom Modifier and Type Interface Description private static interface
GeoStandardPath.SegmentEndpoint
Internal interface describing segment endpoint implementations.Classes in org.apache.lucene.spatial3d.geom that implement GeoStandardPath.PathComponent Modifier and Type Class Description private static class
GeoStandardPath.BaseSegmentEndpoint
Base implementation of SegmentEndpointprivate static class
GeoStandardPath.CircleSegmentEndpoint
Endpoint that's a simple circle.private static class
GeoStandardPath.CutoffDualCircleSegmentEndpoint
Endpoint that's a dual circle with cutoff(s).private static class
GeoStandardPath.CutoffSingleCircleSegmentEndpoint
Endpoint that's a single circle with cutoff(s).private static class
GeoStandardPath.PathNode
private static class
GeoStandardPath.PathSegment
This is the pre-calculated data for a path segment.Fields in org.apache.lucene.spatial3d.geom declared as GeoStandardPath.PathComponent Modifier and Type Field Description protected GeoStandardPath.PathComponent
GeoStandardPath.PathNode. child1
protected GeoStandardPath.PathComponent
GeoStandardPath.PathNode. child2
protected GeoStandardPath.PathComponent
GeoStandardPath.BaseSegmentEndpoint. previous
The previous path elementGeoStandardPath.PathComponent
GeoStandardPath.PathSegment. previous
Previous path componentprotected GeoStandardPath.PathComponent
GeoStandardPath. rootComponent
The b-tree of PathComponentsFields in org.apache.lucene.spatial3d.geom with type parameters of type GeoStandardPath.PathComponent Modifier and Type Field Description private java.util.List<GeoStandardPath.PathComponent>
GeoStandardPath.TreeBuilder. componentStack
Methods in org.apache.lucene.spatial3d.geom that return GeoStandardPath.PathComponent Modifier and Type Method Description GeoStandardPath.PathComponent
GeoStandardPath.TreeBuilder. getRoot()
Methods in org.apache.lucene.spatial3d.geom with parameters of type GeoStandardPath.PathComponent Modifier and Type Method Description void
GeoStandardPath.TreeBuilder. addComponent(GeoStandardPath.PathComponent component)
-