Uses of Class
org.apache.lucene.spatial3d.geom.GeoStandardPath.BaseSegmentEndpoint
-
Packages that use GeoStandardPath.BaseSegmentEndpoint Package Description org.apache.lucene.spatial3d.geom Shapes implemented using 3D planar geometry. -
-
Uses of GeoStandardPath.BaseSegmentEndpoint in org.apache.lucene.spatial3d.geom
Subclasses of GeoStandardPath.BaseSegmentEndpoint in org.apache.lucene.spatial3d.geom Modifier and Type Class Description private 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).
-