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 classGeoStandardPath.BaseSegmentEndpointBase implementation of SegmentEndpointprivate static classGeoStandardPath.CircleSegmentEndpointEndpoint that's a simple circle.private static classGeoStandardPath.CutoffDualCircleSegmentEndpointEndpoint that's a dual circle with cutoff(s).private static classGeoStandardPath.CutoffSingleCircleSegmentEndpointEndpoint 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. endPointsA list of SegmentEndpoints
-