class org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint implements org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint
  super_class: java.lang.Object
{
  protected final org.apache.lucene.spatial3d.geom.GeoPoint point;
    descriptor: Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected static final org.apache.lucene.spatial3d.geom.Membership[] NO_MEMBERSHIP;
    descriptor: [Lorg/apache/lucene/spatial3d/geom/Membership;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 557
            iconst_0
            anewarray org.apache.lucene.spatial3d.geom.Membership
            putstatic org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.NO_MEMBERSHIP:[Lorg/apache/lucene/spatial3d/geom/Membership;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.lucene.spatial3d.geom.GeoPoint);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoPoint point
         0: .line 559
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 560
            aload 0 /* this */
            aload 1 /* point */
            putfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         2: .line 561
            return
        end local 1 // org.apache.lucene.spatial3d.geom.GeoPoint point
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
            0    3     1  point  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    MethodParameters:
       Name  Flags
      point  final

  public boolean isWithin(org.apache.lucene.spatial3d.geom.Vector);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Vector;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
        start local 1 // org.apache.lucene.spatial3d.geom.Vector point
         0: .line 565
            iconst_0
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.Vector point
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
            0    1     1  point  Lorg/apache/lucene/spatial3d/geom/Vector;
    MethodParameters:
       Name  Flags
      point  final

  public boolean isWithin(double, double, double);
    descriptor: (DDD)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=7, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 570
            iconst_0
            ireturn
        end local 5 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
            0    1     1     x  D
            0    1     3     y  D
            0    1     5     z  D
    MethodParameters:
      Name  Flags
      x     final
      y     final
      z     final

  public double pathDeltaDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=10, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
        start local 1 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        start local 2 // double x
        start local 4 // double y
        start local 6 // double z
         0: .line 575
            aload 0 /* this */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.isWithin:(DDD)Z
            ifne 2
         1: .line 576
            ldc Infinity
            dreturn
         2: .line 577
      StackMap locals:
      StackMap stack:
            aload 1 /* distanceStyle */
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.computeDistance:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;DDD)D
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.toAggregationForm:(D)D
            dstore 8 /* theDistance */
        start local 8 // double theDistance
         3: .line 578
            aload 1 /* distanceStyle */
            dload 8 /* theDistance */
            dload 8 /* theDistance */
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.aggregateDistances:(DD)D
            dreturn
        end local 8 // double theDistance
        end local 6 // double z
        end local 4 // double y
        end local 2 // double x
        end local 1 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
            0    4     1  distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0    4     2              x  D
            0    4     4              y  D
            0    4     6              z  D
            3    4     8    theDistance  D
    MethodParameters:
               Name  Flags
      distanceStyle  final
      x              final
      y              final
      z              final

  public double pathDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
        start local 1 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        start local 2 // double x
        start local 4 // double y
        start local 6 // double z
         0: .line 583
            aload 0 /* this */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.isWithin:(DDD)Z
            ifne 2
         1: .line 584
            ldc Infinity
            dreturn
         2: .line 585
      StackMap locals:
      StackMap stack:
            aload 1 /* distanceStyle */
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.computeDistance:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;DDD)D
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.toAggregationForm:(D)D
            dreturn
        end local 6 // double z
        end local 4 // double y
        end local 2 // double x
        end local 1 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
            0    3     1  distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0    3     2              x  D
            0    3     4              y  D
            0    3     6              z  D
    MethodParameters:
               Name  Flags
      distanceStyle  final
      x              final
      y              final
      z              final

  public double nearestPathDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
        start local 1 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        start local 2 // double x
        start local 4 // double y
        start local 6 // double z
         0: .line 590
            aload 1 /* distanceStyle */
            dconst_0
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.toAggregationForm:(D)D
            dreturn
        end local 6 // double z
        end local 4 // double y
        end local 2 // double x
        end local 1 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
            0    1     1  distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0    1     2              x  D
            0    1     4              y  D
            0    1     6              z  D
    MethodParameters:
               Name  Flags
      distanceStyle  final
      x              final
      y              final
      z              final

  public double pathCenterDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
        start local 1 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        start local 2 // double x
        start local 4 // double y
        start local 6 // double z
         0: .line 595
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.computeDistance:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;DDD)D
            dreturn
        end local 6 // double z
        end local 4 // double y
        end local 2 // double x
        end local 1 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
            0    1     1  distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0    1     2              x  D
            0    1     4              y  D
            0    1     6              z  D
    MethodParameters:
               Name  Flags
      distanceStyle  final
      x              final
      y              final
      z              final

  public double outsideDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
        start local 1 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        start local 2 // double x
        start local 4 // double y
        start local 6 // double z
         0: .line 600
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.computeDistance:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;DDD)D
            dreturn
        end local 6 // double z
        end local 4 // double y
        end local 2 // double x
        end local 1 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
            0    1     1  distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0    1     2              x  D
            0    1     4              y  D
            0    1     6              z  D
    MethodParameters:
               Name  Flags
      distanceStyle  final
      x              final
      y              final
      z              final

  public boolean intersects(org.apache.lucene.spatial3d.geom.PlanetModel, org.apache.lucene.spatial3d.geom.Plane, org.apache.lucene.spatial3d.geom.GeoPoint[], org.apache.lucene.spatial3d.geom.Membership[]);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/Membership;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // org.apache.lucene.spatial3d.geom.Plane p
        start local 3 // org.apache.lucene.spatial3d.geom.GeoPoint[] notablePoints
        start local 4 // org.apache.lucene.spatial3d.geom.Membership[] bounds
         0: .line 605
            iconst_0
            ireturn
        end local 4 // org.apache.lucene.spatial3d.geom.Membership[] bounds
        end local 3 // org.apache.lucene.spatial3d.geom.GeoPoint[] notablePoints
        end local 2 // org.apache.lucene.spatial3d.geom.Plane p
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
            0    1     1    planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    1     2              p  Lorg/apache/lucene/spatial3d/geom/Plane;
            0    1     3  notablePoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            0    1     4         bounds  [Lorg/apache/lucene/spatial3d/geom/Membership;
    MethodParameters:
               Name  Flags
      planetModel    final
      p              final
      notablePoints  final
      bounds         final

  public boolean intersects(org.apache.lucene.spatial3d.geom.GeoShape);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
         0: .line 610
            iconst_0
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
            0    1     1  geoShape  Lorg/apache/lucene/spatial3d/geom/GeoShape;
    MethodParameters:
          Name  Flags
      geoShape  final

  public void getBounds(org.apache.lucene.spatial3d.geom.PlanetModel, org.apache.lucene.spatial3d.geom.Bounds);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Bounds;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // org.apache.lucene.spatial3d.geom.Bounds bounds
         0: .line 615
            aload 2 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.addPoint:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;)Lorg/apache/lucene/spatial3d/geom/Bounds;
            pop
         1: .line 616
            return
        end local 2 // org.apache.lucene.spatial3d.geom.Bounds bounds
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
            0    2     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    2     2       bounds  Lorg/apache/lucene/spatial3d/geom/Bounds;
    MethodParameters:
             Name  Flags
      planetModel  final
      bounds       

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
        start local 1 // java.lang.Object o
         0: .line 620
            aload 1 /* o */
            instanceof org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint
            ifne 2
         1: .line 621
            iconst_0
            ireturn
         2: .line 622
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint
            astore 2 /* other */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint other
         3: .line 623
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint other
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
            0    4     1      o  Ljava/lang/Object;
            3    4     2  other  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
    MethodParameters:
      Name  Flags
      o     final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
         0: .line 628
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.hashCode:()I
            ireturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
         0: .line 633
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
}
SourceFile: "GeoStandardPath.java"
NestHost: org.apache.lucene.spatial3d.geom.GeoStandardPath
InnerClasses:
  private BaseSegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath
  private abstract SegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath