public class org.apache.lucene.spatial.spatial4j.Geo3dCircleShape extends org.apache.lucene.spatial.spatial4j.Geo3dShape<org.apache.lucene.spatial3d.geom.GeoCircle> implements org.locationtech.spatial4j.shape.Circle
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.spatial.spatial4j.Geo3dCircleShape
  super_class: org.apache.lucene.spatial.spatial4j.Geo3dShape
{
  public void <init>(org.apache.lucene.spatial3d.geom.GeoCircle, org.locationtech.spatial4j.context.SpatialContext);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoCircle;Lorg/locationtech/spatial4j/context/SpatialContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dCircleShape this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoCircle shape
        start local 2 // org.locationtech.spatial4j.context.SpatialContext spatialcontext
         0: .line 36
            aload 0 /* this */
            aload 1 /* shape */
            aload 2 /* spatialcontext */
            invokespecial org.apache.lucene.spatial.spatial4j.Geo3dShape.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;Lorg/locationtech/spatial4j/context/SpatialContext;)V
         1: .line 37
            return
        end local 2 // org.locationtech.spatial4j.context.SpatialContext spatialcontext
        end local 1 // org.apache.lucene.spatial3d.geom.GeoCircle shape
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dCircleShape this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/apache/lucene/spatial/spatial4j/Geo3dCircleShape;
            0    2     1           shape  Lorg/apache/lucene/spatial3d/geom/GeoCircle;
            0    2     2  spatialcontext  Lorg/locationtech/spatial4j/context/SpatialContext;
    MethodParameters:
                Name  Flags
      shape           final
      spatialcontext  final

  public void reset(double, double, double);
    descriptor: (DDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=4
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dCircleShape this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double radiusDEG
         0: .line 41
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
            checkcast org.apache.lucene.spatial3d.geom.GeoCircle
            invokeinterface org.apache.lucene.spatial3d.geom.GeoCircle.getPlanetModel:()Lorg/apache/lucene/spatial3d/geom/PlanetModel;
         1: .line 42
            dload 3 /* y */
            ldc 0.017453292519943295
            dmul
         2: .line 43
            dload 1 /* x */
            ldc 0.017453292519943295
            dmul
         3: .line 44
            dload 5 /* radiusDEG */
            ldc 0.017453292519943295
            dmul
         4: .line 41
            invokestatic org.apache.lucene.spatial3d.geom.GeoCircleFactory.makeGeoCircle:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDD)Lorg/apache/lucene/spatial3d/geom/GeoCircle;
            putfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
         5: .line 45
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.center:Lorg/locationtech/spatial4j/shape/Point;
         6: .line 46
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.boundingBox:Lorg/locationtech/spatial4j/shape/Rectangle;
         7: .line 47
            return
        end local 5 // double radiusDEG
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dCircleShape this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/apache/lucene/spatial/spatial4j/Geo3dCircleShape;
            0    8     1          x  D
            0    8     3          y  D
            0    8     5  radiusDEG  D
    MethodParameters:
           Name  Flags
      x          
      y          
      radiusDEG  

  public double getRadius();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dCircleShape this
         0: .line 51
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
            checkcast org.apache.lucene.spatial3d.geom.GeoCircle
            invokeinterface org.apache.lucene.spatial3d.geom.GeoCircle.getRadius:()D
            ldc 57.29577951308232
            dmul
            dreturn
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dCircleShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dCircleShape;

  public org.locationtech.spatial4j.shape.Point getCenter();
    descriptor: ()Lorg/locationtech/spatial4j/shape/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dCircleShape this
         0: .line 56
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.center:Lorg/locationtech/spatial4j/shape/Point;
            astore 1 /* center */
        start local 1 // org.locationtech.spatial4j.shape.Point center
         1: .line 57
            aload 1 /* center */
            ifnonnull 10
         2: .line 58
            new org.apache.lucene.spatial.spatial4j.Geo3dPointShape
            dup
         3: .line 59
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
            checkcast org.apache.lucene.spatial3d.geom.GeoCircle
            invokeinterface org.apache.lucene.spatial3d.geom.GeoCircle.getPlanetModel:()Lorg/apache/lucene/spatial3d/geom/PlanetModel;
         4: .line 60
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
            checkcast org.apache.lucene.spatial3d.geom.GeoCircle
            invokeinterface org.apache.lucene.spatial3d.geom.GeoCircle.getCenter:()Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLatitude:()D
         5: .line 61
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
            checkcast org.apache.lucene.spatial3d.geom.GeoCircle
            invokeinterface org.apache.lucene.spatial3d.geom.GeoCircle.getCenter:()Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLongitude:()D
         6: .line 59
            invokestatic org.apache.lucene.spatial3d.geom.GeoPointShapeFactory.makeGeoPointShape:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)Lorg/apache/lucene/spatial3d/geom/GeoPointShape;
         7: .line 62
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.spatialcontext:Lorg/locationtech/spatial4j/context/SpatialContext;
         8: .line 58
            invokespecial org.apache.lucene.spatial.spatial4j.Geo3dPointShape.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoPointShape;Lorg/locationtech/spatial4j/context/SpatialContext;)V
            astore 1 /* center */
         9: .line 63
            aload 0 /* this */
            aload 1 /* center */
            putfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.center:Lorg/locationtech/spatial4j/shape/Point;
        10: .line 65
      StackMap locals: org.locationtech.spatial4j.shape.Point
      StackMap stack:
            aload 1 /* center */
            areturn
        end local 1 // org.locationtech.spatial4j.shape.Point center
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dCircleShape this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/apache/lucene/spatial/spatial4j/Geo3dCircleShape;
            1   11     1  center  Lorg/locationtech/spatial4j/shape/Point;
}
Signature: Lorg/apache/lucene/spatial/spatial4j/Geo3dShape<Lorg/apache/lucene/spatial3d/geom/GeoCircle;>;Lorg/locationtech/spatial4j/shape/Circle;
SourceFile: "Geo3dCircleShape.java"