class org.apache.lucene.spatial3d.geom.GeoWideRectangle 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.GeoWideRectangle
  super_class: org.apache.lucene.spatial3d.geom.GeoBaseBBox
{
  protected final double topLat;
    descriptor: D
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final double bottomLat;
    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 double cosMiddleLat;
    descriptor: D
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

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

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

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

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

  protected final org.apache.lucene.spatial3d.geom.SidedPlane bottomPlane;
    descriptor: Lorg/apache/lucene/spatial3d/geom/SidedPlane;
    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[] topPlanePoints;
    descriptor: [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

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

  protected final org.apache.lucene.spatial3d.geom.GeoPoint[] rightPlanePoints;
    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.GeoWideRectangle$EitherBound eitherBound;
    descriptor: Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle$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, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=16, locals=38, args_size=6
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideRectangle this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // double topLat
        start local 4 // double bottomLat
        start local 6 // double leftLon
        start local 8 // double rightLon
         0: .line 88
            aload 0 /* this */
            aload 1 /* planetModel */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseBBox.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
         1: .line 90
            dload 2 /* topLat */
            ldc 1.5707963267948966
            dcmpl
            ifgt 2
            dload 2 /* topLat */
            ldc -1.5707963267948966
            dcmpg
            ifge 3
         2: .line 91
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoWideRectangle org.apache.lucene.spatial3d.geom.PlanetModel double double double double
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Top latitude out of range"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 92
      StackMap locals:
      StackMap stack:
            dload 4 /* bottomLat */
            ldc 1.5707963267948966
            dcmpl
            ifgt 4
            dload 4 /* bottomLat */
            ldc -1.5707963267948966
            dcmpg
            ifge 5
         4: .line 93
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Bottom latitude out of range"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 94
      StackMap locals:
      StackMap stack:
            dload 2 /* topLat */
            dload 4 /* bottomLat */
            dcmpg
            ifge 7
         6: .line 95
            new java.lang.IllegalArgumentException
            dup
            ldc "Top latitude less than bottom latitude"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 96
      StackMap locals:
      StackMap stack:
            dload 6 /* leftLon */
            ldc -3.141592653589793
            dcmpg
            iflt 8
            dload 6 /* leftLon */
            ldc 3.141592653589793
            dcmpl
            ifle 9
         8: .line 97
      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
         9: .line 98
      StackMap locals:
      StackMap stack:
            dload 8 /* rightLon */
            ldc -3.141592653589793
            dcmpg
            iflt 10
            dload 8 /* rightLon */
            ldc 3.141592653589793
            dcmpl
            ifle 11
        10: .line 99
      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
        11: .line 100
      StackMap locals:
      StackMap stack:
            dload 8 /* rightLon */
            dload 6 /* leftLon */
            dsub
            dstore 10 /* extent */
        start local 10 // double extent
        12: .line 101
            dload 10 /* extent */
            dconst_0
            dcmpg
            ifge 14
        13: .line 102
            dload 10 /* extent */
            ldc 6.283185307179586
            dadd
            dstore 10 /* extent */
        14: .line 104
      StackMap locals: double
      StackMap stack:
            dload 10 /* extent */
            ldc 3.141592653589793
            dcmpg
            ifge 16
        15: .line 105
            new java.lang.IllegalArgumentException
            dup
            ldc "Width of rectangle too small"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 2 /* topLat */
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topLat:D
        17: .line 108
            aload 0 /* this */
            dload 4 /* bottomLat */
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomLat:D
        18: .line 109
            aload 0 /* this */
            dload 6 /* leftLon */
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.leftLon:D
        19: .line 110
            aload 0 /* this */
            dload 8 /* rightLon */
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightLon:D
        20: .line 112
            dload 2 /* topLat */
            invokestatic java.lang.Math.sin:(D)D
            dstore 12 /* sinTopLat */
        start local 12 // double sinTopLat
        21: .line 113
            dload 2 /* topLat */
            invokestatic java.lang.Math.cos:(D)D
            dstore 14 /* cosTopLat */
        start local 14 // double cosTopLat
        22: .line 114
            dload 4 /* bottomLat */
            invokestatic java.lang.Math.sin:(D)D
            dstore 16 /* sinBottomLat */
        start local 16 // double sinBottomLat
        23: .line 115
            dload 4 /* bottomLat */
            invokestatic java.lang.Math.cos:(D)D
            dstore 18 /* cosBottomLat */
        start local 18 // double cosBottomLat
        24: .line 116
            dload 6 /* leftLon */
            invokestatic java.lang.Math.sin:(D)D
            dstore 20 /* sinLeftLon */
        start local 20 // double sinLeftLon
        25: .line 117
            dload 6 /* leftLon */
            invokestatic java.lang.Math.cos:(D)D
            dstore 22 /* cosLeftLon */
        start local 22 // double cosLeftLon
        26: .line 118
            dload 8 /* rightLon */
            invokestatic java.lang.Math.sin:(D)D
            dstore 24 /* sinRightLon */
        start local 24 // double sinRightLon
        27: .line 119
            dload 8 /* rightLon */
            invokestatic java.lang.Math.cos:(D)D
            dstore 26 /* cosRightLon */
        start local 26 // double cosRightLon
        28: .line 122
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 1 /* planetModel */
            dload 12 /* sinTopLat */
            dload 20 /* sinLeftLon */
            dload 14 /* cosTopLat */
            dload 22 /* cosLeftLon */
            dload 2 /* topLat */
            dload 6 /* leftLon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDDDDD)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        29: .line 123
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 1 /* planetModel */
            dload 12 /* sinTopLat */
            dload 24 /* sinRightLon */
            dload 14 /* cosTopLat */
            dload 26 /* cosRightLon */
            dload 2 /* topLat */
            dload 8 /* rightLon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDDDDD)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.URHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        30: .line 124
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 1 /* planetModel */
            dload 16 /* sinBottomLat */
            dload 24 /* sinRightLon */
            dload 18 /* cosBottomLat */
            dload 26 /* cosRightLon */
            dload 4 /* bottomLat */
            dload 8 /* rightLon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDDDDD)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        31: .line 125
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 1 /* planetModel */
            dload 16 /* sinBottomLat */
            dload 20 /* sinLeftLon */
            dload 18 /* cosBottomLat */
            dload 22 /* cosLeftLon */
            dload 4 /* bottomLat */
            dload 6 /* leftLon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDDDDD)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        32: .line 127
            dload 2 /* topLat */
            dload 4 /* bottomLat */
            dadd
            ldc 0.5
            dmul
            dstore 28 /* middleLat */
        start local 28 // double middleLat
        33: .line 128
            dload 28 /* middleLat */
            invokestatic java.lang.Math.sin:(D)D
            dstore 30 /* sinMiddleLat */
        start local 30 // double sinMiddleLat
        34: .line 129
            aload 0 /* this */
            dload 28 /* middleLat */
            invokestatic java.lang.Math.cos:(D)D
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.cosMiddleLat:D
        35: .line 131
            goto 37
        36: .line 132
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoWideRectangle org.apache.lucene.spatial3d.geom.PlanetModel double double double double double double double double double double double double double double double
      StackMap stack:
            dload 8 /* rightLon */
            ldc 6.283185307179586
            dadd
            dstore 8 /* rightLon */
        37: .line 131
      StackMap locals:
      StackMap stack:
            dload 6 /* leftLon */
            dload 8 /* rightLon */
            dcmpl
            ifgt 36
        38: .line 134
            dload 6 /* leftLon */
            dload 8 /* rightLon */
            dadd
            ldc 0.5
            dmul
            dstore 32 /* middleLon */
        start local 32 // double middleLon
        39: .line 135
            dload 32 /* middleLon */
            invokestatic java.lang.Math.sin:(D)D
            dstore 34 /* sinMiddleLon */
        start local 34 // double sinMiddleLon
        40: .line 136
            dload 32 /* middleLon */
            invokestatic java.lang.Math.cos:(D)D
            dstore 36 /* cosMiddleLon */
        start local 36 // double cosMiddleLon
        41: .line 138
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 1 /* planetModel */
            dload 30 /* sinMiddleLat */
            dload 34 /* sinMiddleLon */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.cosMiddleLat:D
            dload 36 /* cosMiddleLon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDDD)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        42: .line 140
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 1 /* planetModel */
            dload 12 /* sinTopLat */
            invokespecial org.apache.lucene.spatial3d.geom.SidedPlane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/PlanetModel;D)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
        43: .line 141
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 1 /* planetModel */
            dload 16 /* sinBottomLat */
            invokespecial org.apache.lucene.spatial3d.geom.SidedPlane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/PlanetModel;D)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
        44: .line 142
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            dload 22 /* cosLeftLon */
            dload 20 /* sinLeftLon */
            invokespecial org.apache.lucene.spatial3d.geom.SidedPlane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;DD)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
        45: .line 143
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            dload 26 /* cosRightLon */
            dload 24 /* sinRightLon */
            invokespecial org.apache.lucene.spatial3d.geom.SidedPlane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;DD)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
        46: .line 145
            aload 0 /* this */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.URHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlanePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        47: .line 146
            aload 0 /* this */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlanePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        48: .line 147
            aload 0 /* this */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.leftPlanePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        49: .line 148
            aload 0 /* this */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.URHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightPlanePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        50: .line 150
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.GeoWideRectangle$EitherBound
            dup
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial3d.geom.GeoWideRectangle$EitherBound.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle;)V
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.eitherBound:Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle$EitherBound;
        51: .line 152
            aload 0 /* this */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        52: .line 153
            return
        end local 36 // double cosMiddleLon
        end local 34 // double sinMiddleLon
        end local 32 // double middleLon
        end local 30 // double sinMiddleLat
        end local 28 // double middleLat
        end local 26 // double cosRightLon
        end local 24 // double sinRightLon
        end local 22 // double cosLeftLon
        end local 20 // double sinLeftLon
        end local 18 // double cosBottomLat
        end local 16 // double sinBottomLat
        end local 14 // double cosTopLat
        end local 12 // double sinTopLat
        end local 10 // double extent
        end local 8 // double rightLon
        end local 6 // double leftLon
        end local 4 // double bottomLat
        end local 2 // double topLat
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideRectangle this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   53     0          this  Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle;
            0   53     1   planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0   53     2        topLat  D
            0   53     4     bottomLat  D
            0   53     6       leftLon  D
            0   53     8      rightLon  D
           12   53    10        extent  D
           21   53    12     sinTopLat  D
           22   53    14     cosTopLat  D
           23   53    16  sinBottomLat  D
           24   53    18  cosBottomLat  D
           25   53    20    sinLeftLon  D
           26   53    22    cosLeftLon  D
           27   53    24   sinRightLon  D
           28   53    26   cosRightLon  D
           33   53    28     middleLat  D
           34   53    30  sinMiddleLat  D
           39   53    32     middleLon  D
           40   53    34  sinMiddleLon  D
           41   53    36  cosMiddleLon  D
    MethodParameters:
             Name  Flags
      planetModel  final
      topLat       final
      bottomLat    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=10, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideRectangle this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.io.InputStream inputStream
         0: .line 161
            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
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readDouble:(Ljava/io/InputStream;)D
            invokespecial org.apache.lucene.spatial3d.geom.GeoWideRectangle.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDDD)V
         1: .line 162
            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.GeoWideRectangle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle;
            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.GeoWideRectangle this
        start local 1 // java.io.OutputStream outputStream
         0: .line 166
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topLat:D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         1: .line 167
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomLat:D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         2: .line 168
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.leftLon:D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         3: .line 169
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightLon:D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         4: .line 170
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideRectangle this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle;
            0    5     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.GeoWideRectangle this
        start local 1 // double angle
         0: .line 174
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topLat:D
            dload 1 /* angle */
            dadd
            dstore 3 /* newTopLat */
        start local 3 // double newTopLat
         1: .line 175
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomLat:D
            dload 1 /* angle */
            dsub
            dstore 5 /* newBottomLat */
        start local 5 // double newBottomLat
         2: .line 177
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightLon:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.leftLon:D
            dsub
            dstore 7 /* currentLonSpan */
        start local 7 // double currentLonSpan
         3: .line 178
            dload 7 /* currentLonSpan */
            dconst_0
            dcmpg
            ifge 5
         4: .line 179
            dload 7 /* currentLonSpan */
            ldc 6.283185307179586
            dadd
            dstore 7 /* currentLonSpan */
         5: .line 180
      StackMap locals: double double double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.leftLon:D
            dload 1 /* angle */
            dsub
            dstore 9 /* newLeftLon */
        start local 9 // double newLeftLon
         6: .line 181
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightLon:D
            dload 1 /* angle */
            dadd
            dstore 11 /* newRightLon */
        start local 11 // double newRightLon
         7: .line 182
            dload 7 /* currentLonSpan */
            ldc 2.0
            dload 1 /* angle */
            dmul
            dadd
            ldc 6.283185307179586
            dcmpl
            iflt 10
         8: .line 183
            ldc -3.141592653589793
            dstore 9 /* newLeftLon */
         9: .line 184
            ldc 3.141592653589793
            dstore 11 /* newRightLon */
        10: .line 186
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.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.GeoWideRectangle this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle;
            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.GeoWideRectangle this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 191
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane: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 5
         1: .line 192
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane: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 5
         2: .line 193
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.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 4
         3: .line 194
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.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 5
         4: .line 191
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: 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.GeoWideRectangle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle;
            0    6     1     x  D
            0    6     3     y  D
            0    6     5     z  D
    MethodParameters:
      Name  Flags
      x     final
      y     final
      z     final

  public double getRadius();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideRectangle this
         0: .line 202
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightLon:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightLon:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.leftLon:D
            dadd
            ldc 0.5
            dmul
            dsub
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.cosMiddleLat:D
            dmul
            dstore 1 /* centerAngle */
        start local 1 // double centerAngle
         1: .line 203
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.URHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.arcDistance:(Lorg/apache/lucene/spatial3d/geom/Vector;)D
            dstore 3 /* topAngle */
        start local 3 // double topAngle
         2: .line 204
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.arcDistance:(Lorg/apache/lucene/spatial3d/geom/Vector;)D
            dstore 5 /* bottomAngle */
        start local 5 // double bottomAngle
         3: .line 205
            dload 1 /* centerAngle */
            dload 3 /* topAngle */
            dload 5 /* bottomAngle */
            invokestatic java.lang.Math.max:(DD)D
            invokestatic java.lang.Math.max:(DD)D
            dreturn
        end local 5 // double bottomAngle
        end local 3 // double topAngle
        end local 1 // double centerAngle
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideRectangle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle;
            1    4     1  centerAngle  D
            2    4     3     topAngle  D
            3    4     5  bottomAngle  D

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

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

  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.GeoWideRectangle 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 227
            aload 1 /* p */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 2 /* notablePoints */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlanePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 3 /* bounds */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.eitherBound:Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle$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
            ifne 5
         1: .line 228
            aload 1 /* p */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 2 /* notablePoints */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlanePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 3 /* bounds */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.eitherBound:Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle$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
            ifne 5
         2: .line 229
            aload 1 /* p */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 2 /* notablePoints */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.leftPlanePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 3 /* bounds */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            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
            ifne 5
         3: .line 230
            aload 1 /* p */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 2 /* notablePoints */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightPlanePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 3 /* bounds */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            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
            ifne 5
         4: .line 227
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            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.GeoWideRectangle this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle;
            0    6     1              p  Lorg/apache/lucene/spatial3d/geom/Plane;
            0    6     2  notablePoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            0    6     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.GeoWideRectangle this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
         0: .line 235
            aload 1 /* geoShape */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlanePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.eitherBound:Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle$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
            ifne 5
         1: .line 236
            aload 1 /* geoShape */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlanePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.eitherBound:Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle$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
            ifne 5
         2: .line 237
            aload 1 /* geoShape */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.leftPlanePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            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
            ifne 5
         3: .line 238
            aload 1 /* geoShape */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightPlanePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            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
            ifne 5
         4: .line 235
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideRectangle this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle;
            0    6     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.GeoWideRectangle this
        start local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
         0: .line 243
            aload 0 /* this */
            aload 1 /* bounds */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseBBox.getBounds:(Lorg/apache/lucene/spatial3d/geom/Bounds;)V
         1: .line 244
            aload 1 /* bounds */
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.isWide:()Lorg/apache/lucene/spatial3d/geom/Bounds;
         2: .line 245
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topLat:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.eitherBound:Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle$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 246
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightLon:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.addVerticalPlane:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DLorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/Membership;)Lorg/apache/lucene/spatial3d/geom/Bounds;
         4: .line 247
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomLat:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.eitherBound:Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle$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;
         5: .line 248
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.leftLon:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.addVerticalPlane:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DLorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/Membership;)Lorg/apache/lucene/spatial3d/geom/Bounds;
         6: .line 249
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.addIntersection:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/Membership;)Lorg/apache/lucene/spatial3d/geom/Bounds;
         7: .line 250
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.ULHC: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;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.URHC: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;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.LRHC: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;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.LLHC: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
         8: .line 251
            return
        end local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideRectangle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle;
            0    9     1  bounds  Lorg/apache/lucene/spatial3d/geom/Bounds;
    MethodParameters:
        Name  Flags
      bounds  

  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=24, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoWideRectangle 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 255
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.eitherBound:Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle$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 /* topDistance */
        start local 8 // double topDistance
         1: .line 256
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.eitherBound:Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle$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 10 /* bottomDistance */
        start local 10 // double bottomDistance
         2: .line 259
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            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 12 /* leftDistance */
        start local 12 // double leftDistance
         3: .line 260
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            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 14 /* rightDistance */
        start local 14 // double rightDistance
         4: .line 262
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.ULHC: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 16 /* ULHCDistance */
        start local 16 // double ULHCDistance
         5: .line 263
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.URHC: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 18 /* URHCDistance */
        start local 18 // double URHCDistance
         6: .line 264
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.LRHC: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 20 /* LRHCDistance */
        start local 20 // double LRHCDistance
         7: .line 265
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.LLHC: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 22 /* LLHCDistance */
        start local 22 // double LLHCDistance
         8: .line 269
            dload 8 /* topDistance */
            dload 10 /* bottomDistance */
            invokestatic java.lang.Math.min:(DD)D
         9: .line 270
            dload 12 /* leftDistance */
            dload 14 /* rightDistance */
            invokestatic java.lang.Math.min:(DD)D
        10: .line 268
            invokestatic java.lang.Math.min:(DD)D
        11: .line 272
            dload 16 /* ULHCDistance */
            dload 18 /* URHCDistance */
            invokestatic java.lang.Math.min:(DD)D
        12: .line 273
            dload 20 /* LRHCDistance */
            dload 22 /* LLHCDistance */
            invokestatic java.lang.Math.min:(DD)D
        13: .line 271
            invokestatic java.lang.Math.min:(DD)D
        14: .line 267
            invokestatic java.lang.Math.min:(DD)D
            dreturn
        end local 22 // double LLHCDistance
        end local 20 // double LRHCDistance
        end local 18 // double URHCDistance
        end local 16 // double ULHCDistance
        end local 14 // double rightDistance
        end local 12 // double leftDistance
        end local 10 // double bottomDistance
        end local 8 // double topDistance
        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.GeoWideRectangle this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle;
            0   15     1   distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0   15     2               x  D
            0   15     4               y  D
            0   15     6               z  D
            1   15     8     topDistance  D
            2   15    10  bottomDistance  D
            3   15    12    leftDistance  D
            4   15    14   rightDistance  D
            5   15    16    ULHCDistance  D
            6   15    18    URHCDistance  D
            7   15    20    LRHCDistance  D
            8   15    22    LLHCDistance  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.GeoWideRectangle this
        start local 1 // java.lang.Object o
         0: .line 278
            aload 1 /* o */
            instanceof org.apache.lucene.spatial3d.geom.GeoWideRectangle
            ifne 2
         1: .line 279
            iconst_0
            ireturn
         2: .line 280
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial3d.geom.GeoWideRectangle
            astore 2 /* other */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoWideRectangle other
         3: .line 281
            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.GeoWideRectangle.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.ULHC: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.GeoWideRectangle.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.LRHC: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.GeoWideRectangle
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoWideRectangle other
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideRectangle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle;
            0    5     1      o  Ljava/lang/Object;
            3    5     2  other  Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle;
    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.GeoWideRectangle this
         0: .line 286
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseBBox.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 287
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 288
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.hashCode:()I
            iadd
            istore 1 /* result */
         3: .line 289
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.lucene.spatial3d.geom.GeoWideRectangle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle;
            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.GeoWideRectangle this
         0: .line 294
            new java.lang.StringBuilder
            dup
            ldc "GeoWideRectangle: {planetmodel="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", toplat="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.topLat: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.GeoWideRectangle.topLat:D
            ldc 180.0
            dmul
            ldc 3.141592653589793
            ddiv
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc "), bottomlat="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoWideRectangle.bottomLat: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.GeoWideRectangle.bottomLat: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.GeoWideRectangle.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.GeoWideRectangle.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.GeoWideRectangle.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.GeoWideRectangle.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.GeoWideRectangle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoWideRectangle;
}
SourceFile: "GeoWideRectangle.java"
NestMembers:
  org.apache.lucene.spatial3d.geom.GeoWideRectangle$EitherBound
InnerClasses:
  protected EitherBound = org.apache.lucene.spatial3d.geom.GeoWideRectangle$EitherBound of org.apache.lucene.spatial3d.geom.GeoWideRectangle