class org.apache.lucene.spatial3d.geom.GeoStandardPath extends org.apache.lucene.spatial3d.geom.GeoBasePath
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.spatial3d.geom.GeoStandardPath
  super_class: org.apache.lucene.spatial3d.geom.GeoBasePath
{
  protected final double cutoffAngle;
    descriptor: D
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final double sinAngle;
    descriptor: D
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final double cosAngle;
    descriptor: D
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.util.List<org.apache.lucene.spatial3d.geom.GeoPoint> points;
    descriptor: Ljava/util/List;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;

  protected java.util.List<org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint> endPoints;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;>;

  protected java.util.List<org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment> segments;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;>;

  protected org.apache.lucene.spatial3d.geom.GeoPoint[] edgePoints;
    descriptor: [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0004) ACC_PROTECTED

  protected boolean isDone;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, double, org.apache.lucene.spatial3d.geom.GeoPoint[]);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;D[Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // double maxCutoffAngle
        start local 4 // org.apache.lucene.spatial3d.geom.GeoPoint[] pathPoints
         0: .line 66
            aload 0 /* this */
            aload 1 /* planetModel */
            dload 2 /* maxCutoffAngle */
            invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;D)V
         1: .line 67
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
            aload 4 /* pathPoints */
            invokestatic java.util.Collections.addAll:(Ljava/util/Collection;[Ljava/lang/Object;)Z
            pop
         2: .line 68
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath.done:()V
         3: .line 69
            return
        end local 4 // org.apache.lucene.spatial3d.geom.GeoPoint[] pathPoints
        end local 2 // double maxCutoffAngle
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0    4     1     planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    4     2  maxCutoffAngle  D
            0    4     4      pathPoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    MethodParameters:
                Name  Flags
      planetModel     final
      maxCutoffAngle  final
      pathPoints      final

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // double maxCutoffAngle
         0: .line 76
            aload 0 /* this */
            aload 1 /* planetModel */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePath.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
         1: .line 47
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
         2: .line 58
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.isDone:Z
         3: .line 77
            dload 2 /* maxCutoffAngle */
            dconst_0
            dcmpg
            ifle 4
            dload 2 /* maxCutoffAngle */
            ldc 1.5707963267948966
            dcmpl
            ifle 5
         4: .line 78
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.PlanetModel double
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Cutoff angle out of bounds"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 2 /* maxCutoffAngle */
            putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
         6: .line 80
            aload 0 /* this */
            dload 2 /* maxCutoffAngle */
            invokestatic java.lang.Math.cos:(D)D
            putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cosAngle:D
         7: .line 81
            aload 0 /* this */
            dload 2 /* maxCutoffAngle */
            invokestatic java.lang.Math.sin:(D)D
            putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.sinAngle:D
         8: .line 82
            return
        end local 2 // double maxCutoffAngle
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0    9     1     planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    9     2  maxCutoffAngle  D
    MethodParameters:
                Name  Flags
      planetModel     final
      maxCutoffAngle  final

  public void addPoint(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
        start local 1 // double lat
        start local 3 // double lon
         0: .line 89
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.isDone:Z
            ifeq 2
         1: .line 90
            new java.lang.IllegalStateException
            dup
            ldc "Can't call addPoint() if done() already called"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            dload 1 /* lat */
            dload 3 /* lon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 92
            return
        end local 3 // double lon
        end local 1 // double lat
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0    4     1   lat  D
            0    4     3   lon  D
    MethodParameters:
      Name  Flags
      lat   final
      lon   final

  public void done();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=21, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
         0: .line 97
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.isDone:Z
            ifeq 2
         1: .line 98
            new java.lang.IllegalStateException
            dup
            ldc "Can't call done() twice"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifne 4
         3: .line 100
            new java.lang.IllegalArgumentException
            dup
            ldc "Path must have at least one point"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.isDone:Z
         5: .line 103
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
         6: .line 104
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
         7: .line 107
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.sinAngle:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            invokevirtual org.apache.lucene.spatial3d.geom.PlanetModel.getMinimumMagnitude:()D
            dmul
            dstore 1 /* cutoffOffset */
        start local 1 // double cutoffOffset
         8: .line 110
            aconst_null
            astore 3 /* lastPoint */
        start local 3 // org.apache.lucene.spatial3d.geom.GeoPoint lastPoint
         9: .line 111
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 17
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath double org.apache.lucene.spatial3d.geom.GeoPoint top java.util.Iterator
      StackMap stack:
        10: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
            astore 4 /* end */
        start local 4 // org.apache.lucene.spatial3d.geom.GeoPoint end
        11: .line 112
            aload 3 /* lastPoint */
            ifnull 16
        12: .line 113
            new org.apache.lucene.spatial3d.geom.Plane
            dup
            aload 3 /* lastPoint */
            aload 4 /* end */
            invokespecial org.apache.lucene.spatial3d.geom.Plane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;)V
            astore 6 /* normalizedConnectingPlane */
        start local 6 // org.apache.lucene.spatial3d.geom.Plane normalizedConnectingPlane
        13: .line 114
            aload 6 /* normalizedConnectingPlane */
            ifnonnull 15
        14: .line 115
            goto 17
        15: .line 117
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath double org.apache.lucene.spatial3d.geom.GeoPoint org.apache.lucene.spatial3d.geom.GeoPoint java.util.Iterator org.apache.lucene.spatial3d.geom.Plane
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            new org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 3 /* lastPoint */
            aload 4 /* end */
            aload 6 /* normalizedConnectingPlane */
            dload 1 /* cutoffOffset */
            invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/Plane;D)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // org.apache.lucene.spatial3d.geom.Plane normalizedConnectingPlane
        16: .line 119
      StackMap locals:
      StackMap stack:
            aload 4 /* end */
            astore 3 /* lastPoint */
        end local 4 // org.apache.lucene.spatial3d.geom.GeoPoint end
        17: .line 111
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath double org.apache.lucene.spatial3d.geom.GeoPoint top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        18: .line 122
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifne 43
        19: .line 124
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLatitude:()D
            dstore 4 /* lat */
        start local 4 // double lat
        20: .line 125
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLongitude:()D
            dstore 6 /* lon */
        start local 6 // double lon
        21: .line 128
            dload 4 /* lat */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
            dadd
            dstore 8 /* upperLat */
        start local 8 // double upperLat
        22: .line 129
            dload 6 /* lon */
            dstore 10 /* upperLon */
        start local 10 // double upperLon
        23: .line 130
            dload 8 /* upperLat */
            ldc 1.5707963267948966
            dcmpl
            ifle 28
        24: .line 131
            dload 10 /* upperLon */
            ldc 3.141592653589793
            dadd
            dstore 10 /* upperLon */
        25: .line 132
            dload 10 /* upperLon */
            ldc 3.141592653589793
            dcmpl
            ifle 27
        26: .line 133
            dload 10 /* upperLon */
            ldc 6.283185307179586
            dsub
            dstore 10 /* upperLon */
        27: .line 134
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath double org.apache.lucene.spatial3d.geom.GeoPoint double double double double
      StackMap stack:
            ldc 3.141592653589793
            dload 8 /* upperLat */
            dsub
            dstore 8 /* upperLat */
        28: .line 136
      StackMap locals:
      StackMap stack:
            dload 4 /* lat */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
            dsub
            dstore 12 /* lowerLat */
        start local 12 // double lowerLat
        29: .line 137
            dload 6 /* lon */
            dstore 14 /* lowerLon */
        start local 14 // double lowerLon
        30: .line 138
            dload 12 /* lowerLat */
            ldc -1.5707963267948966
            dcmpg
            ifge 35
        31: .line 139
            dload 14 /* lowerLon */
            ldc 3.141592653589793
            dadd
            dstore 14 /* lowerLon */
        32: .line 140
            dload 14 /* lowerLon */
            ldc 3.141592653589793
            dcmpl
            ifle 34
        33: .line 141
            dload 14 /* lowerLon */
            ldc 6.283185307179586
            dsub
            dstore 14 /* lowerLon */
        34: .line 142
      StackMap locals: double double
      StackMap stack:
            ldc -3.141592653589793
            dload 12 /* lowerLat */
            dsub
            dstore 12 /* lowerLat */
        35: .line 144
      StackMap locals:
      StackMap stack:
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            dload 8 /* upperLat */
            dload 10 /* upperLon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)V
            astore 16 /* upperPoint */
        start local 16 // org.apache.lucene.spatial3d.geom.GeoPoint upperPoint
        36: .line 145
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            dload 12 /* lowerLat */
            dload 14 /* lowerLon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)V
            astore 17 /* lowerPoint */
        start local 17 // org.apache.lucene.spatial3d.geom.GeoPoint lowerPoint
        37: .line 146
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
            astore 18 /* point */
        start local 18 // org.apache.lucene.spatial3d.geom.GeoPoint point
        38: .line 149
            iconst_3
            anewarray org.apache.lucene.spatial3d.geom.Vector
            dup
            iconst_0
            aload 16 /* upperPoint */
            aastore
            dup
            iconst_1
            aload 17 /* lowerPoint */
            aastore
            dup
            iconst_2
            aload 18 /* point */
            aastore
            invokestatic org.apache.lucene.spatial3d.geom.Plane.constructNormalizedZPlane:([Lorg/apache/lucene/spatial3d/geom/Vector;)Lorg/apache/lucene/spatial3d/geom/Plane;
            astore 19 /* normalPlane */
        start local 19 // org.apache.lucene.spatial3d.geom.Plane normalPlane
        39: .line 151
            new org.apache.lucene.spatial3d.geom.GeoStandardPath$CircleSegmentEndpoint
            dup
            aload 18 /* point */
            aload 19 /* normalPlane */
            aload 16 /* upperPoint */
            aload 17 /* lowerPoint */
            invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath$CircleSegmentEndpoint.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/Plane;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
            astore 20 /* onlyEndpoint */
        start local 20 // org.apache.lucene.spatial3d.geom.GeoStandardPath$CircleSegmentEndpoint onlyEndpoint
        40: .line 152
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
            aload 20 /* onlyEndpoint */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        41: .line 153
            aload 0 /* this */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 20 /* onlyEndpoint */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$CircleSegmentEndpoint.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 19 /* normalPlane */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.getSampleIntersectionPoint:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;)Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        42: .line 154
            return
        end local 20 // org.apache.lucene.spatial3d.geom.GeoStandardPath$CircleSegmentEndpoint onlyEndpoint
        end local 19 // org.apache.lucene.spatial3d.geom.Plane normalPlane
        end local 18 // org.apache.lucene.spatial3d.geom.GeoPoint point
        end local 17 // org.apache.lucene.spatial3d.geom.GeoPoint lowerPoint
        end local 16 // org.apache.lucene.spatial3d.geom.GeoPoint upperPoint
        end local 14 // double lowerLon
        end local 12 // double lowerLat
        end local 10 // double upperLon
        end local 8 // double upperLat
        end local 6 // double lon
        end local 4 // double lat
        43: .line 158
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath double org.apache.lucene.spatial3d.geom.GeoPoint
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        44: goto 67
        45: .line 159
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
            astore 5 /* currentSegment */
        start local 5 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment currentSegment
        46: .line 161
            iload 4 /* i */
            ifne 53
        47: .line 163
            new org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint
            dup
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.start:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        48: .line 164
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.startCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        49: .line 163
            invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
            astore 6 /* startEndpoint */
        start local 6 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint startEndpoint
        50: .line 165
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
            aload 6 /* startEndpoint */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        51: .line 166
            aload 0 /* this */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        52: .line 167
            goto 66
        end local 6 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint startEndpoint
        53: .line 171
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            iload 4 /* i */
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
            astore 6 /* prevSegment */
        start local 6 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment prevSegment
        54: .line 172
            aload 6 /* prevSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.endCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 61
            aload 6 /* prevSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.endCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 61
        55: .line 173
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.startCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 6 /* prevSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.URHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 61
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.startCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 6 /* prevSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 61
        56: .line 176
            new org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint
            dup
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.start:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        57: .line 177
            aload 6 /* prevSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.endCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.startCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        58: .line 176
            invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
            astore 7 /* midEndpoint */
        start local 7 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint midEndpoint
        59: .line 179
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
            aload 7 /* midEndpoint */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint midEndpoint
        60: .line 180
            goto 66
        61: .line 181
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
            new org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffDualCircleSegmentEndpoint
            dup
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.start:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        62: .line 182
            aload 6 /* prevSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.endCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.startCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
        63: .line 183
            aload 6 /* prevSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.URHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 6 /* prevSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        64: .line 184
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 5 /* currentSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffDualCircleSegmentEndpoint.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
        65: .line 181
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment prevSegment
        end local 5 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment currentSegment
        66: .line 158
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        67: iload 4 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 45
        end local 4 // int i
        68: .line 188
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
            astore 4 /* lastSegment */
        start local 4 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment lastSegment
        69: .line 189
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
            new org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint
            dup
            aload 4 /* lastSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.end:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        70: .line 190
            aload 4 /* lastSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.endCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 4 /* lastSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.URHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 4 /* lastSegment */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
        71: .line 189
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        72: .line 192
            return
        end local 4 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment lastSegment
        end local 3 // org.apache.lucene.spatial3d.geom.GeoPoint lastPoint
        end local 1 // double cutoffOffset
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   73     0                       this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            8   73     1               cutoffOffset  D
            9   73     3                  lastPoint  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           11   17     4                        end  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           13   16     6  normalizedConnectingPlane  Lorg/apache/lucene/spatial3d/geom/Plane;
           20   43     4                        lat  D
           21   43     6                        lon  D
           22   43     8                   upperLat  D
           23   43    10                   upperLon  D
           29   43    12                   lowerLat  D
           30   43    14                   lowerLon  D
           36   43    16                 upperPoint  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           37   43    17                 lowerPoint  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           38   43    18                      point  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           39   43    19                normalPlane  Lorg/apache/lucene/spatial3d/geom/Plane;
           40   43    20               onlyEndpoint  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$CircleSegmentEndpoint;
           44   68     4                          i  I
           46   66     5             currentSegment  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
           50   53     6              startEndpoint  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
           54   66     6                prevSegment  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
           59   60     7                midEndpoint  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
           69   73     4                lastSegment  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, java.io.InputStream);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.io.InputStream inputStream
         0: .line 200
            aload 0 /* this */
            aload 1 /* planetModel */
         1: .line 201
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readDouble:(Ljava/io/InputStream;)D
         2: .line 202
            aload 1 /* planetModel */
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readPointArray:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;)[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;D[Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
         3: .line 203
            return
        end local 2 // java.io.InputStream inputStream
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0    4     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    4     2  inputStream  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      planetModel  final
      inputStream  final

  public void write(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
        start local 1 // java.io.OutputStream outputStream
         0: .line 207
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         1: .line 208
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writePointArray:(Ljava/io/OutputStream;Ljava/util/List;)V
         2: .line 209
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0    3     1  outputStream  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      outputStream  final

  public double computePathCenterDistance(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=14, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath 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 214
            ldc Infinity
            dstore 8 /* closestDistance */
        start local 8 // double closestDistance
         1: .line 216
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 11
            goto 6
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double top java.util.Iterator
      StackMap stack:
         2: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
            astore 10 /* segment */
        start local 10 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment segment
         3: .line 217
            aload 10 /* segment */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 1 /* distanceStyle */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.pathCenterDistance:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
            dstore 12 /* segmentDistance */
        start local 12 // double segmentDistance
         4: .line 218
            dload 12 /* segmentDistance */
            dload 8 /* closestDistance */
            dcmpg
            ifge 6
         5: .line 219
            dload 12 /* segmentDistance */
            dstore 8 /* closestDistance */
        end local 12 // double segmentDistance
        end local 10 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment segment
         6: .line 216
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 223
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 11
            goto 12
      StackMap locals:
      StackMap stack:
         8: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
            astore 10 /* endpoint */
        start local 10 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint endpoint
         9: .line 224
            aload 10 /* endpoint */
            aload 1 /* distanceStyle */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.pathCenterDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
            dstore 12 /* endpointDistance */
        start local 12 // double endpointDistance
        10: .line 225
            dload 12 /* endpointDistance */
            dload 8 /* closestDistance */
            dcmpg
            ifge 12
        11: .line 226
            dload 12 /* endpointDistance */
            dstore 8 /* closestDistance */
        end local 12 // double endpointDistance
        end local 10 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint endpoint
        12: .line 223
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        13: .line 229
            dload 8 /* closestDistance */
            dreturn
        end local 8 // double closestDistance
        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 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   14     0              this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0   14     1     distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0   14     2                 x  D
            0   14     4                 y  D
            0   14     6                 z  D
            1   14     8   closestDistance  D
            3    6    10           segment  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
            4    6    12   segmentDistance  D
            9   12    10          endpoint  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
           10   12    12  endpointDistance  D
    MethodParameters:
               Name  Flags
      distanceStyle  final
      x              final
      y              final
      z              final

  public double computeNearestDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=22, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath 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 234
            dconst_0
            dstore 8 /* currentDistance */
        start local 8 // double currentDistance
         1: .line 235
            ldc Infinity
            dstore 10 /* minPathCenterDistance */
        start local 10 // double minPathCenterDistance
         2: .line 236
            ldc Infinity
            dstore 12 /* bestDistance */
        start local 12 // double bestDistance
         3: .line 237
            iconst_0
            istore 14 /* segmentIndex */
        start local 14 // int segmentIndex
         4: .line 239
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 16
            goto 17
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double double int top java.util.Iterator
      StackMap stack:
         5: aload 16
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
            astore 15 /* endpoint */
        start local 15 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint endpoint
         6: .line 240
            aload 15 /* endpoint */
            aload 1 /* distanceStyle */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.pathCenterDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
            dstore 17 /* endpointPathCenterDistance */
        start local 17 // double endpointPathCenterDistance
         7: .line 241
            dload 17 /* endpointPathCenterDistance */
            dload 10 /* minPathCenterDistance */
            dcmpg
            ifge 10
         8: .line 243
            dload 17 /* endpointPathCenterDistance */
            dstore 10 /* minPathCenterDistance */
         9: .line 244
            dload 8 /* currentDistance */
            dstore 12 /* bestDistance */
        10: .line 247
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double double int org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint java.util.Iterator double
      StackMap stack:
            iload 14 /* segmentIndex */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpge 17
        11: .line 248
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            iload 14 /* segmentIndex */
            iinc 14 /* segmentIndex */ 1
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
            astore 19 /* segment */
        start local 19 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment segment
        12: .line 249
            aload 19 /* segment */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 1 /* distanceStyle */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.pathCenterDistance:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
            dstore 20 /* segmentPathCenterDistance */
        start local 20 // double segmentPathCenterDistance
        13: .line 250
            dload 20 /* segmentPathCenterDistance */
            dload 10 /* minPathCenterDistance */
            dcmpg
            ifge 16
        14: .line 251
            dload 20 /* segmentPathCenterDistance */
            dstore 10 /* minPathCenterDistance */
        15: .line 252
            aload 1 /* distanceStyle */
            dload 8 /* currentDistance */
            aload 19 /* segment */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 1 /* distanceStyle */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.nearestPathDistance:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.aggregateDistances:(DD)D
            dstore 12 /* bestDistance */
        16: .line 254
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment double
      StackMap stack:
            aload 1 /* distanceStyle */
            dload 8 /* currentDistance */
            aload 19 /* segment */
            aload 1 /* distanceStyle */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.fullPathDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;)D
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.aggregateDistances:(DD)D
            dstore 8 /* currentDistance */
        end local 20 // double segmentPathCenterDistance
        end local 19 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment segment
        end local 17 // double endpointPathCenterDistance
        end local 15 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint endpoint
        17: .line 239
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double double int top java.util.Iterator
      StackMap stack:
            aload 16
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        18: .line 257
            dload 12 /* bestDistance */
            dreturn
        end local 14 // int segmentIndex
        end local 12 // double bestDistance
        end local 10 // double minPathCenterDistance
        end local 8 // double currentDistance
        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 this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   19     0                        this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0   19     1               distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0   19     2                           x  D
            0   19     4                           y  D
            0   19     6                           z  D
            1   19     8             currentDistance  D
            2   19    10       minPathCenterDistance  D
            3   19    12                bestDistance  D
            4   19    14                segmentIndex  I
            6   17    15                    endpoint  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
            7   17    17  endpointPathCenterDistance  D
           12   17    19                     segment  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
           13   17    20   segmentPathCenterDistance  D
    MethodParameters:
               Name  Flags
      distanceStyle  final
      x              final
      y              final
      z              final

  protected double distance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=19, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath 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 266
            ldc Infinity
            dstore 8 /* bestDistance */
        start local 8 // double bestDistance
         1: .line 268
            dconst_0
            dstore 10 /* currentDistance */
        start local 10 // double currentDistance
         2: .line 269
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 13
            goto 10
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double top java.util.Iterator
      StackMap stack:
         3: aload 13
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
            astore 12 /* segment */
        start local 12 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment segment
         4: .line 270
            aload 12 /* segment */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 1 /* distanceStyle */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.pathDistance:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
            dstore 14 /* distance */
        start local 14 // double distance
         5: .line 271
            dload 14 /* distance */
            ldc Infinity
            dcmpl
            ifeq 9
         6: .line 272
            aload 1 /* distanceStyle */
            aload 1 /* distanceStyle */
            dload 10 /* currentDistance */
            dload 14 /* distance */
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.aggregateDistances:(DD)D
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.fromAggregationForm:(D)D
            dstore 16 /* thisDistance */
        start local 16 // double thisDistance
         7: .line 273
            dload 16 /* thisDistance */
            dload 8 /* bestDistance */
            dcmpg
            ifge 9
         8: .line 274
            dload 16 /* thisDistance */
            dstore 8 /* bestDistance */
        end local 16 // double thisDistance
         9: .line 277
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment java.util.Iterator double
      StackMap stack:
            aload 1 /* distanceStyle */
            dload 10 /* currentDistance */
            aload 12 /* segment */
            aload 1 /* distanceStyle */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.fullPathDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;)D
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.aggregateDistances:(DD)D
            dstore 10 /* currentDistance */
        end local 14 // double distance
        end local 12 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment segment
        10: .line 269
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double top java.util.Iterator
      StackMap stack:
            aload 13
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        11: .line 280
            iconst_0
            istore 12 /* segmentIndex */
        start local 12 // int segmentIndex
        12: .line 281
            dconst_0
            dstore 10 /* currentDistance */
        13: .line 282
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 14
            goto 22
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double int top java.util.Iterator
      StackMap stack:
        14: aload 14
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
            astore 13 /* endpoint */
        start local 13 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint endpoint
        15: .line 283
            aload 13 /* endpoint */
            aload 1 /* distanceStyle */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.pathDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
            dstore 15 /* distance */
        start local 15 // double distance
        16: .line 284
            dload 15 /* distance */
            ldc Infinity
            dcmpl
            ifeq 20
        17: .line 285
            aload 1 /* distanceStyle */
            aload 1 /* distanceStyle */
            dload 10 /* currentDistance */
            dload 15 /* distance */
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.aggregateDistances:(DD)D
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.fromAggregationForm:(D)D
            dstore 17 /* thisDistance */
        start local 17 // double thisDistance
        18: .line 286
            dload 17 /* thisDistance */
            dload 8 /* bestDistance */
            dcmpg
            ifge 20
        19: .line 287
            dload 17 /* thisDistance */
            dstore 8 /* bestDistance */
        end local 17 // double thisDistance
        20: .line 290
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double int org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint java.util.Iterator double
      StackMap stack:
            iload 12 /* segmentIndex */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpge 22
        21: .line 291
            aload 1 /* distanceStyle */
            dload 10 /* currentDistance */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            iload 12 /* segmentIndex */
            iinc 12 /* segmentIndex */ 1
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
            aload 1 /* distanceStyle */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.fullPathDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;)D
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.aggregateDistances:(DD)D
            dstore 10 /* currentDistance */
        end local 15 // double distance
        end local 13 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint endpoint
        22: .line 282
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double int top java.util.Iterator
      StackMap stack:
            aload 14
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 14
        23: .line 294
            dload 8 /* bestDistance */
            dreturn
        end local 12 // int segmentIndex
        end local 10 // double currentDistance
        end local 8 // double bestDistance
        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 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   24     0             this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0   24     1    distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0   24     2                x  D
            0   24     4                y  D
            0   24     6                z  D
            1   24     8     bestDistance  D
            2   24    10  currentDistance  D
            4   10    12          segment  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
            5   10    14         distance  D
            7    9    16     thisDistance  D
           12   24    12     segmentIndex  I
           15   22    13         endpoint  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
           16   22    15         distance  D
           18   20    17     thisDistance  D
    MethodParameters:
               Name  Flags
      distanceStyle  final
      x              final
      y              final
      z              final

  protected double deltaDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=16, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath 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 303
            ldc Infinity
            dstore 8 /* bestDistance */
        start local 8 // double bestDistance
         1: .line 305
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 11
            goto 8
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double top java.util.Iterator
      StackMap stack:
         2: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
            astore 10 /* segment */
        start local 10 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment segment
         3: .line 306
            aload 10 /* segment */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 1 /* distanceStyle */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.pathDeltaDistance:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
            dstore 12 /* distance */
        start local 12 // double distance
         4: .line 307
            dload 12 /* distance */
            ldc Infinity
            dcmpl
            ifeq 8
         5: .line 308
            aload 1 /* distanceStyle */
            dload 12 /* distance */
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.fromAggregationForm:(D)D
            dstore 14 /* thisDistance */
        start local 14 // double thisDistance
         6: .line 309
            dload 14 /* thisDistance */
            dload 8 /* bestDistance */
            dcmpg
            ifge 8
         7: .line 310
            dload 14 /* thisDistance */
            dstore 8 /* bestDistance */
        end local 14 // double thisDistance
        end local 12 // double distance
        end local 10 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment segment
         8: .line 305
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         9: .line 315
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 11
            goto 16
      StackMap locals:
      StackMap stack:
        10: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
            astore 10 /* endpoint */
        start local 10 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint endpoint
        11: .line 316
            aload 10 /* endpoint */
            aload 1 /* distanceStyle */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.pathDeltaDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
            dstore 12 /* distance */
        start local 12 // double distance
        12: .line 317
            dload 12 /* distance */
            ldc Infinity
            dcmpl
            ifeq 16
        13: .line 318
            aload 1 /* distanceStyle */
            dload 12 /* distance */
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.fromAggregationForm:(D)D
            dstore 14 /* thisDistance */
        start local 14 // double thisDistance
        14: .line 319
            dload 14 /* thisDistance */
            dload 8 /* bestDistance */
            dcmpg
            ifge 16
        15: .line 320
            dload 14 /* thisDistance */
            dstore 8 /* bestDistance */
        end local 14 // double thisDistance
        end local 12 // double distance
        end local 10 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint endpoint
        16: .line 315
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        17: .line 325
            dload 8 /* bestDistance */
            dreturn
        end local 8 // double bestDistance
        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 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0   18     1  distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0   18     2              x  D
            0   18     4              y  D
            0   18     6              z  D
            1   18     8   bestDistance  D
            3    8    10        segment  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
            4    8    12       distance  D
            6    8    14   thisDistance  D
           11   16    10       endpoint  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
           12   16    12       distance  D
           14   16    14   thisDistance  D
    MethodParameters:
               Name  Flags
      distanceStyle  final
      x              final
      y              final
      z              final

  protected void distanceBounds(org.apache.lucene.spatial3d.geom.Bounds, org.apache.lucene.spatial3d.geom.DistanceStyle, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Bounds;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;D)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
        start local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
        start local 2 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        start local 3 // double distanceValue
         0: .line 331
            aload 0 /* this */
            aload 1 /* bounds */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath.getBounds:(Lorg/apache/lucene/spatial3d/geom/Bounds;)V
         1: .line 332
            return
        end local 3 // double distanceValue
        end local 2 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        end local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0    2     1         bounds  Lorg/apache/lucene/spatial3d/geom/Bounds;
            0    2     2  distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0    2     3  distanceValue  D
    MethodParameters:
               Name  Flags
      bounds         final
      distanceStyle  final
      distanceValue  final

  protected double outsideDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=14, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath 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 336
            ldc Infinity
            dstore 8 /* minDistance */
        start local 8 // double minDistance
         1: .line 337
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 11
            goto 6
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double top java.util.Iterator
      StackMap stack:
         2: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
            astore 10 /* endpoint */
        start local 10 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint endpoint
         3: .line 338
            aload 10 /* endpoint */
            aload 1 /* distanceStyle */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.outsideDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
            dstore 12 /* newDistance */
        start local 12 // double newDistance
         4: .line 339
            dload 12 /* newDistance */
            dload 8 /* minDistance */
            dcmpg
            ifge 6
         5: .line 340
            dload 12 /* newDistance */
            dstore 8 /* minDistance */
        end local 12 // double newDistance
        end local 10 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint endpoint
         6: .line 337
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 342
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 11
            goto 12
      StackMap locals:
      StackMap stack:
         8: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
            astore 10 /* segment */
        start local 10 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment segment
         9: .line 343
            aload 10 /* segment */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 1 /* distanceStyle */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.outsideDistance:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
            dstore 12 /* newDistance */
        start local 12 // double newDistance
        10: .line 344
            dload 12 /* newDistance */
            dload 8 /* minDistance */
            dcmpg
            ifge 12
        11: .line 345
            dload 12 /* newDistance */
            dstore 8 /* minDistance */
        end local 12 // double newDistance
        end local 10 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment segment
        12: .line 342
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        13: .line 347
            dload 8 /* minDistance */
            dreturn
        end local 8 // double minDistance
        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 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0   14     1  distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0   14     2              x  D
            0   14     4              y  D
            0   14     6              z  D
            1   14     8    minDistance  D
            3    6    10       endpoint  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
            4    6    12    newDistance  D
            9   12    10        segment  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
           10   12    12    newDistance  D
    MethodParameters:
               Name  Flags
      distanceStyle  final
      x              final
      y              final
      z              final

  public boolean isWithin(double, double, double);
    descriptor: (DDD)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 352
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 4
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath double double double top java.util.Iterator
      StackMap stack:
         1: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
            astore 7 /* pathPoint */
        start local 7 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint pathPoint
         2: .line 353
            aload 7 /* pathPoint */
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.isWithin:(DDD)Z
            ifeq 4
         3: .line 354
            iconst_1
            ireturn
        end local 7 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint pathPoint
         4: .line 352
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 357
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 9
      StackMap locals:
      StackMap stack:
         6: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
            astore 7 /* pathSegment */
        start local 7 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment pathSegment
         7: .line 358
            aload 7 /* pathSegment */
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.isWithin:(DDD)Z
            ifeq 9
         8: .line 359
            iconst_1
            ireturn
        end local 7 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment pathSegment
         9: .line 357
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        10: .line 362
            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 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0   11     1            x  D
            0   11     3            y  D
            0   11     5            z  D
            2    4     7    pathPoint  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
            7    9     7  pathSegment  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
    MethodParameters:
      Name  Flags
      x     final
      y     final
      z     final

  public org.apache.lucene.spatial3d.geom.GeoPoint[] getEdgePoints();
    descriptor: ()[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
         0: .line 367
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;

  public boolean intersects(org.apache.lucene.spatial3d.geom.Plane, org.apache.lucene.spatial3d.geom.GeoPoint[], org.apache.lucene.spatial3d.geom.Membership[]);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/Membership;)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
        start local 1 // org.apache.lucene.spatial3d.geom.Plane plane
        start local 2 // org.apache.lucene.spatial3d.geom.GeoPoint[] notablePoints
        start local 3 // org.apache.lucene.spatial3d.geom.Membership[] bounds
         0: .line 382
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 4
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.GeoPoint[] org.apache.lucene.spatial3d.geom.Membership[] top java.util.Iterator
      StackMap stack:
         1: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
            astore 4 /* pathPoint */
        start local 4 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint pathPoint
         2: .line 383
            aload 4 /* pathPoint */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 1 /* plane */
            aload 2 /* notablePoints */
            aload 3 /* bounds */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.intersects:(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
            ifeq 4
         3: .line 384
            iconst_1
            ireturn
        end local 4 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint pathPoint
         4: .line 382
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 388
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 9
      StackMap locals:
      StackMap stack:
         6: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
            astore 4 /* pathSegment */
        start local 4 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment pathSegment
         7: .line 389
            aload 4 /* pathSegment */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 1 /* plane */
            aload 2 /* notablePoints */
            aload 3 /* bounds */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.intersects:(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
            ifeq 9
         8: .line 390
            iconst_1
            ireturn
        end local 4 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment pathSegment
         9: .line 388
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        10: .line 394
            iconst_0
            ireturn
        end local 3 // org.apache.lucene.spatial3d.geom.Membership[] bounds
        end local 2 // org.apache.lucene.spatial3d.geom.GeoPoint[] notablePoints
        end local 1 // org.apache.lucene.spatial3d.geom.Plane plane
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0   11     1          plane  Lorg/apache/lucene/spatial3d/geom/Plane;
            0   11     2  notablePoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            0   11     3         bounds  [Lorg/apache/lucene/spatial3d/geom/Membership;
            2    4     4      pathPoint  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
            7    9     4    pathSegment  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
    MethodParameters:
               Name  Flags
      plane          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=2, locals=4, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
         0: .line 399
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.GeoShape top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
            astore 2 /* pathPoint */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint pathPoint
         2: .line 400
            aload 2 /* pathPoint */
            aload 1 /* geoShape */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.intersects:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)Z
            ifeq 4
         3: .line 401
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint pathPoint
         4: .line 399
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 405
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 9
      StackMap locals:
      StackMap stack:
         6: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
            astore 2 /* pathSegment */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment pathSegment
         7: .line 406
            aload 2 /* pathSegment */
            aload 1 /* geoShape */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.intersects:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)Z
            ifeq 9
         8: .line 407
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment pathSegment
         9: .line 405
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        10: .line 411
            iconst_0
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0   11     1     geoShape  Lorg/apache/lucene/spatial3d/geom/GeoShape;
            2    4     2    pathPoint  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
            7    9     2  pathSegment  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
    MethodParameters:
          Name  Flags
      geoShape  

  public void getBounds(org.apache.lucene.spatial3d.geom.Bounds);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Bounds;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
        start local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
         0: .line 416
            aload 0 /* this */
            aload 1 /* bounds */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePath.getBounds:(Lorg/apache/lucene/spatial3d/geom/Bounds;)V
         1: .line 420
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.Bounds top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
            astore 2 /* pathSegment */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment pathSegment
         3: .line 421
            aload 2 /* pathSegment */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 1 /* bounds */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.getBounds:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Bounds;)V
        end local 2 // org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment pathSegment
         4: .line 420
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 423
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals:
      StackMap stack:
         6: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
            astore 2 /* pathPoint */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint pathPoint
         7: .line 424
            aload 2 /* pathPoint */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 1 /* bounds */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.getBounds:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Bounds;)V
        end local 2 // org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint pathPoint
         8: .line 423
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         9: .line 426
            return
        end local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0   10     1       bounds  Lorg/apache/lucene/spatial3d/geom/Bounds;
            3    4     2  pathSegment  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
            7    8     2    pathPoint  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
    MethodParameters:
        Name  Flags
      bounds  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
        start local 1 // java.lang.Object o
         0: .line 430
            aload 1 /* o */
            instanceof org.apache.lucene.spatial3d.geom.GeoStandardPath
            ifne 2
         1: .line 431
            iconst_0
            ireturn
         2: .line 432
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath
            astore 2 /* p */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoStandardPath p
         3: .line 433
            aload 0 /* this */
            aload 2 /* p */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePath.equals:(Ljava/lang/Object;)Z
            ifne 5
         4: .line 434
            iconst_0
            ireturn
         5: .line 435
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
            aload 2 /* p */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
            dcmpl
            ifeq 7
         6: .line 436
            iconst_0
            ireturn
         7: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
            aload 2 /* p */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoStandardPath p
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            0    8     1     o  Ljava/lang/Object;
            3    8     2     p  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
         0: .line 442
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePath.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 443
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lstore 2 /* temp */
        start local 2 // long temp
         2: .line 444
            bipush 31
            iload 1 /* result */
            imul
            lload 2 /* temp */
            lload 2 /* temp */
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         3: .line 445
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* result */
         4: .line 446
            iload 1 /* result */
            ireturn
        end local 2 // long temp
        end local 1 // int result
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
            1    5     1  result  I
            2    5     2    temp  J

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
         0: .line 451
            new java.lang.StringBuilder
            dup
            ldc "GeoStandardPath: {planetmodel="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", width="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc "("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
            ldc 180.0
            dmul
            ldc 3.141592653589793
            ddiv
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc "), points={"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "}}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
}
SourceFile: "GeoStandardPath.java"
NestMembers:
  org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint  org.apache.lucene.spatial3d.geom.GeoStandardPath$CircleSegmentEndpoint  org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffDualCircleSegmentEndpoint  org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint  org.apache.lucene.spatial3d.geom.GeoStandardPath$DegenerateSegmentEndpoint  org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment  org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
InnerClasses:
  private BaseSegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath
  private CircleSegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$CircleSegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath
  private CutoffDualCircleSegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffDualCircleSegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath
  private CutoffSingleCircleSegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath
  private DegenerateSegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$DegenerateSegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath
  private PathSegment = org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment of org.apache.lucene.spatial3d.geom.GeoStandardPath
  private abstract SegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath