class org.apache.lucene.spatial3d.geom.GeoNorthRectangle 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.GeoNorthRectangle
  super_class: org.apache.lucene.spatial3d.geom.GeoBaseBBox
{
  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 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 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.SidedPlane backingPlane;
    descriptor: Lorg/apache/lucene/spatial3d/geom/SidedPlane;
    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.GeoPoint[] edgePoints;
    descriptor: [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 31
            ldc Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.spatial3d.geom.GeoNorthRectangle.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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=32, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // double bottomLat
        start local 4 // double leftLon
        start local 6 // double rightLon
         0: .line 71
            aload 0 /* this */
            aload 1 /* planetModel */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseBBox.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
         1: .line 73
            dload 2 /* bottomLat */
            ldc 1.5707963267948966
            dcmpl
            ifgt 2
            dload 2 /* bottomLat */
            ldc -1.5707963267948966
            dcmpg
            ifge 3
         2: .line 74
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoNorthRectangle org.apache.lucene.spatial3d.geom.PlanetModel double double double
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Bottom latitude out of range"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 75
      StackMap locals:
      StackMap stack:
            dload 4 /* leftLon */
            ldc -3.141592653589793
            dcmpg
            iflt 4
            dload 4 /* leftLon */
            ldc 3.141592653589793
            dcmpl
            ifle 5
         4: .line 76
      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 77
      StackMap locals:
      StackMap stack:
            dload 6 /* rightLon */
            ldc -3.141592653589793
            dcmpg
            iflt 6
            dload 6 /* rightLon */
            ldc 3.141592653589793
            dcmpl
            ifle 7
         6: .line 78
      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 79
      StackMap locals:
      StackMap stack:
            dload 6 /* rightLon */
            dload 4 /* leftLon */
            dsub
            dstore 8 /* extent */
        start local 8 // double extent
         8: .line 80
            dload 8 /* extent */
            dconst_0
            dcmpg
            ifge 10
         9: .line 81
            dload 8 /* extent */
            ldc 6.283185307179586
            dadd
            dstore 8 /* extent */
        10: .line 83
      StackMap locals: double
      StackMap stack:
            dload 8 /* extent */
            ldc 3.141592653589793
            dcmpl
            ifle 12
        11: .line 84
            new java.lang.IllegalArgumentException
            dup
            ldc "Width of rectangle too great"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 2 /* bottomLat */
            putfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.bottomLat:D
        13: .line 87
            aload 0 /* this */
            dload 4 /* leftLon */
            putfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.leftLon:D
        14: .line 88
            aload 0 /* this */
            dload 6 /* rightLon */
            putfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightLon:D
        15: .line 90
            dload 2 /* bottomLat */
            invokestatic java.lang.Math.sin:(D)D
            dstore 10 /* sinBottomLat */
        start local 10 // double sinBottomLat
        16: .line 91
            dload 2 /* bottomLat */
            invokestatic java.lang.Math.cos:(D)D
            dstore 12 /* cosBottomLat */
        start local 12 // double cosBottomLat
        17: .line 92
            dload 4 /* leftLon */
            invokestatic java.lang.Math.sin:(D)D
            dstore 14 /* sinLeftLon */
        start local 14 // double sinLeftLon
        18: .line 93
            dload 4 /* leftLon */
            invokestatic java.lang.Math.cos:(D)D
            dstore 16 /* cosLeftLon */
        start local 16 // double cosLeftLon
        19: .line 94
            dload 6 /* rightLon */
            invokestatic java.lang.Math.sin:(D)D
            dstore 18 /* sinRightLon */
        start local 18 // double sinRightLon
        20: .line 95
            dload 6 /* rightLon */
            invokestatic java.lang.Math.cos:(D)D
            dstore 20 /* cosRightLon */
        start local 20 // double cosRightLon
        21: .line 98
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 1 /* planetModel */
            dload 10 /* sinBottomLat */
            dload 18 /* sinRightLon */
            dload 12 /* cosBottomLat */
            dload 20 /* cosRightLon */
            dload 2 /* bottomLat */
            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.GeoNorthRectangle.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        22: .line 99
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 1 /* planetModel */
            dload 10 /* sinBottomLat */
            dload 14 /* sinLeftLon */
            dload 12 /* cosBottomLat */
            dload 16 /* cosLeftLon */
            dload 2 /* bottomLat */
            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.GeoNorthRectangle.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        23: .line 101
            ldc 1.5707963267948966
            dload 2 /* bottomLat */
            dadd
            ldc 0.5
            dmul
            dstore 22 /* middleLat */
        start local 22 // double middleLat
        24: .line 102
            dload 22 /* middleLat */
            invokestatic java.lang.Math.sin:(D)D
            dstore 24 /* sinMiddleLat */
        start local 24 // double sinMiddleLat
        25: .line 103
            aload 0 /* this */
            dload 22 /* middleLat */
            invokestatic java.lang.Math.cos:(D)D
            putfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.cosMiddleLat:D
        26: .line 105
            goto 28
        27: .line 106
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoNorthRectangle org.apache.lucene.spatial3d.geom.PlanetModel double double double double double double double double double double double double
      StackMap stack:
            dload 6 /* rightLon */
            ldc 6.283185307179586
            dadd
            dstore 6 /* rightLon */
        28: .line 105
      StackMap locals:
      StackMap stack:
            dload 4 /* leftLon */
            dload 6 /* rightLon */
            dcmpl
            ifgt 27
        29: .line 108
            dload 4 /* leftLon */
            dload 6 /* rightLon */
            dadd
            ldc 0.5
            dmul
            dstore 26 /* middleLon */
        start local 26 // double middleLon
        30: .line 109
            dload 26 /* middleLon */
            invokestatic java.lang.Math.sin:(D)D
            dstore 28 /* sinMiddleLon */
        start local 28 // double sinMiddleLon
        31: .line 110
            dload 26 /* middleLon */
            invokestatic java.lang.Math.cos:(D)D
            dstore 30 /* cosMiddleLon */
        start local 30 // double cosMiddleLon
        32: .line 112
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 1 /* planetModel */
            dload 24 /* sinMiddleLat */
            dload 28 /* sinMiddleLon */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.cosMiddleLat:D
            dload 30 /* cosMiddleLon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDDD)V
            putfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        33: .line 114
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 1 /* planetModel */
            dload 10 /* 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.GeoNorthRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
        34: .line 115
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
        35: .line 116
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
        36: .line 118
            getstatic org.apache.lucene.spatial3d.geom.GeoNorthRectangle.$assertionsDisabled:Z
            ifne 37
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifne 37
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        37: .line 119
      StackMap locals: double double double
      StackMap stack:
            getstatic org.apache.lucene.spatial3d.geom.GeoNorthRectangle.$assertionsDisabled:Z
            ifne 38
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifne 38
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        38: .line 120
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.spatial3d.geom.GeoNorthRectangle.$assertionsDisabled:Z
            ifne 39
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifne 39
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        39: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            dload 30 /* cosMiddleLon */
            dload 28 /* sinMiddleLon */
            dconst_0
            dconst_0
            invokespecial org.apache.lucene.spatial3d.geom.SidedPlane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;DDDD)V
            putfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.backingPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
        40: .line 127
            aload 0 /* this */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.bottomPlanePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        41: .line 128
            aload 0 /* this */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 1 /* planetModel */
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.NORTH_POLE:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.leftPlanePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        42: .line 129
            aload 0 /* this */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 1 /* planetModel */
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.NORTH_POLE:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightPlanePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        43: .line 131
            aload 0 /* this */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 1 /* planetModel */
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.NORTH_POLE:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        44: .line 134
            return
        end local 30 // double cosMiddleLon
        end local 28 // double sinMiddleLon
        end local 26 // double middleLon
        end local 24 // double sinMiddleLat
        end local 22 // double middleLat
        end local 20 // double cosRightLon
        end local 18 // double sinRightLon
        end local 16 // double cosLeftLon
        end local 14 // double sinLeftLon
        end local 12 // double cosBottomLat
        end local 10 // double sinBottomLat
        end local 8 // double extent
        end local 6 // double rightLon
        end local 4 // double leftLon
        end local 2 // double bottomLat
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   45     0          this  Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;
            0   45     1   planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0   45     2     bottomLat  D
            0   45     4       leftLon  D
            0   45     6      rightLon  D
            8   45     8        extent  D
           16   45    10  sinBottomLat  D
           17   45    12  cosBottomLat  D
           18   45    14    sinLeftLon  D
           19   45    16    cosLeftLon  D
           20   45    18   sinRightLon  D
           21   45    20   cosRightLon  D
           24   45    22     middleLat  D
           25   45    24  sinMiddleLat  D
           30   45    26     middleLon  D
           31   45    28  sinMiddleLon  D
           32   45    30  cosMiddleLon  D
    MethodParameters:
             Name  Flags
      planetModel  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=8, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.io.InputStream inputStream
         0: .line 142
            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.GeoNorthRectangle.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDD)V
         1: .line 143
            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.GeoNorthRectangle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;
            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.GeoNorthRectangle this
        start local 1 // java.io.OutputStream outputStream
         0: .line 147
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.bottomLat:D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         1: .line 148
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.leftLon:D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         2: .line 149
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightLon:D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         3: .line 150
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;
            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=11, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle this
        start local 1 // double angle
         0: .line 155
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.bottomLat:D
            dload 1 /* angle */
            dsub
            dstore 3 /* newBottomLat */
        start local 3 // double newBottomLat
         1: .line 157
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightLon:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.leftLon:D
            dsub
            dstore 5 /* currentLonSpan */
        start local 5 // double currentLonSpan
         2: .line 158
            dload 5 /* currentLonSpan */
            dconst_0
            dcmpg
            ifge 4
         3: .line 159
            dload 5 /* currentLonSpan */
            ldc 6.283185307179586
            dadd
            dstore 5 /* currentLonSpan */
         4: .line 160
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.leftLon:D
            dload 1 /* angle */
            dsub
            dstore 7 /* newLeftLon */
        start local 7 // double newLeftLon
         5: .line 161
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightLon:D
            dload 1 /* angle */
            dadd
            dstore 9 /* newRightLon */
        start local 9 // double newRightLon
         6: .line 162
            dload 5 /* currentLonSpan */
            ldc 2.0
            dload 1 /* angle */
            dmul
            dadd
            ldc 6.283185307179586
            dcmpl
            iflt 9
         7: .line 163
            ldc -3.141592653589793
            dstore 7 /* newLeftLon */
         8: .line 164
            ldc 3.141592653589793
            dstore 9 /* newRightLon */
         9: .line 166
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            ldc 1.5707963267948966
            dload 3 /* newBottomLat */
            dload 7 /* newLeftLon */
            dload 9 /* 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 9 // double newRightLon
        end local 7 // double newLeftLon
        end local 5 // double currentLonSpan
        end local 3 // double newBottomLat
        end local 1 // double angle
        end local 0 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;
            0   10     1           angle  D
            1   10     3    newBottomLat  D
            2   10     5  currentLonSpan  D
            5   10     7      newLeftLon  D
            6   10     9     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.GeoNorthRectangle this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 172
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.backingPlane: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 173
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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 174
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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
            ifeq 5
         3: .line 175
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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 171
            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.GeoNorthRectangle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;
            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=5, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle this
         0: .line 183
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightLon:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightLon:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.leftLon:D
            dadd
            ldc 0.5
            dmul
            dsub
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.cosMiddleLat:D
            dmul
            dstore 1 /* centerAngle */
        start local 1 // double centerAngle
         1: .line 184
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.centerPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.LLHC: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 185
            dload 1 /* centerAngle */
            dload 3 /* bottomAngle */
            invokestatic java.lang.Math.max:(DD)D
            dreturn
        end local 3 // double bottomAngle
        end local 1 // double centerAngle
        end local 0 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;
            1    3     1  centerAngle  D
            2    3     3  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.GeoNorthRectangle this
         0: .line 190
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;

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

  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.GeoNorthRectangle 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 206
            aload 1 /* p */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 2 /* notablePoints */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightPlane: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 4
         1: .line 207
            aload 1 /* p */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 2 /* notablePoints */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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 4
         2: .line 208
            aload 1 /* p */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 2 /* notablePoints */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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 4
         3: .line 205
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: 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.GeoNorthRectangle this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;
            0    5     1              p  Lorg/apache/lucene/spatial3d/geom/Plane;
            0    5     2  notablePoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            0    5     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.GeoNorthRectangle this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
         0: .line 214
            aload 1 /* geoShape */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightPlane: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 4
         1: .line 215
            aload 1 /* geoShape */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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 4
         2: .line 216
            aload 1 /* geoShape */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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 4
         3: .line 213
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
        end local 0 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;
            0    5     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.GeoNorthRectangle this
        start local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
         0: .line 221
            aload 0 /* this */
            aload 1 /* bounds */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseBBox.getBounds:(Lorg/apache/lucene/spatial3d/geom/Bounds;)V
         1: .line 222
            aload 1 /* bounds */
         2: .line 223
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.bottomLat:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            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 224
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.leftLon:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightPlane: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 225
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightLon:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle.bottomPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.leftPlane: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;
         5: .line 227
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.NORTH_POLE: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
         6: .line 228
            return
        end local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
        end local 0 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;
            0    7     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=18, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle 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 232
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.rightPlane: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 8 /* bottomDistance */
        start local 8 // double bottomDistance
         1: .line 233
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle.rightPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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 10 /* leftDistance */
        start local 10 // double leftDistance
         2: .line 234
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle.leftPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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 /* rightDistance */
        start local 12 // double rightDistance
         3: .line 236
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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 14 /* LRHCDistance */
        start local 14 // double LRHCDistance
         4: .line 237
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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 16 /* LLHCDistance */
        start local 16 // double LLHCDistance
         5: .line 241
            dload 8 /* bottomDistance */
         6: .line 243
            dload 10 /* leftDistance */
            dload 12 /* rightDistance */
            invokestatic java.lang.Math.min:(DD)D
         7: .line 244
            dload 14 /* LRHCDistance */
            dload 16 /* LLHCDistance */
            invokestatic java.lang.Math.min:(DD)D
         8: .line 242
            invokestatic java.lang.Math.min:(DD)D
         9: .line 240
            invokestatic java.lang.Math.min:(DD)D
        10: .line 239
            dreturn
        end local 16 // double LLHCDistance
        end local 14 // double LRHCDistance
        end local 12 // double rightDistance
        end local 10 // double leftDistance
        end local 8 // double bottomDistance
        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.GeoNorthRectangle this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;
            0   11     1   distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0   11     2               x  D
            0   11     4               y  D
            0   11     6               z  D
            1   11     8  bottomDistance  D
            2   11    10    leftDistance  D
            3   11    12   rightDistance  D
            4   11    14    LRHCDistance  D
            5   11    16    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.GeoNorthRectangle this
        start local 1 // java.lang.Object o
         0: .line 249
            aload 1 /* o */
            instanceof org.apache.lucene.spatial3d.geom.GeoNorthRectangle
            ifne 2
         1: .line 250
            iconst_0
            ireturn
         2: .line 251
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial3d.geom.GeoNorthRectangle
            astore 2 /* other */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle other
         3: .line 252
            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.GeoNorthRectangle.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.LLHC: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.GeoNorthRectangle.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.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.GeoNorthRectangle
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle other
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;
            0    5     1      o  Ljava/lang/Object;
            3    5     2  other  Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;
    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.GeoNorthRectangle this
         0: .line 257
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseBBox.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 258
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 259
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.hashCode:()I
            iadd
            istore 1 /* result */
         3: .line 260
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.lucene.spatial3d.geom.GeoNorthRectangle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;
            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.GeoNorthRectangle this
         0: .line 265
            new java.lang.StringBuilder
            dup
            ldc "GeoNorthRectangle: {planetmodel="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoNorthRectangle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)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.GeoNorthRectangle.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.GeoNorthRectangle.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.GeoNorthRectangle.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.GeoNorthRectangle.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.GeoNorthRectangle.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.GeoNorthRectangle.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.GeoNorthRectangle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoNorthRectangle;
}
SourceFile: "GeoNorthRectangle.java"