public class org.apache.lucene.spatial.spatial4j.Geo3dPointShape extends org.apache.lucene.spatial.spatial4j.Geo3dShape<org.apache.lucene.spatial3d.geom.GeoPointShape> implements org.locationtech.spatial4j.shape.Point
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.spatial.spatial4j.Geo3dPointShape
  super_class: org.apache.lucene.spatial.spatial4j.Geo3dShape
{
  public void <init>(org.apache.lucene.spatial3d.geom.GeoPointShape, org.locationtech.spatial4j.context.SpatialContext);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoPointShape;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.Geo3dPointShape this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoPointShape 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
            aload 0 /* this */
            aload 0 /* this */
            putfield org.apache.lucene.spatial.spatial4j.Geo3dPointShape.center:Lorg/locationtech/spatial4j/shape/Point;
         2: .line 38
            return
        end local 2 // org.locationtech.spatial4j.context.SpatialContext spatialcontext
        end local 1 // org.apache.lucene.spatial3d.geom.GeoPointShape shape
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dPointShape this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/apache/lucene/spatial/spatial4j/Geo3dPointShape;
            0    3     1           shape  Lorg/apache/lucene/spatial3d/geom/GeoPointShape;
            0    3     2  spatialcontext  Lorg/locationtech/spatial4j/context/SpatialContext;
    MethodParameters:
                Name  Flags
      shape           final
      spatialcontext  final

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

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

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

  public org.locationtech.spatial4j.shape.Rectangle getBoundingBox();
    descriptor: ()Lorg/locationtech/spatial4j/shape/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dPointShape this
         0: .line 61
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dPointShape.boundingBox:Lorg/locationtech/spatial4j/shape/Rectangle;
            astore 1 /* bbox */
        start local 1 // org.locationtech.spatial4j.shape.Rectangle bbox
         1: .line 62
            aload 1 /* bbox */
            ifnonnull 4
         2: .line 63
            new org.apache.lucene.spatial.spatial4j.Geo3dRectangleShape
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dPointShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
            checkcast org.apache.lucene.spatial3d.geom.GeoBBox
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dPointShape.spatialcontext:Lorg/locationtech/spatial4j/context/SpatialContext;
            invokespecial org.apache.lucene.spatial.spatial4j.Geo3dRectangleShape.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoBBox;Lorg/locationtech/spatial4j/context/SpatialContext;)V
            astore 1 /* bbox */
         3: .line 64
            aload 0 /* this */
            aload 1 /* bbox */
            putfield org.apache.lucene.spatial.spatial4j.Geo3dPointShape.boundingBox:Lorg/locationtech/spatial4j/shape/Rectangle;
         4: .line 66
      StackMap locals: org.locationtech.spatial4j.shape.Rectangle
      StackMap stack:
            aload 1 /* bbox */
            areturn
        end local 1 // org.locationtech.spatial4j.shape.Rectangle bbox
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dPointShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dPointShape;
            1    5     1  bbox  Lorg/locationtech/spatial4j/shape/Rectangle;

  public org.locationtech.spatial4j.shape.Shape getBuffered(double, org.locationtech.spatial4j.context.SpatialContext);
    descriptor: (DLorg/locationtech/spatial4j/context/SpatialContext;)Lorg/locationtech/spatial4j/shape/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dPointShape this
        start local 1 // double distance
        start local 3 // org.locationtech.spatial4j.context.SpatialContext spatialContext
         0: .line 71
            aload 3 /* spatialContext */
            invokevirtual org.locationtech.spatial4j.context.SpatialContext.getShapeFactory:()Lorg/locationtech/spatial4j/shape/ShapeFactory;
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.spatial4j.Geo3dPointShape.getX:()D
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.spatial4j.Geo3dPointShape.getY:()D
            dload 1 /* distance */
            invokeinterface org.locationtech.spatial4j.shape.ShapeFactory.circle:(DDD)Lorg/locationtech/spatial4j/shape/Circle;
            areturn
        end local 3 // org.locationtech.spatial4j.context.SpatialContext spatialContext
        end local 1 // double distance
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dPointShape this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/apache/lucene/spatial/spatial4j/Geo3dPointShape;
            0    1     1        distance  D
            0    1     3  spatialContext  Lorg/locationtech/spatial4j/context/SpatialContext;
    MethodParameters:
                Name  Flags
      distance        
      spatialContext  

  public boolean hasArea();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dPointShape this
         0: .line 76
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dPointShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dPointShape;
}
Signature: Lorg/apache/lucene/spatial/spatial4j/Geo3dShape<Lorg/apache/lucene/spatial3d/geom/GeoPointShape;>;Lorg/locationtech/spatial4j/shape/Point;
SourceFile: "Geo3dPointShape.java"