class org.apache.lucene.spatial3d.geom.GeoStandardCircle extends org.apache.lucene.spatial3d.geom.GeoBaseCircle
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.spatial3d.geom.GeoStandardCircle
  super_class: org.apache.lucene.spatial3d.geom.GeoBaseCircle
{
  protected final org.apache.lucene.spatial3d.geom.GeoPoint center;
    descriptor: Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

  protected final org.apache.lucene.spatial3d.geom.SidedPlane circlePlane;
    descriptor: Lorg/apache/lucene/spatial3d/geom/SidedPlane;
    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

  protected static final org.apache.lucene.spatial3d.geom.GeoPoint[] circlePoints;
    descriptor: [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 40
            iconst_0
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            putstatic org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            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=8, locals=20, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // double lat
        start local 4 // double lon
        start local 6 // double cutoffAngle
         0: .line 49
            aload 0 /* this */
            aload 1 /* planetModel */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseCircle.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
         1: .line 50
            dload 2 /* lat */
            ldc -1.5707963267948966
            dcmpg
            iflt 2
            dload 2 /* lat */
            ldc 1.5707963267948966
            dcmpl
            ifle 3
         2: .line 51
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardCircle org.apache.lucene.spatial3d.geom.PlanetModel double double double
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Latitude out of bounds"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 52
      StackMap locals:
      StackMap stack:
            dload 4 /* lon */
            ldc -3.141592653589793
            dcmpg
            iflt 4
            dload 4 /* lon */
            ldc 3.141592653589793
            dcmpl
            ifle 5
         4: .line 53
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Longitude out of bounds"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 54
      StackMap locals:
      StackMap stack:
            dload 6 /* cutoffAngle */
            dconst_0
            dcmpg
            iflt 6
            dload 6 /* cutoffAngle */
            ldc 3.141592653589793
            dcmpl
            ifle 7
         6: .line 55
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Cutoff angle out of bounds"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 56
      StackMap locals:
      StackMap stack:
            dload 6 /* cutoffAngle */
            ldc 1.0E-12
            dcmpg
            ifge 9
         8: .line 57
            new java.lang.IllegalArgumentException
            dup
            ldc "Cutoff angle cannot be effectively zero"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 1 /* planetModel */
            dload 2 /* lat */
            dload 4 /* lon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)V
            putfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.center:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        10: .line 61
            aload 0 /* this */
            dload 6 /* cutoffAngle */
            putfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.cutoffAngle:D
        11: .line 64
            dload 2 /* lat */
            dload 6 /* cutoffAngle */
            dadd
            dstore 8 /* upperLat */
        start local 8 // double upperLat
        12: .line 65
            dload 4 /* lon */
            dstore 10 /* upperLon */
        start local 10 // double upperLon
        13: .line 66
            dload 8 /* upperLat */
            ldc 1.5707963267948966
            dcmpl
            ifle 18
        14: .line 67
            dload 10 /* upperLon */
            ldc 3.141592653589793
            dadd
            dstore 10 /* upperLon */
        15: .line 68
            dload 10 /* upperLon */
            ldc 3.141592653589793
            dcmpl
            ifle 17
        16: .line 69
            dload 10 /* upperLon */
            ldc 6.283185307179586
            dsub
            dstore 10 /* upperLon */
        17: .line 70
      StackMap locals: double double
      StackMap stack:
            ldc 3.141592653589793
            dload 8 /* upperLat */
            dsub
            dstore 8 /* upperLat */
        18: .line 72
      StackMap locals:
      StackMap stack:
            dload 2 /* lat */
            dload 6 /* cutoffAngle */
            dsub
            dstore 12 /* lowerLat */
        start local 12 // double lowerLat
        19: .line 73
            dload 4 /* lon */
            dstore 14 /* lowerLon */
        start local 14 // double lowerLon
        20: .line 74
            dload 12 /* lowerLat */
            ldc -1.5707963267948966
            dcmpg
            ifge 25
        21: .line 75
            dload 14 /* lowerLon */
            ldc 3.141592653589793
            dadd
            dstore 14 /* lowerLon */
        22: .line 76
            dload 14 /* lowerLon */
            ldc 3.141592653589793
            dcmpl
            ifle 24
        23: .line 77
            dload 14 /* lowerLon */
            ldc 6.283185307179586
            dsub
            dstore 14 /* lowerLon */
        24: .line 78
      StackMap locals: double double
      StackMap stack:
            ldc -3.141592653589793
            dload 12 /* lowerLat */
            dsub
            dstore 12 /* lowerLat */
        25: .line 80
      StackMap locals:
      StackMap stack:
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 1 /* planetModel */
            dload 8 /* upperLat */
            dload 10 /* upperLon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)V
            astore 16 /* upperPoint */
        start local 16 // org.apache.lucene.spatial3d.geom.GeoPoint upperPoint
        26: .line 81
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 1 /* planetModel */
            dload 12 /* lowerLat */
            dload 14 /* lowerLon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)V
            astore 17 /* lowerPoint */
        start local 17 // org.apache.lucene.spatial3d.geom.GeoPoint lowerPoint
        27: .line 82
            dload 6 /* cutoffAngle */
            ldc 3.141592653589793
            dsub
            invokestatic java.lang.Math.abs:(D)D
            ldc 1.0E-12
            dcmpg
            ifge 31
        28: .line 84
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
        29: .line 85
            aload 0 /* this */
            iconst_0
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            putfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        30: .line 86
            goto 39
        31: .line 88
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoPoint org.apache.lucene.spatial3d.geom.GeoPoint
      StackMap stack:
            iconst_3
            anewarray org.apache.lucene.spatial3d.geom.Vector
            dup
            iconst_0
            aload 16 /* upperPoint */
            aastore
            dup
            iconst_1
            aload 17 /* lowerPoint */
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.center:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            invokestatic org.apache.lucene.spatial3d.geom.Plane.constructNormalizedZPlane:([Lorg/apache/lucene/spatial3d/geom/Vector;)Lorg/apache/lucene/spatial3d/geom/Plane;
            astore 18 /* normalPlane */
        start local 18 // org.apache.lucene.spatial3d.geom.Plane normalPlane
        32: .line 90
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.center:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 18 /* normalPlane */
            aload 16 /* upperPoint */
            aload 17 /* lowerPoint */
            invokestatic org.apache.lucene.spatial3d.geom.SidedPlane.constructNormalizedPerpendicularSidedPlane:(Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;)Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            putfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
        33: .line 91
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            ifnonnull 35
        34: .line 92
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Couldn't construct circle plane, probably too small?  Cutoff angle = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            dload 6 /* cutoffAngle */
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc "; upperPoint = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 16 /* upperPoint */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "; lowerPoint = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 17 /* lowerPoint */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        35: .line 93
      StackMap locals: org.apache.lucene.spatial3d.geom.Plane
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 1 /* planetModel */
            aload 18 /* normalPlane */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.getSampleIntersectionPoint:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;)Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            astore 19 /* recomputedIntersectionPoint */
        start local 19 // org.apache.lucene.spatial3d.geom.GeoPoint recomputedIntersectionPoint
        36: .line 94
            aload 19 /* recomputedIntersectionPoint */
            ifnonnull 38
        37: .line 95
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Couldn't construct intersection point, probably circle too small?  Plane = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        38: .line 96
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoPoint
      StackMap stack:
            aload 0 /* this */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 19 /* recomputedIntersectionPoint */
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        end local 19 // org.apache.lucene.spatial3d.geom.GeoPoint recomputedIntersectionPoint
        end local 18 // org.apache.lucene.spatial3d.geom.Plane normalPlane
        39: .line 98
      StackMap locals:
      StackMap stack:
            return
        end local 17 // org.apache.lucene.spatial3d.geom.GeoPoint lowerPoint
        end local 16 // org.apache.lucene.spatial3d.geom.GeoPoint upperPoint
        end local 14 // double lowerLon
        end local 12 // double lowerLat
        end local 10 // double upperLon
        end local 8 // double upperLat
        end local 6 // double cutoffAngle
        end local 4 // double lon
        end local 2 // double lat
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   40     0                         this  Lorg/apache/lucene/spatial3d/geom/GeoStandardCircle;
            0   40     1                  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0   40     2                          lat  D
            0   40     4                          lon  D
            0   40     6                  cutoffAngle  D
           12   40     8                     upperLat  D
           13   40    10                     upperLon  D
           19   40    12                     lowerLat  D
           20   40    14                     lowerLon  D
           26   40    16                   upperPoint  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           27   40    17                   lowerPoint  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           32   39    18                  normalPlane  Lorg/apache/lucene/spatial3d/geom/Plane;
           36   39    19  recomputedIntersectionPoint  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    MethodParameters:
             Name  Flags
      planetModel  final
      lat          final
      lon          final
      cutoffAngle  final

  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.GeoStandardCircle this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.io.InputStream inputStream
         0: .line 106
            aload 0 /* this */
            aload 1 /* planetModel */
         1: .line 107
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readDouble:(Ljava/io/InputStream;)D
         2: .line 108
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readDouble:(Ljava/io/InputStream;)D
         3: .line 109
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readDouble:(Ljava/io/InputStream;)D
            invokespecial org.apache.lucene.spatial3d.geom.GeoStandardCircle.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDD)V
         4: .line 110
            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.GeoStandardCircle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/apache/lucene/spatial3d/geom/GeoStandardCircle;
            0    5     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    5     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.GeoStandardCircle this
        start local 1 // java.io.OutputStream outputStream
         0: .line 114
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.center:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLatitude:()D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         1: .line 115
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.center:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLongitude:()D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         2: .line 116
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.cutoffAngle:D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         3: .line 117
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/apache/lucene/spatial3d/geom/GeoStandardCircle;
            0    4     1  outputStream  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      outputStream  final

  public double getRadius();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
         0: .line 121
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.cutoffAngle:D
            dreturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoStandardCircle;

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

  protected double distance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=8, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle 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 131
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.center: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
            dreturn
        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.GeoStandardCircle this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/apache/lucene/spatial3d/geom/GeoStandardCircle;
            0    1     1  distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0    1     2              x  D
            0    1     4              y  D
            0    1     6              z  D
    MethodParameters:
               Name  Flags
      distanceStyle  final
      x              final
      y              final
      z              final

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

  protected double outsideDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=8, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle 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 142
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            iconst_0
            anewarray org.apache.lucene.spatial3d.geom.Membership
            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
            dreturn
        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.GeoStandardCircle this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/apache/lucene/spatial3d/geom/GeoStandardCircle;
            0    1     1  distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0    1     2              x  D
            0    1     4              y  D
            0    1     6              z  D
    MethodParameters:
               Name  Flags
      distanceStyle  final
      x              final
      y              final
      z              final

  public boolean isWithin(double, double, double);
    descriptor: (DDD)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 147
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            ifnonnull 2
         1: .line 148
            iconst_1
            ireturn
         2: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePlane: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
            ireturn
        end local 5 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/spatial3d/geom/GeoStandardCircle;
            0    3     1     x  D
            0    3     3     y  D
            0    3     5     z  D
    MethodParameters:
      Name  Flags
      x     final
      y     final
      z     final

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

  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=7, locals=4, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle 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 161
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            ifnonnull 2
         1: .line 162
            iconst_0
            ireturn
         2: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 1 /* p */
            aload 2 /* notablePoints */
            getstatic org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 3 /* bounds */
            iconst_0
            anewarray org.apache.lucene.spatial3d.geom.Membership
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.intersects:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/Membership;[Lorg/apache/lucene/spatial3d/geom/Membership;)Z
            ireturn
        end local 3 // org.apache.lucene.spatial3d.geom.Membership[] bounds
        end local 2 // org.apache.lucene.spatial3d.geom.GeoPoint[] notablePoints
        end local 1 // org.apache.lucene.spatial3d.geom.Plane p
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/apache/lucene/spatial3d/geom/GeoStandardCircle;
            0    3     1              p  Lorg/apache/lucene/spatial3d/geom/Plane;
            0    3     2  notablePoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            0    3     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=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
         0: .line 169
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            ifnonnull 2
         1: .line 170
            iconst_0
            ireturn
         2: .line 172
      StackMap locals:
      StackMap stack:
            aload 1 /* geoShape */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            getstatic org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iconst_0
            anewarray org.apache.lucene.spatial3d.geom.Membership
            invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.intersects:(Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/Membership;)Z
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/lucene/spatial3d/geom/GeoStandardCircle;
            0    3     1  geoShape  Lorg/apache/lucene/spatial3d/geom/GeoShape;
    MethodParameters:
          Name  Flags
      geoShape  

  public int getRelationship(org.apache.lucene.spatial3d.geom.GeoShape);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
         0: .line 177
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            ifnonnull 4
         1: .line 179
            aload 1 /* geoShape */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.getEdgePoints:()[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            arraylength
            ifle 3
         2: .line 180
            iconst_1
            ireturn
         3: .line 182
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
         4: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* geoShape */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseCircle.getRelationship:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/lucene/spatial3d/geom/GeoStandardCircle;
            0    5     1  geoShape  Lorg/apache/lucene/spatial3d/geom/GeoShape;
    MethodParameters:
          Name  Flags
      geoShape  

  public void getBounds(org.apache.lucene.spatial3d.geom.Bounds);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Bounds;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
        start local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
         0: .line 189
            aload 0 /* this */
            aload 1 /* bounds */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseCircle.getBounds:(Lorg/apache/lucene/spatial3d/geom/Bounds;)V
         1: .line 190
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            ifnonnull 3
         2: .line 192
            return
         3: .line 194
      StackMap locals:
      StackMap stack:
            aload 1 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.center: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
         4: .line 195
            aload 1 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iconst_0
            anewarray org.apache.lucene.spatial3d.geom.Membership
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.addPlane:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/Membership;)Lorg/apache/lucene/spatial3d/geom/Bounds;
            pop
         5: .line 196
            return
        end local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/lucene/spatial3d/geom/GeoStandardCircle;
            0    6     1  bounds  Lorg/apache/lucene/spatial3d/geom/Bounds;
    MethodParameters:
        Name  Flags
      bounds  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
        start local 1 // java.lang.Object o
         0: .line 200
            aload 1 /* o */
            instanceof org.apache.lucene.spatial3d.geom.GeoStandardCircle
            ifne 2
         1: .line 201
            iconst_0
            ireturn
         2: .line 202
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial3d.geom.GeoStandardCircle
            astore 2 /* other */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoStandardCircle other
         3: .line 203
            aload 0 /* this */
            aload 2 /* other */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseCircle.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.center:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.center: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.GeoStandardCircle.cutoffAngle:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.cutoffAngle:D
            dcmpl
            ifne 4
            iconst_1
            ireturn
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardCircle
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoStandardCircle other
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/lucene/spatial3d/geom/GeoStandardCircle;
            0    5     1      o  Ljava/lang/Object;
            3    5     2  other  Lorg/apache/lucene/spatial3d/geom/GeoStandardCircle;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
         0: .line 208
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBaseCircle.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 209
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.center:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 210
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.cutoffAngle:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lstore 2 /* temp */
        start local 2 // long temp
         3: .line 211
            bipush 31
            iload 1 /* result */
            imul
            lload 2 /* temp */
            lload 2 /* temp */
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         4: .line 212
            iload 1 /* result */
            ireturn
        end local 2 // long temp
        end local 1 // int result
        end local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/lucene/spatial3d/geom/GeoStandardCircle;
            1    5     1  result  I
            3    5     2    temp  J

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoStandardCircle this
         0: .line 217
            new java.lang.StringBuilder
            dup
            ldc "GeoStandardCircle: {planetmodel="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", center="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.center:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", radius="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.cutoffAngle:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc "("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoStandardCircle.cutoffAngle: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.GeoStandardCircle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoStandardCircle;
}
SourceFile: "GeoStandardCircle.java"