public class org.apache.lucene.spatial3d.geom.LatLonBounds implements org.apache.lucene.spatial3d.geom.Bounds
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.spatial3d.geom.LatLonBounds
  super_class: java.lang.Object
{
  private boolean noLongitudeBound;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean noTopLatitudeBound;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean noBottomLatitudeBound;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Double minLatitude;
    descriptor: Ljava/lang/Double;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Double maxLatitude;
    descriptor: Ljava/lang/Double;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Double leftLongitude;
    descriptor: Ljava/lang/Double;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Double rightLongitude;
    descriptor: Ljava/lang/Double;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
         0: .line 96
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.noLongitudeBound:Z
         2: .line 29
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.noTopLatitudeBound:Z
         3: .line 31
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.noBottomLatitudeBound:Z
         4: .line 34
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.minLatitude:Ljava/lang/Double;
         5: .line 36
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.maxLatitude:Ljava/lang/Double;
         6: .line 91
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.leftLongitude:Ljava/lang/Double;
         7: .line 93
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.rightLongitude:Ljava/lang/Double;
         8: .line 97
            return
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;

  public java.lang.Double getMaxLatitude();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
         0: .line 105
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.maxLatitude:Ljava/lang/Double;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;

  public java.lang.Double getMinLatitude();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
         0: .line 112
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.minLatitude:Ljava/lang/Double;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;

  public java.lang.Double getLeftLongitude();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
         0: .line 119
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.leftLongitude:Ljava/lang/Double;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;

  public java.lang.Double getRightLongitude();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
         0: .line 126
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.rightLongitude:Ljava/lang/Double;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;

  public boolean checkNoLongitudeBound();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
         0: .line 135
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.noLongitudeBound:Z
            ireturn
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;

  public boolean checkNoTopLatitudeBound();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
         0: .line 142
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.noTopLatitudeBound:Z
            ireturn
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;

  public boolean checkNoBottomLatitudeBound();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
         0: .line 149
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.noBottomLatitudeBound:Z
            ireturn
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;

  public org.apache.lucene.spatial3d.geom.Bounds addPlane(org.apache.lucene.spatial3d.geom.PlanetModel, org.apache.lucene.spatial3d.geom.Plane, org.apache.lucene.spatial3d.geom.Membership[]);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/Membership;)Lorg/apache/lucene/spatial3d/geom/Bounds;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // org.apache.lucene.spatial3d.geom.Plane plane
        start local 3 // org.apache.lucene.spatial3d.geom.Membership[] bounds
         0: .line 156
            aload 2 /* plane */
            aload 1 /* planetModel */
            aload 0 /* this */
            aload 3 /* bounds */
            invokevirtual org.apache.lucene.spatial3d.geom.Plane.recordBounds:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/LatLonBounds;[Lorg/apache/lucene/spatial3d/geom/Membership;)V
         1: .line 157
            aload 0 /* this */
            areturn
        end local 3 // org.apache.lucene.spatial3d.geom.Membership[] bounds
        end local 2 // org.apache.lucene.spatial3d.geom.Plane plane
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;
            0    2     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    2     2        plane  Lorg/apache/lucene/spatial3d/geom/Plane;
            0    2     3       bounds  [Lorg/apache/lucene/spatial3d/geom/Membership;
    MethodParameters:
             Name  Flags
      planetModel  final
      plane        final
      bounds       final

  public org.apache.lucene.spatial3d.geom.Bounds addHorizontalPlane(org.apache.lucene.spatial3d.geom.PlanetModel, double, org.apache.lucene.spatial3d.geom.Plane, org.apache.lucene.spatial3d.geom.Membership[]);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;DLorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/Membership;)Lorg/apache/lucene/spatial3d/geom/Bounds;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // double latitude
        start local 4 // org.apache.lucene.spatial3d.geom.Plane horizontalPlane
        start local 5 // org.apache.lucene.spatial3d.geom.Membership[] bounds
         0: .line 165
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.noTopLatitudeBound:Z
            ifeq 1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.noBottomLatitudeBound:Z
            ifne 2
         1: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 2 /* latitude */
            invokevirtual org.apache.lucene.spatial3d.geom.LatLonBounds.addLatitudeBound:(D)V
         2: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 5 // org.apache.lucene.spatial3d.geom.Membership[] bounds
        end local 4 // org.apache.lucene.spatial3d.geom.Plane horizontalPlane
        end local 2 // double latitude
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;
            0    3     1      planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    3     2         latitude  D
            0    3     4  horizontalPlane  Lorg/apache/lucene/spatial3d/geom/Plane;
            0    3     5           bounds  [Lorg/apache/lucene/spatial3d/geom/Membership;
    MethodParameters:
                 Name  Flags
      planetModel      final
      latitude         final
      horizontalPlane  final
      bounds           final

  public org.apache.lucene.spatial3d.geom.Bounds addVerticalPlane(org.apache.lucene.spatial3d.geom.PlanetModel, double, org.apache.lucene.spatial3d.geom.Plane, org.apache.lucene.spatial3d.geom.Membership[]);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;DLorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/Membership;)Lorg/apache/lucene/spatial3d/geom/Bounds;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // double longitude
        start local 4 // org.apache.lucene.spatial3d.geom.Plane verticalPlane
        start local 5 // org.apache.lucene.spatial3d.geom.Membership[] bounds
         0: .line 176
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.noLongitudeBound:Z
            ifne 2
         1: .line 177
            aload 0 /* this */
            dload 2 /* longitude */
            invokevirtual org.apache.lucene.spatial3d.geom.LatLonBounds.addLongitudeBound:(D)V
         2: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 5 // org.apache.lucene.spatial3d.geom.Membership[] bounds
        end local 4 // org.apache.lucene.spatial3d.geom.Plane verticalPlane
        end local 2 // double longitude
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;
            0    3     1    planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    3     2      longitude  D
            0    3     4  verticalPlane  Lorg/apache/lucene/spatial3d/geom/Plane;
            0    3     5         bounds  [Lorg/apache/lucene/spatial3d/geom/Membership;
    MethodParameters:
               Name  Flags
      planetModel    final
      longitude      final
      verticalPlane  final
      bounds         final

  public org.apache.lucene.spatial3d.geom.Bounds isWide();
    descriptor: ()Lorg/apache/lucene/spatial3d/geom/Bounds;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
         0: .line 184
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial3d.geom.LatLonBounds.noLongitudeBound:()Lorg/apache/lucene/spatial3d/geom/Bounds;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;

  public org.apache.lucene.spatial3d.geom.Bounds addXValue(org.apache.lucene.spatial3d.geom.GeoPoint);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoPoint;)Lorg/apache/lucene/spatial3d/geom/Bounds;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoPoint point
         0: .line 189
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.noLongitudeBound:Z
            ifne 2
         1: .line 191
            aload 0 /* this */
            aload 1 /* point */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLongitude:()D
            invokevirtual org.apache.lucene.spatial3d.geom.LatLonBounds.addLongitudeBound:(D)V
         2: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoPoint point
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;
            0    3     1  point  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    MethodParameters:
       Name  Flags
      point  final

  public org.apache.lucene.spatial3d.geom.Bounds addYValue(org.apache.lucene.spatial3d.geom.GeoPoint);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoPoint;)Lorg/apache/lucene/spatial3d/geom/Bounds;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoPoint point
         0: .line 198
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.noLongitudeBound:Z
            ifne 2
         1: .line 200
            aload 0 /* this */
            aload 1 /* point */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLongitude:()D
            invokevirtual org.apache.lucene.spatial3d.geom.LatLonBounds.addLongitudeBound:(D)V
         2: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoPoint point
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;
            0    3     1  point  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    MethodParameters:
       Name  Flags
      point  final

  public org.apache.lucene.spatial3d.geom.Bounds addZValue(org.apache.lucene.spatial3d.geom.GeoPoint);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoPoint;)Lorg/apache/lucene/spatial3d/geom/Bounds;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoPoint point
         0: .line 207
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.noTopLatitudeBound:Z
            ifeq 1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.noBottomLatitudeBound:Z
            ifne 3
         1: .line 209
      StackMap locals:
      StackMap stack:
            aload 1 /* point */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLatitude:()D
            dstore 2 /* latitude */
        start local 2 // double latitude
         2: .line 210
            aload 0 /* this */
            dload 2 /* latitude */
            invokevirtual org.apache.lucene.spatial3d.geom.LatLonBounds.addLatitudeBound:(D)V
        end local 2 // double latitude
         3: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoPoint point
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;
            0    4     1     point  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            2    3     2  latitude  D
    MethodParameters:
       Name  Flags
      point  final

  public org.apache.lucene.spatial3d.geom.Bounds addIntersection(org.apache.lucene.spatial3d.geom.PlanetModel, org.apache.lucene.spatial3d.geom.Plane, org.apache.lucene.spatial3d.geom.Plane, org.apache.lucene.spatial3d.geom.Membership[]);
    descriptor: (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;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // org.apache.lucene.spatial3d.geom.Plane plane1
        start local 3 // org.apache.lucene.spatial3d.geom.Plane plane2
        start local 4 // org.apache.lucene.spatial3d.geom.Membership[] bounds
         0: .line 217
            aload 2 /* plane1 */
            aload 1 /* planetModel */
            aload 0 /* this */
            aload 3 /* plane2 */
            aload 4 /* bounds */
            invokevirtual org.apache.lucene.spatial3d.geom.Plane.recordBounds:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/LatLonBounds;Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/Membership;)V
         1: .line 218
            aload 0 /* this */
            areturn
        end local 4 // org.apache.lucene.spatial3d.geom.Membership[] bounds
        end local 3 // org.apache.lucene.spatial3d.geom.Plane plane2
        end local 2 // org.apache.lucene.spatial3d.geom.Plane plane1
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;
            0    2     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    2     2       plane1  Lorg/apache/lucene/spatial3d/geom/Plane;
            0    2     3       plane2  Lorg/apache/lucene/spatial3d/geom/Plane;
            0    2     4       bounds  [Lorg/apache/lucene/spatial3d/geom/Membership;
    MethodParameters:
             Name  Flags
      planetModel  final
      plane1       final
      plane2       final
      bounds       final

  public org.apache.lucene.spatial3d.geom.Bounds addPoint(org.apache.lucene.spatial3d.geom.GeoPoint);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoPoint;)Lorg/apache/lucene/spatial3d/geom/Bounds;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoPoint point
         0: .line 223
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.noLongitudeBound:Z
            ifne 2
         1: .line 225
            aload 0 /* this */
            aload 1 /* point */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLongitude:()D
            invokevirtual org.apache.lucene.spatial3d.geom.LatLonBounds.addLongitudeBound:(D)V
         2: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.noTopLatitudeBound:Z
            ifeq 3
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.noBottomLatitudeBound:Z
            ifne 4
         3: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* point */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLatitude:()D
            invokevirtual org.apache.lucene.spatial3d.geom.LatLonBounds.addLatitudeBound:(D)V
         4: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoPoint point
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;
            0    5     1  point  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    MethodParameters:
       Name  Flags
      point  

  public org.apache.lucene.spatial3d.geom.Bounds noLongitudeBound();
    descriptor: ()Lorg/apache/lucene/spatial3d/geom/Bounds;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
         0: .line 236
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.noLongitudeBound:Z
         1: .line 237
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.leftLongitude:Ljava/lang/Double;
         2: .line 238
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.rightLongitude:Ljava/lang/Double;
         3: .line 239
            aload 0 /* this */
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;

  public org.apache.lucene.spatial3d.geom.Bounds noTopLatitudeBound();
    descriptor: ()Lorg/apache/lucene/spatial3d/geom/Bounds;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
         0: .line 244
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.noTopLatitudeBound:Z
         1: .line 245
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.maxLatitude:Ljava/lang/Double;
         2: .line 246
            aload 0 /* this */
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;

  public org.apache.lucene.spatial3d.geom.Bounds noBottomLatitudeBound();
    descriptor: ()Lorg/apache/lucene/spatial3d/geom/Bounds;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
         0: .line 251
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.noBottomLatitudeBound:Z
         1: .line 252
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.minLatitude:Ljava/lang/Double;
         2: .line 253
            aload 0 /* this */
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;

  public org.apache.lucene.spatial3d.geom.Bounds noBound(org.apache.lucene.spatial3d.geom.PlanetModel);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;)Lorg/apache/lucene/spatial3d/geom/Bounds;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
         0: .line 258
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial3d.geom.LatLonBounds.noLongitudeBound:()Lorg/apache/lucene/spatial3d/geom/Bounds;
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.noTopLatitudeBound:()Lorg/apache/lucene/spatial3d/geom/Bounds;
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.noBottomLatitudeBound:()Lorg/apache/lucene/spatial3d/geom/Bounds;
            areturn
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;
            0    1     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
    MethodParameters:
             Name  Flags
      planetModel  final

  private void addLatitudeBound(double);
    descriptor: (D)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
        start local 1 // double latitude
         0: .line 267
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.noTopLatitudeBound:Z
            ifne 2
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.maxLatitude:Ljava/lang/Double;
            ifnull 1
            dload 1 /* latitude */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.maxLatitude:Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dcmpl
            ifle 2
         1: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 1 /* latitude */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.maxLatitude:Ljava/lang/Double;
         2: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.noBottomLatitudeBound:Z
            ifne 4
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.minLatitude:Ljava/lang/Double;
            ifnull 3
            dload 1 /* latitude */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.minLatitude:Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dcmpg
            ifge 4
         3: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 1 /* latitude */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.minLatitude:Ljava/lang/Double;
         4: .line 271
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double latitude
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;
            0    5     1  latitude  D
    MethodParameters:
          Name  Flags
      latitude  

  private void addLongitudeBound(double);
    descriptor: (D)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=11, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
        start local 1 // double longitude
         0: .line 279
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.leftLongitude:Ljava/lang/Double;
            ifnonnull 4
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.rightLongitude:Ljava/lang/Double;
            ifnonnull 4
         1: .line 280
            aload 0 /* this */
            dload 1 /* longitude */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.leftLongitude:Ljava/lang/Double;
         2: .line 281
            aload 0 /* this */
            dload 1 /* longitude */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.rightLongitude:Ljava/lang/Double;
         3: .line 282
            goto 31
         4: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.leftLongitude:Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dstore 3 /* currentLeftLongitude */
        start local 3 // double currentLeftLongitude
         5: .line 286
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.rightLongitude:Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dstore 5 /* currentRightLongitude */
        start local 5 // double currentRightLongitude
         6: .line 287
            dload 5 /* currentRightLongitude */
            dload 3 /* currentLeftLongitude */
            dcmpg
            ifge 8
         7: .line 288
            dload 5 /* currentRightLongitude */
            ldc 6.283185307179586
            dadd
            dstore 5 /* currentRightLongitude */
         8: .line 291
      StackMap locals: double double
      StackMap stack:
            dload 1 /* longitude */
            dload 3 /* currentLeftLongitude */
            dcmpg
            ifge 10
         9: .line 292
            dload 1 /* longitude */
            ldc 6.283185307179586
            dadd
            dstore 1 /* longitude */
        10: .line 294
      StackMap locals:
      StackMap stack:
            dload 1 /* longitude */
            dload 3 /* currentLeftLongitude */
            dcmpg
            iflt 11
            dload 1 /* longitude */
            dload 5 /* currentRightLongitude */
            dcmpl
            ifle 31
        11: .line 298
      StackMap locals:
      StackMap stack:
            dload 1 /* longitude */
            dload 3 /* currentLeftLongitude */
            dcmpg
            ifge 14
        12: .line 299
            dload 3 /* currentLeftLongitude */
            dload 1 /* longitude */
            dsub
            dstore 7 /* leftExtensionAmt */
        start local 7 // double leftExtensionAmt
        13: .line 300
            goto 15
        end local 7 // double leftExtensionAmt
        14: .line 301
      StackMap locals:
      StackMap stack:
            dload 3 /* currentLeftLongitude */
            ldc 6.283185307179586
            dadd
            dload 1 /* longitude */
            dsub
            dstore 7 /* leftExtensionAmt */
        start local 7 // double leftExtensionAmt
        15: .line 303
      StackMap locals: double
      StackMap stack:
            dload 1 /* longitude */
            dload 5 /* currentRightLongitude */
            dcmpl
            ifle 18
        16: .line 304
            dload 1 /* longitude */
            dload 5 /* currentRightLongitude */
            dsub
            dstore 9 /* rightExtensionAmt */
        start local 9 // double rightExtensionAmt
        17: .line 305
            goto 19
        end local 9 // double rightExtensionAmt
        18: .line 306
      StackMap locals:
      StackMap stack:
            dload 1 /* longitude */
            ldc 6.283185307179586
            dadd
            dload 5 /* currentRightLongitude */
            dsub
            dstore 9 /* rightExtensionAmt */
        start local 9 // double rightExtensionAmt
        19: .line 308
      StackMap locals: double
      StackMap stack:
            dload 7 /* leftExtensionAmt */
            dload 9 /* rightExtensionAmt */
            dcmpg
            ifge 26
        20: .line 309
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.leftLongitude:Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dload 7 /* leftExtensionAmt */
            dsub
            dstore 3 /* currentLeftLongitude */
        21: .line 310
            goto 23
        22: .line 311
      StackMap locals:
      StackMap stack:
            dload 3 /* currentLeftLongitude */
            ldc 6.283185307179586
            dadd
            dstore 3 /* currentLeftLongitude */
        23: .line 310
      StackMap locals:
      StackMap stack:
            dload 3 /* currentLeftLongitude */
            ldc -3.141592653589793
            dcmpg
            ifle 22
        24: .line 313
            aload 0 /* this */
            dload 3 /* currentLeftLongitude */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.leftLongitude:Ljava/lang/Double;
        25: .line 314
            goto 31
        26: .line 315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.rightLongitude:Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dload 9 /* rightExtensionAmt */
            dadd
            dstore 5 /* currentRightLongitude */
        27: .line 316
            goto 29
        28: .line 317
      StackMap locals:
      StackMap stack:
            dload 5 /* currentRightLongitude */
            ldc 6.283185307179586
            dsub
            dstore 5 /* currentRightLongitude */
        29: .line 316
      StackMap locals:
      StackMap stack:
            dload 5 /* currentRightLongitude */
            ldc 3.141592653589793
            dcmpl
            ifgt 28
        30: .line 319
            aload 0 /* this */
            dload 5 /* currentRightLongitude */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.rightLongitude:Ljava/lang/Double;
        end local 9 // double rightExtensionAmt
        end local 7 // double leftExtensionAmt
        end local 5 // double currentRightLongitude
        end local 3 // double currentLeftLongitude
        31: .line 323
      StackMap locals: org.apache.lucene.spatial3d.geom.LatLonBounds double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.rightLongitude:Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dstore 3 /* testRightLongitude */
        start local 3 // double testRightLongitude
        32: .line 324
            dload 3 /* testRightLongitude */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.leftLongitude:Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dcmpg
            ifge 34
        33: .line 325
            dload 3 /* testRightLongitude */
            ldc 6.283185307179586
            dadd
            dstore 3 /* testRightLongitude */
        34: .line 326
      StackMap locals: double
      StackMap stack:
            dload 3 /* testRightLongitude */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.LatLonBounds.leftLongitude:Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dsub
            ldc 3.141592653589793
            dcmpl
            iflt 38
        35: .line 327
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.noLongitudeBound:Z
        36: .line 328
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.leftLongitude:Ljava/lang/Double;
        37: .line 329
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.LatLonBounds.rightLongitude:Ljava/lang/Double;
        38: .line 331
      StackMap locals:
      StackMap stack:
            return
        end local 3 // double testRightLongitude
        end local 1 // double longitude
        end local 0 // org.apache.lucene.spatial3d.geom.LatLonBounds this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   39     0                   this  Lorg/apache/lucene/spatial3d/geom/LatLonBounds;
            0   39     1              longitude  D
            5   31     3   currentLeftLongitude  D
            6   31     5  currentRightLongitude  D
           13   14     7       leftExtensionAmt  D
           15   31     7       leftExtensionAmt  D
           17   18     9      rightExtensionAmt  D
           19   31     9      rightExtensionAmt  D
           32   39     3     testRightLongitude  D
    MethodParameters:
           Name  Flags
      longitude  
}
SourceFile: "LatLonBounds.java"