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

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

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

  protected final org.apache.lucene.spatial3d.geom.GeoPoint LHC;
    descriptor: Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.GeoPoint RHC;
    descriptor: Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.Plane plane;
    descriptor: Lorg/apache/lucene/spatial3d/geom/Plane;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.SidedPlane leftPlane;
    descriptor: Lorg/apache/lucene/spatial3d/geom/SidedPlane;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.SidedPlane rightPlane;
    descriptor: Lorg/apache/lucene/spatial3d/geom/SidedPlane;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.GeoPoint[] planePoints;
    descriptor: [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.GeoPoint centerPoint;
    descriptor: Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine$EitherBound eitherBound;
    descriptor: Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine$EitherBound;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=16, locals=28, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // double latitude
        start local 4 // double leftLon
        start local 6 // double rightLon
         0: .line 69
            aload 0 /* this */
            aload 1 /* planetModel */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseBBox.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
         1: .line 71
            dload 2 /* latitude */
            ldc 1.5707963267948966
            dcmpl
            ifgt 2
            dload 2 /* latitude */
            ldc -1.5707963267948966
            dcmpg
            ifge 3
         2: .line 72
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine org.apache.lucene.spatial3d.geom.PlanetModel double double double
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Latitude out of range"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 73
      StackMap locals:
      StackMap stack:
            dload 4 /* leftLon */
            ldc -3.141592653589793
            dcmpg
            iflt 4
            dload 4 /* leftLon */
            ldc 3.141592653589793
            dcmpl
            ifle 5
         4: .line 74
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Left longitude out of range"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 75
      StackMap locals:
      StackMap stack:
            dload 6 /* rightLon */
            ldc -3.141592653589793
            dcmpg
            iflt 6
            dload 6 /* rightLon */
            ldc 3.141592653589793
            dcmpl
            ifle 7
         6: .line 76
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Right longitude out of range"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 77
      StackMap locals:
      StackMap stack:
            dload 6 /* rightLon */
            dload 4 /* leftLon */
            dsub
            dstore 8 /* extent */
        start local 8 // double extent
         8: .line 78
            dload 8 /* extent */
            dconst_0
            dcmpg
            ifge 10
         9: .line 79
            dload 8 /* extent */
            ldc 6.283185307179586
            dadd
            dstore 8 /* extent */
        10: .line 81
      StackMap locals: double
      StackMap stack:
            dload 8 /* extent */
            ldc 3.141592653589793
            dcmpg
            ifge 12
        11: .line 82
            new java.lang.IllegalArgumentException
            dup
            ldc "Width of rectangle too small"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 2 /* latitude */
            putfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.latitude:D
        13: .line 85
            aload 0 /* this */
            dload 4 /* leftLon */
            putfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.leftLon:D
        14: .line 86
            aload 0 /* this */
            dload 6 /* rightLon */
            putfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.rightLon:D
        15: .line 88
            dload 2 /* latitude */
            invokestatic java.lang.Math.sin:(D)D
            dstore 10 /* sinLatitude */
        start local 10 // double sinLatitude
        16: .line 89
            dload 2 /* latitude */
            invokestatic java.lang.Math.cos:(D)D
            dstore 12 /* cosLatitude */
        start local 12 // double cosLatitude
        17: .line 90
            dload 4 /* leftLon */
            invokestatic java.lang.Math.sin:(D)D
            dstore 14 /* sinLeftLon */
        start local 14 // double sinLeftLon
        18: .line 91
            dload 4 /* leftLon */
            invokestatic java.lang.Math.cos:(D)D
            dstore 16 /* cosLeftLon */
        start local 16 // double cosLeftLon
        19: .line 92
            dload 6 /* rightLon */
            invokestatic java.lang.Math.sin:(D)D
            dstore 18 /* sinRightLon */
        start local 18 // double sinRightLon
        20: .line 93
            dload 6 /* rightLon */
            invokestatic java.lang.Math.cos:(D)D
            dstore 20 /* cosRightLon */
        start local 20 // double cosRightLon
        21: .line 96
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 1 /* planetModel */
            dload 10 /* sinLatitude */
            dload 14 /* sinLeftLon */
            dload 12 /* cosLatitude */
            dload 16 /* cosLeftLon */
            dload 2 /* latitude */
            dload 4 /* leftLon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDDDDD)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.LHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        22: .line 97
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 1 /* planetModel */
            dload 10 /* sinLatitude */
            dload 18 /* sinRightLon */
            dload 12 /* cosLatitude */
            dload 20 /* cosRightLon */
            dload 2 /* latitude */
            dload 6 /* rightLon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDDDDD)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.RHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        23: .line 99
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.Plane
            dup
            aload 1 /* planetModel */
            dload 10 /* sinLatitude */
            invokespecial org.apache.lucene.spatial3d.geom.Plane.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;D)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
        24: .line 102
            goto 26
        25: .line 103
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine org.apache.lucene.spatial3d.geom.PlanetModel double double double double double double double double double double
      StackMap stack:
            dload 6 /* rightLon */
            ldc 6.283185307179586
            dadd
            dstore 6 /* rightLon */
        26: .line 102
      StackMap locals:
      StackMap stack:
            dload 4 /* leftLon */
            dload 6 /* rightLon */
            dcmpl
            ifgt 25
        27: .line 105
            dload 4 /* leftLon */
            dload 6 /* rightLon */
            dadd
            ldc 0.5
            dmul
            dstore 22 /* middleLon */
        start local 22 // double middleLon
        28: .line 106
            dload 22 /* middleLon */
            invokestatic java.lang.Math.sin:(D)D
            dstore 24 /* sinMiddleLon */
        start local 24 // double sinMiddleLon
        29: .line 107
            dload 22 /* middleLon */
            invokestatic java.lang.Math.cos:(D)D
            dstore 26 /* cosMiddleLon */
        start local 26 // double cosMiddleLon
        30: .line 109
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 1 /* planetModel */
            dload 10 /* sinLatitude */
            dload 24 /* sinMiddleLon */
            dload 12 /* cosLatitude */
            dload 26 /* cosMiddleLon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDDD)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        31: .line 111
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            dload 16 /* cosLeftLon */
            dload 14 /* sinLeftLon */
            invokespecial org.apache.lucene.spatial3d.geom.SidedPlane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;DD)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
        32: .line 112
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            dload 20 /* cosRightLon */
            dload 18 /* sinRightLon */
            invokespecial org.apache.lucene.spatial3d.geom.SidedPlane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;DD)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
        33: .line 114
            aload 0 /* this */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.LHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.RHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.planePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        34: .line 116
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine$EitherBound
            dup
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine$EitherBound.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.eitherBound:Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine$EitherBound;
        35: .line 118
            aload 0 /* this */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        36: .line 119
            return
        end local 26 // double cosMiddleLon
        end local 24 // double sinMiddleLon
        end local 22 // double middleLon
        end local 20 // double cosRightLon
        end local 18 // double sinRightLon
        end local 16 // double cosLeftLon
        end local 14 // double sinLeftLon
        end local 12 // double cosLatitude
        end local 10 // double sinLatitude
        end local 8 // double extent
        end local 6 // double rightLon
        end local 4 // double leftLon
        end local 2 // double latitude
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   37     0          this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;
            0   37     1   planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0   37     2      latitude  D
            0   37     4       leftLon  D
            0   37     6      rightLon  D
            8   37     8        extent  D
           16   37    10   sinLatitude  D
           17   37    12   cosLatitude  D
           18   37    14    sinLeftLon  D
           19   37    16    cosLeftLon  D
           20   37    18   sinRightLon  D
           21   37    20   cosRightLon  D
           28   37    22     middleLon  D
           29   37    24  sinMiddleLon  D
           30   37    26  cosMiddleLon  D
    MethodParameters:
             Name  Flags
      planetModel  final
      latitude     final
      leftLon      final
      rightLon     

  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=8, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.io.InputStream inputStream
         0: .line 127
            aload 0 /* this */
            aload 1 /* planetModel */
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readDouble:(Ljava/io/InputStream;)D
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readDouble:(Ljava/io/InputStream;)D
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readDouble:(Ljava/io/InputStream;)D
            invokespecial org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDD)V
         1: .line 128
            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.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;
            0    2     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    2     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.GeoWideDegenerateHorizontalLine this
        start local 1 // java.io.OutputStream outputStream
         0: .line 132
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.latitude:D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         1: .line 133
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.leftLon:D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         2: .line 134
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.rightLon:D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         3: .line 135
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;
            0    4     1  outputStream  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      outputStream  final

  public org.apache.lucene.spatial3d.geom.GeoBBox expand(double);
    descriptor: (D)Lorg/apache/lucene/spatial3d/geom/GeoBBox;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=13, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
        start local 1 // double angle
         0: .line 139
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.latitude:D
            dload 1 /* angle */
            dadd
            dstore 3 /* newTopLat */
        start local 3 // double newTopLat
         1: .line 140
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.latitude:D
            dload 1 /* angle */
            dsub
            dstore 5 /* newBottomLat */
        start local 5 // double newBottomLat
         2: .line 142
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.rightLon:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.leftLon:D
            dsub
            dstore 7 /* currentLonSpan */
        start local 7 // double currentLonSpan
         3: .line 143
            dload 7 /* currentLonSpan */
            dconst_0
            dcmpg
            ifge 5
         4: .line 144
            dload 7 /* currentLonSpan */
            ldc 6.283185307179586
            dadd
            dstore 7 /* currentLonSpan */
         5: .line 145
      StackMap locals: double double double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.leftLon:D
            dload 1 /* angle */
            dsub
            dstore 9 /* newLeftLon */
        start local 9 // double newLeftLon
         6: .line 146
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.rightLon:D
            dload 1 /* angle */
            dadd
            dstore 11 /* newRightLon */
        start local 11 // double newRightLon
         7: .line 147
            dload 7 /* currentLonSpan */
            ldc 2.0
            dload 1 /* angle */
            dmul
            dadd
            ldc 6.283185307179586
            dcmpl
            iflt 10
         8: .line 148
            ldc -3.141592653589793
            dstore 9 /* newLeftLon */
         9: .line 149
            ldc 3.141592653589793
            dstore 11 /* newRightLon */
        10: .line 151
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            dload 3 /* newTopLat */
            dload 5 /* newBottomLat */
            dload 9 /* newLeftLon */
            dload 11 /* newRightLon */
            invokestatic org.apache.lucene.spatial3d.geom.GeoBBoxFactory.makeGeoBBox:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDDD)Lorg/apache/lucene/spatial3d/geom/GeoBBox;
            areturn
        end local 11 // double newRightLon
        end local 9 // double newLeftLon
        end local 7 // double currentLonSpan
        end local 5 // double newBottomLat
        end local 3 // double newTopLat
        end local 1 // double angle
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;
            0   11     1           angle  D
            1   11     3       newTopLat  D
            2   11     5    newBottomLat  D
            3   11     7  currentLonSpan  D
            6   11     9      newLeftLon  D
            7   11    11     newRightLon  D
    MethodParameters:
       Name  Flags
      angle  final

  public boolean isWithin(double, double, double);
    descriptor: (DDD)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 156
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.Plane.evaluateIsZero:(DDD)Z
            ifeq 4
         1: .line 157
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(DDD)Z
            ifne 3
         2: .line 158
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(DDD)Z
            ifeq 4
         3: .line 156
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: 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.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;
            0    5     1     x  D
            0    5     3     y  D
            0    5     5     z  D
    MethodParameters:
      Name  Flags
      x     final
      y     final
      z     final

  public double getRadius();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
         0: .line 166
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.RHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.arcDistance:(Lorg/apache/lucene/spatial3d/geom/Vector;)D
            dstore 1 /* topAngle */
        start local 1 // double topAngle
         1: .line 167
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.LHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.arcDistance:(Lorg/apache/lucene/spatial3d/geom/Vector;)D
            dstore 3 /* bottomAngle */
        start local 3 // double bottomAngle
         2: .line 168
            dload 1 /* topAngle */
            dload 3 /* bottomAngle */
            invokestatic java.lang.Math.max:(DD)D
            dreturn
        end local 3 // double bottomAngle
        end local 1 // double topAngle
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;
            1    3     1     topAngle  D
            2    3     3  bottomAngle  D

  public org.apache.lucene.spatial3d.geom.GeoPoint getCenter();
    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.GeoWideDegenerateHorizontalLine this
         0: .line 173
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;

  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.GeoWideDegenerateHorizontalLine this
         0: .line 178
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;

  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=10, locals=4, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
        start local 1 // org.apache.lucene.spatial3d.geom.Plane p
        start local 2 // org.apache.lucene.spatial3d.geom.GeoPoint[] notablePoints
        start local 3 // org.apache.lucene.spatial3d.geom.Membership[] bounds
         0: .line 185
            aload 1 /* p */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
            aload 2 /* notablePoints */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.planePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 3 /* bounds */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.eitherBound:Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine$EitherBound;
            aastore
            invokevirtual org.apache.lucene.spatial3d.geom.Plane.intersects:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/Membership;[Lorg/apache/lucene/spatial3d/geom/Membership;)Z
            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 p
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;
            0    1     1              p  Lorg/apache/lucene/spatial3d/geom/Plane;
            0    1     2  notablePoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            0    1     3         bounds  [Lorg/apache/lucene/spatial3d/geom/Membership;
    MethodParameters:
               Name  Flags
      p              final
      notablePoints  final
      bounds         final

  public boolean intersects(org.apache.lucene.spatial3d.geom.GeoShape);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
         0: .line 192
            aload 1 /* geoShape */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.planePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.eitherBound:Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine$EitherBound;
            aastore
            invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.intersects:(Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/Membership;)Z
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;
            0    1     1  geoShape  Lorg/apache/lucene/spatial3d/geom/GeoShape;
    MethodParameters:
          Name  Flags
      geoShape  final

  public void getBounds(org.apache.lucene.spatial3d.geom.Bounds);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Bounds;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
        start local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
         0: .line 197
            aload 0 /* this */
            aload 1 /* bounds */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseBBox.getBounds:(Lorg/apache/lucene/spatial3d/geom/Bounds;)V
         1: .line 198
            aload 1 /* bounds */
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.isWide:()Lorg/apache/lucene/spatial3d/geom/Bounds;
         2: .line 199
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.latitude:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.eitherBound:Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine$EitherBound;
            aastore
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.addHorizontalPlane:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DLorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/Membership;)Lorg/apache/lucene/spatial3d/geom/Bounds;
         3: .line 200
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.LHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.addPoint:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;)Lorg/apache/lucene/spatial3d/geom/Bounds;
         4: .line 201
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.RHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.addPoint:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;)Lorg/apache/lucene/spatial3d/geom/Bounds;
            pop
         5: .line 202
            return
        end local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;
            0    6     1  bounds  Lorg/apache/lucene/spatial3d/geom/Bounds;
    MethodParameters:
        Name  Flags
      bounds  

  public int getRelationship(org.apache.lucene.spatial3d.geom.GeoShape);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape path
         0: .line 206
            aload 0 /* this */
            aload 1 /* path */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.intersects:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)Z
            ifeq 2
         1: .line 207
            iconst_2
            ireturn
         2: .line 210
      StackMap locals:
      StackMap stack:
            aload 1 /* path */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 4
         3: .line 211
            iconst_0
            ireturn
         4: .line 214
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape path
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;
            0    5     1  path  Lorg/apache/lucene/spatial3d/geom/GeoShape;
    MethodParameters:
      Name  Flags
      path  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=13, locals=14, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine 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 219
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.eitherBound:Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine$EitherBound;
            aastore
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.computeDistance:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;DDD[Lorg/apache/lucene/spatial3d/geom/Membership;)D
            dstore 8 /* distance */
        start local 8 // double distance
         1: .line 221
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.LHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.computeDistance:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;DDD)D
            dstore 10 /* LHCDistance */
        start local 10 // double LHCDistance
         2: .line 222
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.RHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.computeDistance:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;DDD)D
            dstore 12 /* RHCDistance */
        start local 12 // double RHCDistance
         3: .line 225
            dload 8 /* distance */
         4: .line 226
            dload 10 /* LHCDistance */
            dload 12 /* RHCDistance */
            invokestatic java.lang.Math.min:(DD)D
         5: .line 224
            invokestatic java.lang.Math.min:(DD)D
            dreturn
        end local 12 // double RHCDistance
        end local 10 // double LHCDistance
        end local 8 // double distance
        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.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;
            0    6     1  distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0    6     2              x  D
            0    6     4              y  D
            0    6     6              z  D
            1    6     8       distance  D
            2    6    10    LHCDistance  D
            3    6    12    RHCDistance  D
    MethodParameters:
               Name  Flags
      distanceStyle  final
      x              final
      y              final
      z              final

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
        start local 1 // java.lang.Object o
         0: .line 231
            aload 1 /* o */
            instanceof org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine
            ifne 2
         1: .line 232
            iconst_0
            ireturn
         2: .line 233
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine
            astore 2 /* other */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine other
         3: .line 234
            aload 0 /* this */
            aload 2 /* other */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseBBox.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.LHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.LHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.RHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.RHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine other
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;
            0    5     1      o  Ljava/lang/Object;
            3    5     2  other  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
         0: .line 239
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseBBox.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 240
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.LHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 241
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.RHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.hashCode:()I
            iadd
            istore 1 /* result */
         3: .line 242
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;
            1    4     1  result  I

  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.GeoWideDegenerateHorizontalLine this
         0: .line 247
            new java.lang.StringBuilder
            dup
            ldc "GeoWideDegenerateHorizontalLine: {planetmodel="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", latitude="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.latitude: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.GeoWideDegenerateHorizontalLine.latitude:D
            ldc 180.0
            dmul
            ldc 3.141592653589793
            ddiv
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc "), leftlon="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.leftLon: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.GeoWideDegenerateHorizontalLine.leftLon:D
            ldc 180.0
            dmul
            ldc 3.141592653589793
            ddiv
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc "), rightLon="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.rightLon: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.GeoWideDegenerateHorizontalLine.rightLon:D
            ldc 180.0
            dmul
            ldc 3.141592653589793
            ddiv
            invokevirtual java.lang.StringBuilder.append:(D)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.GeoWideDegenerateHorizontalLine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoWideDegenerateHorizontalLine;
}
SourceFile: "GeoWideDegenerateHorizontalLine.java"
NestMembers:
  org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine$EitherBound
InnerClasses:
  protected EitherBound = org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine$EitherBound of org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine