public class org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory implements org.apache.lucene.spatial.prefix.tree.S2ShapeFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory
  super_class: java.lang.Object
{
  private final boolean normWrapLongitude;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.locationtech.spatial4j.context.SpatialContext context;
    descriptor: Lorg/locationtech/spatial4j/context/SpatialContext;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.lucene.spatial3d.geom.PlanetModel planetModel;
    descriptor: Lorg/apache/lucene/spatial3d/geom/PlanetModel;
    flags: (0x0002) ACC_PRIVATE

  private static final double DEFAULT_CIRCLE_ACCURACY;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1.0E-4

  private double circleAccuracy;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.locationtech.spatial4j.context.SpatialContext, org.locationtech.spatial4j.context.SpatialContextFactory);
    descriptor: (Lorg/locationtech/spatial4j/context/SpatialContext;Lorg/locationtech/spatial4j/context/SpatialContextFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // org.locationtech.spatial4j.context.SpatialContext context
        start local 2 // org.locationtech.spatial4j.context.SpatialContextFactory factory
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            ldc 1.0E-4
            putfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.circleAccuracy:D
         2: .line 71
            aload 0 /* this */
            aload 1 /* context */
            putfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.context:Lorg/locationtech/spatial4j/context/SpatialContext;
         3: .line 72
            aload 0 /* this */
            aload 2 /* factory */
            checkcast org.apache.lucene.spatial.spatial4j.Geo3dSpatialContextFactory
            getfield org.apache.lucene.spatial.spatial4j.Geo3dSpatialContextFactory.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            putfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
         4: .line 73
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.locationtech.spatial4j.context.SpatialContext.isGeo:()Z
            ifeq 5
            aload 2 /* factory */
            getfield org.locationtech.spatial4j.context.SpatialContextFactory.normWrapLongitude:Z
            ifeq 5
            iconst_1
            goto 6
      StackMap locals: org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory org.locationtech.spatial4j.context.SpatialContext org.locationtech.spatial4j.context.SpatialContextFactory
      StackMap stack: org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory
         5: iconst_0
      StackMap locals: org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory org.locationtech.spatial4j.context.SpatialContext org.locationtech.spatial4j.context.SpatialContextFactory
      StackMap stack: org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory int
         6: putfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.normWrapLongitude:Z
         7: .line 74
            return
        end local 2 // org.locationtech.spatial4j.context.SpatialContextFactory factory
        end local 1 // org.locationtech.spatial4j.context.SpatialContext context
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    8     1  context  Lorg/locationtech/spatial4j/context/SpatialContext;
            0    8     2  factory  Lorg/locationtech/spatial4j/context/SpatialContextFactory;
    MethodParameters:
         Name  Flags
      context  
      factory  

  public org.locationtech.spatial4j.context.SpatialContext getSpatialContext();
    descriptor: ()Lorg/locationtech/spatial4j/context/SpatialContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
         0: .line 78
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.context:Lorg/locationtech/spatial4j/context/SpatialContext;
            areturn
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;

  public void setCircleAccuracy(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // double circleAccuracy
         0: .line 88
            aload 0 /* this */
            dload 1 /* circleAccuracy */
            putfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.circleAccuracy:D
         1: .line 89
            return
        end local 1 // double circleAccuracy
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    2     1  circleAccuracy  D
    MethodParameters:
                Name  Flags
      circleAccuracy  

  public boolean isNormWrapLongitude();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
         0: .line 93
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.normWrapLongitude:Z
            ireturn
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;

  public double normX(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // double x
         0: .line 98
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.normWrapLongitude:Z
            ifeq 2
         1: .line 99
            dload 1 /* x */
            invokestatic org.locationtech.spatial4j.distance.DistanceUtils.normLonDEG:(D)D
            dstore 1 /* x */
         2: .line 101
      StackMap locals:
      StackMap stack:
            dload 1 /* x */
            dreturn
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    3     1     x  D
    MethodParameters:
      Name  Flags
      x     

  public double normY(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // double y
         0: .line 106
            dload 1 /* y */
            dreturn
        end local 1 // double y
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    1     1     y  D
    MethodParameters:
      Name  Flags
      y     

  public double normZ(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // double z
         0: .line 111
            dload 1 /* z */
            dreturn
        end local 1 // double z
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    1     1     z  D
    MethodParameters:
      Name  Flags
      z     

  public double normDist(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // double distance
         0: .line 116
            dload 1 /* distance */
            dreturn
        end local 1 // double distance
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    1     1  distance  D
    MethodParameters:
          Name  Flags
      distance  

  public void verifyX(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // double x
         0: .line 121
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.context:Lorg/locationtech/spatial4j/context/SpatialContext;
            invokevirtual org.locationtech.spatial4j.context.SpatialContext.getWorldBounds:()Lorg/locationtech/spatial4j/shape/Rectangle;
            astore 3 /* bounds */
        start local 3 // org.locationtech.spatial4j.shape.Rectangle bounds
         1: .line 122
            dload 1 /* x */
            aload 3 /* bounds */
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.getMinX:()D
            dcmpg
            iflt 2
            dload 1 /* x */
            aload 3 /* bounds */
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.getMaxX:()D
            dcmpl
            ifle 3
         2: .line 123
      StackMap locals: org.locationtech.spatial4j.shape.Rectangle
      StackMap stack:
            new org.locationtech.spatial4j.exception.InvalidShapeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad X value "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            dload 1 /* x */
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc " is not in boundary "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* bounds */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.locationtech.spatial4j.exception.InvalidShapeException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 125
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.locationtech.spatial4j.shape.Rectangle bounds
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    4     1       x  D
            1    4     3  bounds  Lorg/locationtech/spatial4j/shape/Rectangle;
    MethodParameters:
      Name  Flags
      x     

  public void verifyY(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // double y
         0: .line 129
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.context:Lorg/locationtech/spatial4j/context/SpatialContext;
            invokevirtual org.locationtech.spatial4j.context.SpatialContext.getWorldBounds:()Lorg/locationtech/spatial4j/shape/Rectangle;
            astore 3 /* bounds */
        start local 3 // org.locationtech.spatial4j.shape.Rectangle bounds
         1: .line 130
            dload 1 /* y */
            aload 3 /* bounds */
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.getMinY:()D
            dcmpg
            iflt 2
            dload 1 /* y */
            aload 3 /* bounds */
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.getMaxY:()D
            dcmpl
            ifle 3
         2: .line 131
      StackMap locals: org.locationtech.spatial4j.shape.Rectangle
      StackMap stack:
            new org.locationtech.spatial4j.exception.InvalidShapeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad Y value "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            dload 1 /* y */
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc " is not in boundary "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* bounds */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.locationtech.spatial4j.exception.InvalidShapeException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.locationtech.spatial4j.shape.Rectangle bounds
        end local 1 // double y
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    4     1       y  D
            1    4     3  bounds  Lorg/locationtech/spatial4j/shape/Rectangle;
    MethodParameters:
      Name  Flags
      y     

  public void verifyZ(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // double v
         0: .line 137
            return
        end local 1 // double v
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    1     1     v  D
    MethodParameters:
      Name  Flags
      v     

  public org.locationtech.spatial4j.shape.Point pointXY(double, double);
    descriptor: (DD)Lorg/locationtech/spatial4j/shape/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=3
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // double x
        start local 3 // double y
         0: .line 141
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
         1: .line 142
            dload 3 /* y */
            ldc 0.017453292519943295
            dmul
         2: .line 143
            dload 1 /* x */
            ldc 0.017453292519943295
            dmul
         3: .line 141
            invokestatic org.apache.lucene.spatial3d.geom.GeoPointShapeFactory.makeGeoPointShape:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)Lorg/apache/lucene/spatial3d/geom/GeoPointShape;
            astore 5 /* point */
        start local 5 // org.apache.lucene.spatial3d.geom.GeoPointShape point
         4: .line 144
            new org.apache.lucene.spatial.spatial4j.Geo3dPointShape
            dup
            aload 5 /* point */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.context:Lorg/locationtech/spatial4j/context/SpatialContext;
            invokespecial org.apache.lucene.spatial.spatial4j.Geo3dPointShape.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoPointShape;Lorg/locationtech/spatial4j/context/SpatialContext;)V
            areturn
        end local 5 // org.apache.lucene.spatial3d.geom.GeoPointShape point
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    5     1      x  D
            0    5     3      y  D
            4    5     5  point  Lorg/apache/lucene/spatial3d/geom/GeoPointShape;
    MethodParameters:
      Name  Flags
      x     
      y     

  public org.locationtech.spatial4j.shape.Point pointXYZ(double, double, double);
    descriptor: (DDD)Lorg/locationtech/spatial4j/shape/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=4
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 149
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(DDD)V
            astore 7 /* point */
        start local 7 // org.apache.lucene.spatial3d.geom.GeoPoint point
         1: .line 150
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
         2: .line 151
            aload 7 /* point */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLatitude:()D
         3: .line 152
            aload 7 /* point */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLongitude:()D
         4: .line 150
            invokestatic org.apache.lucene.spatial3d.geom.GeoPointShapeFactory.makeGeoPointShape:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)Lorg/apache/lucene/spatial3d/geom/GeoPointShape;
            astore 8 /* pointShape */
        start local 8 // org.apache.lucene.spatial3d.geom.GeoPointShape pointShape
         5: .line 153
            new org.apache.lucene.spatial.spatial4j.Geo3dPointShape
            dup
            aload 8 /* pointShape */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.context:Lorg/locationtech/spatial4j/context/SpatialContext;
            invokespecial org.apache.lucene.spatial.spatial4j.Geo3dPointShape.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoPointShape;Lorg/locationtech/spatial4j/context/SpatialContext;)V
            areturn
        end local 8 // org.apache.lucene.spatial3d.geom.GeoPointShape pointShape
        end local 7 // org.apache.lucene.spatial3d.geom.GeoPoint point
        end local 5 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    6     1           x  D
            0    6     3           y  D
            0    6     5           z  D
            1    6     7       point  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            5    6     8  pointShape  Lorg/apache/lucene/spatial3d/geom/GeoPointShape;
    MethodParameters:
      Name  Flags
      x     
      y     
      z     

  public org.locationtech.spatial4j.shape.Rectangle rect(org.locationtech.spatial4j.shape.Point, org.locationtech.spatial4j.shape.Point);
    descriptor: (Lorg/locationtech/spatial4j/shape/Point;Lorg/locationtech/spatial4j/shape/Point;)Lorg/locationtech/spatial4j/shape/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // org.locationtech.spatial4j.shape.Point point
        start local 2 // org.locationtech.spatial4j.shape.Point point1
         0: .line 159
            aload 0 /* this */
            aload 1 /* point */
            invokeinterface org.locationtech.spatial4j.shape.Point.getX:()D
            aload 2 /* point1 */
            invokeinterface org.locationtech.spatial4j.shape.Point.getX:()D
            aload 1 /* point */
            invokeinterface org.locationtech.spatial4j.shape.Point.getY:()D
            aload 2 /* point1 */
            invokeinterface org.locationtech.spatial4j.shape.Point.getY:()D
            invokevirtual org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.rect:(DDDD)Lorg/locationtech/spatial4j/shape/Rectangle;
            areturn
        end local 2 // org.locationtech.spatial4j.shape.Point point1
        end local 1 // org.locationtech.spatial4j.shape.Point point
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    1     1   point  Lorg/locationtech/spatial4j/shape/Point;
            0    1     2  point1  Lorg/locationtech/spatial4j/shape/Point;
    MethodParameters:
        Name  Flags
      point   
      point1  

  public org.locationtech.spatial4j.shape.Rectangle rect(double, double, double, double);
    descriptor: (DDDD)Lorg/locationtech/spatial4j/shape/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=10, args_size=5
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // double minX
        start local 3 // double maxX
        start local 5 // double minY
        start local 7 // double maxY
         0: .line 164
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
         1: .line 165
            dload 7 /* maxY */
            ldc 0.017453292519943295
            dmul
         2: .line 166
            dload 5 /* minY */
            ldc 0.017453292519943295
            dmul
         3: .line 167
            dload 1 /* minX */
            ldc 0.017453292519943295
            dmul
         4: .line 168
            dload 3 /* maxX */
            ldc 0.017453292519943295
            dmul
         5: .line 164
            invokestatic org.apache.lucene.spatial3d.geom.GeoBBoxFactory.makeGeoBBox:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDDD)Lorg/apache/lucene/spatial3d/geom/GeoBBox;
            astore 9 /* bBox */
        start local 9 // org.apache.lucene.spatial3d.geom.GeoBBox bBox
         6: .line 169
            new org.apache.lucene.spatial.spatial4j.Geo3dRectangleShape
            dup
            aload 9 /* bBox */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.context:Lorg/locationtech/spatial4j/context/SpatialContext;
            dload 1 /* minX */
            dload 3 /* maxX */
            dload 5 /* minY */
            dload 7 /* maxY */
            invokespecial org.apache.lucene.spatial.spatial4j.Geo3dRectangleShape.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoBBox;Lorg/locationtech/spatial4j/context/SpatialContext;DDDD)V
            areturn
        end local 9 // org.apache.lucene.spatial3d.geom.GeoBBox bBox
        end local 7 // double maxY
        end local 5 // double minY
        end local 3 // double maxX
        end local 1 // double minX
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    7     1  minX  D
            0    7     3  maxX  D
            0    7     5  minY  D
            0    7     7  maxY  D
            6    7     9  bBox  Lorg/apache/lucene/spatial3d/geom/GeoBBox;
    MethodParameters:
      Name  Flags
      minX  
      maxX  
      minY  
      maxY  

  public org.locationtech.spatial4j.shape.Circle circle(double, double, double);
    descriptor: (DDD)Lorg/locationtech/spatial4j/shape/Circle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=8, args_size=4
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double distance
         0: .line 175
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            invokevirtual org.apache.lucene.spatial3d.geom.PlanetModel.isSphere:()Z
            ifeq 7
         1: .line 176
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
         2: .line 177
            dload 3 /* y */
            ldc 0.017453292519943295
            dmul
         3: .line 178
            dload 1 /* x */
            ldc 0.017453292519943295
            dmul
         4: .line 179
            dload 5 /* distance */
            ldc 0.017453292519943295
            dmul
         5: .line 176
            invokestatic org.apache.lucene.spatial3d.geom.GeoCircleFactory.makeGeoCircle:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDD)Lorg/apache/lucene/spatial3d/geom/GeoCircle;
            astore 7 /* circle */
        start local 7 // org.apache.lucene.spatial3d.geom.GeoCircle circle
         6: .line 180
            goto 13
        end local 7 // org.apache.lucene.spatial3d.geom.GeoCircle circle
         7: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
         8: .line 185
            dload 3 /* y */
            ldc 0.017453292519943295
            dmul
         9: .line 186
            dload 1 /* x */
            ldc 0.017453292519943295
            dmul
        10: .line 187
            dload 5 /* distance */
            ldc 0.017453292519943295
            dmul
        11: .line 188
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.circleAccuracy:D
            ldc 0.017453292519943295
            dmul
        12: .line 184
            invokestatic org.apache.lucene.spatial3d.geom.GeoCircleFactory.makeExactGeoCircle:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDDD)Lorg/apache/lucene/spatial3d/geom/GeoCircle;
            astore 7 /* circle */
        start local 7 // org.apache.lucene.spatial3d.geom.GeoCircle circle
        13: .line 191
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoCircle
      StackMap stack:
            new org.apache.lucene.spatial.spatial4j.Geo3dCircleShape
            dup
            aload 7 /* circle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.context:Lorg/locationtech/spatial4j/context/SpatialContext;
            invokespecial org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoCircle;Lorg/locationtech/spatial4j/context/SpatialContext;)V
            areturn
        end local 7 // org.apache.lucene.spatial3d.geom.GeoCircle circle
        end local 5 // double distance
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0   14     1         x  D
            0   14     3         y  D
            0   14     5  distance  D
            6    7     7    circle  Lorg/apache/lucene/spatial3d/geom/GeoCircle;
           13   14     7    circle  Lorg/apache/lucene/spatial3d/geom/GeoCircle;
    MethodParameters:
          Name  Flags
      x         
      y         
      distance  

  public org.locationtech.spatial4j.shape.Circle circle(org.locationtech.spatial4j.shape.Point, double);
    descriptor: (Lorg/locationtech/spatial4j/shape/Point;D)Lorg/locationtech/spatial4j/shape/Circle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // org.locationtech.spatial4j.shape.Point point
        start local 2 // double distance
         0: .line 196
            aload 0 /* this */
            aload 1 /* point */
            invokeinterface org.locationtech.spatial4j.shape.Point.getX:()D
            aload 1 /* point */
            invokeinterface org.locationtech.spatial4j.shape.Point.getY:()D
            dload 2 /* distance */
            invokevirtual org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.circle:(DDD)Lorg/locationtech/spatial4j/shape/Circle;
            areturn
        end local 2 // double distance
        end local 1 // org.locationtech.spatial4j.shape.Point point
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    1     1     point  Lorg/locationtech/spatial4j/shape/Point;
            0    1     2  distance  D
    MethodParameters:
          Name  Flags
      point     
      distance  

  public org.locationtech.spatial4j.shape.Shape lineString(java.util.List<org.locationtech.spatial4j.shape.Point>, double);
    descriptor: (Ljava/util/List;D)Lorg/locationtech/spatial4j/shape/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // java.util.List list
        start local 2 // double distance
         0: .line 201
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.lineString:()Lorg/locationtech/spatial4j/shape/ShapeFactory$LineStringBuilder;
            astore 4 /* builder */
        start local 4 // org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder builder
         1: .line 202
            aload 1 /* list */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 4
      StackMap locals: org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory java.util.List double org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder top java.util.Iterator
      StackMap stack:
         2: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.locationtech.spatial4j.shape.Point
            astore 5 /* point */
        start local 5 // org.locationtech.spatial4j.shape.Point point
         3: .line 203
            aload 4 /* builder */
            aload 5 /* point */
            invokeinterface org.locationtech.spatial4j.shape.Point.getX:()D
            aload 5 /* point */
            invokeinterface org.locationtech.spatial4j.shape.Point.getY:()D
            invokeinterface org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder.pointXY:(DD)Ljava/lang/Object;
            pop
        end local 5 // org.locationtech.spatial4j.shape.Point point
         4: .line 202
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 205
            aload 4 /* builder */
            dload 2 /* distance */
            invokeinterface org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder.buffer:(D)Lorg/locationtech/spatial4j/shape/ShapeFactory$LineStringBuilder;
            pop
         6: .line 206
            aload 4 /* builder */
            invokeinterface org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder.build:()Lorg/locationtech/spatial4j/shape/Shape;
            areturn
        end local 4 // org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder builder
        end local 2 // double distance
        end local 1 // java.util.List list
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    7     1      list  Ljava/util/List<Lorg/locationtech/spatial4j/shape/Point;>;
            0    7     2  distance  D
            1    7     4   builder  Lorg/locationtech/spatial4j/shape/ShapeFactory$LineStringBuilder;
            3    4     5     point  Lorg/locationtech/spatial4j/shape/Point;
    Signature: (Ljava/util/List<Lorg/locationtech/spatial4j/shape/Point;>;D)Lorg/locationtech/spatial4j/shape/Shape;
    MethodParameters:
          Name  Flags
      list      
      distance  

  public <S extends org.locationtech.spatial4j.shape.Shape> org.locationtech.spatial4j.shape.ShapeCollection<S> multiShape(java.util.List<S>);
    descriptor: (Ljava/util/List;)Lorg/locationtech/spatial4j/shape/ShapeCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // java.util.List list
         0: .line 211
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.List list
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    1     1  list  Ljava/util/List<TS;>;
    Signature: <S::Lorg/locationtech/spatial4j/shape/Shape;>(Ljava/util/List<TS;>;)Lorg/locationtech/spatial4j/shape/ShapeCollection<TS;>;
    MethodParameters:
      Name  Flags
      list  

  public org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder lineString();
    descriptor: ()Lorg/locationtech/spatial4j/shape/ShapeFactory$LineStringBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
         0: .line 216
            new org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder
            dup
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder.<init>:(Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;)V
            areturn
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;

  public org.locationtech.spatial4j.shape.ShapeFactory$PolygonBuilder polygon();
    descriptor: ()Lorg/locationtech/spatial4j/shape/ShapeFactory$PolygonBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
         0: .line 221
            new org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dPolygonBuilder
            dup
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dPolygonBuilder.<init>:(Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;)V
            areturn
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;

  public <T extends org.locationtech.spatial4j.shape.Shape> org.locationtech.spatial4j.shape.ShapeFactory$MultiShapeBuilder<T> multiShape(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lorg/locationtech/spatial4j/shape/ShapeFactory$MultiShapeBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // java.lang.Class aClass
         0: .line 226
            new org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiShapeBuilder
            dup
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiShapeBuilder.<init>:(Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;)V
            areturn
        end local 1 // java.lang.Class aClass
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    1     1  aClass  Ljava/lang/Class<TT;>;
    Signature: <T::Lorg/locationtech/spatial4j/shape/Shape;>(Ljava/lang/Class<TT;>;)Lorg/locationtech/spatial4j/shape/ShapeFactory$MultiShapeBuilder<TT;>;
    MethodParameters:
        Name  Flags
      aClass  

  public org.locationtech.spatial4j.shape.ShapeFactory$MultiPointBuilder multiPoint();
    descriptor: ()Lorg/locationtech/spatial4j/shape/ShapeFactory$MultiPointBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
         0: .line 231
            new org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiPointBuilder
            dup
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiPointBuilder.<init>:(Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;)V
            areturn
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;

  public org.locationtech.spatial4j.shape.ShapeFactory$MultiLineStringBuilder multiLineString();
    descriptor: ()Lorg/locationtech/spatial4j/shape/ShapeFactory$MultiLineStringBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
         0: .line 236
            new org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiLineBuilder
            dup
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiLineBuilder.<init>:(Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;)V
            areturn
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;

  public org.locationtech.spatial4j.shape.ShapeFactory$MultiPolygonBuilder multiPolygon();
    descriptor: ()Lorg/locationtech/spatial4j/shape/ShapeFactory$MultiPolygonBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
         0: .line 241
            new org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiPolygonBuilder
            dup
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiPolygonBuilder.<init>:(Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;)V
            areturn
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;

  public org.locationtech.spatial4j.shape.Shape getS2CellShape(com.google.common.geometry.S2CellId);
    descriptor: (Lcom/google/common/geometry/S2CellId;)Lorg/locationtech/spatial4j/shape/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // com.google.common.geometry.S2CellId cellId
         0: .line 246
            new com.google.common.geometry.S2Cell
            dup
            aload 1 /* cellId */
            invokespecial com.google.common.geometry.S2Cell.<init>:(Lcom/google/common/geometry/S2CellId;)V
            astore 2 /* cell */
        start local 2 // com.google.common.geometry.S2Cell cell
         1: .line 247
            aload 0 /* this */
            aload 2 /* cell */
            iconst_0
            invokevirtual com.google.common.geometry.S2Cell.getVertexRaw:(I)Lcom/google/common/geometry/S2Point;
            invokevirtual org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.getGeoPoint:(Lcom/google/common/geometry/S2Point;)Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            astore 3 /* point1 */
        start local 3 // org.apache.lucene.spatial3d.geom.GeoPoint point1
         2: .line 248
            aload 0 /* this */
            aload 2 /* cell */
            iconst_1
            invokevirtual com.google.common.geometry.S2Cell.getVertexRaw:(I)Lcom/google/common/geometry/S2Point;
            invokevirtual org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.getGeoPoint:(Lcom/google/common/geometry/S2Point;)Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            astore 4 /* point2 */
        start local 4 // org.apache.lucene.spatial3d.geom.GeoPoint point2
         3: .line 249
            aload 0 /* this */
            aload 2 /* cell */
            iconst_2
            invokevirtual com.google.common.geometry.S2Cell.getVertexRaw:(I)Lcom/google/common/geometry/S2Point;
            invokevirtual org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.getGeoPoint:(Lcom/google/common/geometry/S2Point;)Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            astore 5 /* point3 */
        start local 5 // org.apache.lucene.spatial3d.geom.GeoPoint point3
         4: .line 250
            aload 0 /* this */
            aload 2 /* cell */
            iconst_3
            invokevirtual com.google.common.geometry.S2Cell.getVertexRaw:(I)Lcom/google/common/geometry/S2Point;
            invokevirtual org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.getGeoPoint:(Lcom/google/common/geometry/S2Point;)Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            astore 6 /* point4 */
        start local 6 // org.apache.lucene.spatial3d.geom.GeoPoint point4
         5: .line 251
            new org.apache.lucene.spatial.spatial4j.Geo3dShape
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 3 /* point1 */
            aload 4 /* point2 */
            aload 5 /* point3 */
            aload 6 /* point4 */
            invokestatic org.apache.lucene.spatial3d.geom.GeoS2ShapeFactory.makeGeoS2Shape:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;)Lorg/apache/lucene/spatial3d/geom/GeoPolygon;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.context:Lorg/locationtech/spatial4j/context/SpatialContext;
            invokespecial org.apache.lucene.spatial.spatial4j.Geo3dShape.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;Lorg/locationtech/spatial4j/context/SpatialContext;)V
            areturn
        end local 6 // org.apache.lucene.spatial3d.geom.GeoPoint point4
        end local 5 // org.apache.lucene.spatial3d.geom.GeoPoint point3
        end local 4 // org.apache.lucene.spatial3d.geom.GeoPoint point2
        end local 3 // org.apache.lucene.spatial3d.geom.GeoPoint point1
        end local 2 // com.google.common.geometry.S2Cell cell
        end local 1 // com.google.common.geometry.S2CellId cellId
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    6     1  cellId  Lcom/google/common/geometry/S2CellId;
            1    6     2    cell  Lcom/google/common/geometry/S2Cell;
            2    6     3  point1  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            3    6     4  point2  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            4    6     5  point3  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            5    6     6  point4  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    MethodParameters:
        Name  Flags
      cellId  

  private org.apache.lucene.spatial3d.geom.GeoPoint getGeoPoint(com.google.common.geometry.S2Point);
    descriptor: (Lcom/google/common/geometry/S2Point;)Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
        start local 1 // com.google.common.geometry.S2Point point
         0: .line 255
            aload 0 /* this */
            getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 1 /* point */
            iconst_0
            invokevirtual com.google.common.geometry.S2Point.get:(I)D
            aload 1 /* point */
            iconst_1
            invokevirtual com.google.common.geometry.S2Point.get:(I)D
            aload 1 /* point */
            iconst_2
            invokevirtual com.google.common.geometry.S2Point.get:(I)D
            invokevirtual org.apache.lucene.spatial3d.geom.PlanetModel.createSurfacePoint:(DDD)Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            areturn
        end local 1 // com.google.common.geometry.S2Point point
        end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
            0    1     1  point  Lcom/google/common/geometry/S2Point;
    MethodParameters:
       Name  Flags
      point  
}
SourceFile: "Geo3dShapeFactory.java"
NestMembers:
  org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder  org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiLineBuilder  org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiPointBuilder  org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiPolygonBuilder  org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiShapeBuilder  org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dPointBuilder  org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dPolygonBuilder  org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dPolygonBuilder$Geo3dHoleBuilder
InnerClasses:
  private Geo3dLineStringBuilder = org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder of org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory
  private Geo3dMultiLineBuilder = org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiLineBuilder of org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory
  private Geo3dMultiPointBuilder = org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiPointBuilder of org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory
  private Geo3dMultiPolygonBuilder = org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiPolygonBuilder of org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory
  private Geo3dMultiShapeBuilder = org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiShapeBuilder of org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory
  private Geo3dPointBuilder = org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dPointBuilder of org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory
  private Geo3dPolygonBuilder = org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dPolygonBuilder of org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory
  public abstract LineStringBuilder = org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder of org.locationtech.spatial4j.shape.ShapeFactory
  public abstract MultiLineStringBuilder = org.locationtech.spatial4j.shape.ShapeFactory$MultiLineStringBuilder of org.locationtech.spatial4j.shape.ShapeFactory
  public abstract MultiPointBuilder = org.locationtech.spatial4j.shape.ShapeFactory$MultiPointBuilder of org.locationtech.spatial4j.shape.ShapeFactory
  public abstract MultiPolygonBuilder = org.locationtech.spatial4j.shape.ShapeFactory$MultiPolygonBuilder of org.locationtech.spatial4j.shape.ShapeFactory
  public abstract MultiShapeBuilder = org.locationtech.spatial4j.shape.ShapeFactory$MultiShapeBuilder of org.locationtech.spatial4j.shape.ShapeFactory
  public abstract PolygonBuilder = org.locationtech.spatial4j.shape.ShapeFactory$PolygonBuilder of org.locationtech.spatial4j.shape.ShapeFactory