Uses of Interface
org.apache.lucene.spatial3d.geom.GeoStandardPath.SegmentEndpoint
-
Packages that use GeoStandardPath.SegmentEndpoint Package Description org.apache.lucene.spatial3d.geom Shapes implemented using 3D planar geometry. -
-
Uses of GeoStandardPath.SegmentEndpoint in org.apache.lucene.spatial3d.geom
Classes in org.apache.lucene.spatial3d.geom that implement GeoStandardPath.SegmentEndpoint 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).Fields in org.apache.lucene.spatial3d.geom with type parameters of type GeoStandardPath.SegmentEndpoint Modifier and Type Field Description protected java.util.List<GeoStandardPath.SegmentEndpoint>
GeoStandardPath. endPoints
A list of SegmentEndpoints
-