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

  protected final org.apache.lucene.spatial3d.geom.GeoPoint point2;
    descriptor: Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.GeoPoint point3;
    descriptor: Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.GeoPoint point4;
    descriptor: Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.SidedPlane plane1;
    descriptor: Lorg/apache/lucene/spatial3d/geom/SidedPlane;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.SidedPlane plane2;
    descriptor: Lorg/apache/lucene/spatial3d/geom/SidedPlane;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.SidedPlane plane3;
    descriptor: Lorg/apache/lucene/spatial3d/geom/SidedPlane;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.SidedPlane plane4;
    descriptor: Lorg/apache/lucene/spatial3d/geom/SidedPlane;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.GeoPoint[] plane1Points;
    descriptor: [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.GeoPoint[] plane2Points;
    descriptor: [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.GeoPoint[] plane3Points;
    descriptor: [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.GeoPoint[] plane4Points;
    descriptor: [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    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

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, org.apache.lucene.spatial3d.geom.GeoPoint, org.apache.lucene.spatial3d.geom.GeoPoint, org.apache.lucene.spatial3d.geom.GeoPoint, org.apache.lucene.spatial3d.geom.GeoPoint);
    descriptor: (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;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // org.apache.lucene.spatial3d.geom.GeoPoint point1
        start local 3 // org.apache.lucene.spatial3d.geom.GeoPoint point2
        start local 4 // org.apache.lucene.spatial3d.geom.GeoPoint point3
        start local 5 // org.apache.lucene.spatial3d.geom.GeoPoint point4
         0: .line 72
            aload 0 /* this */
            aload 1 /* planetModel */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePolygon.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
         1: .line 73
            aload 0 /* this */
            aload 2 /* point1 */
            putfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point1:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         2: .line 74
            aload 0 /* this */
            aload 3 /* point2 */
            putfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point2:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         3: .line 75
            aload 0 /* this */
            aload 4 /* point3 */
            putfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point3:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         4: .line 76
            aload 0 /* this */
            aload 5 /* point4 */
            putfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point4:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         5: .line 79
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 5 /* point4 */
            aload 2 /* point1 */
            aload 3 /* point2 */
            invokespecial org.apache.lucene.spatial3d.geom.SidedPlane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;)V
            putfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         6: .line 80
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 2 /* point1 */
            aload 3 /* point2 */
            aload 4 /* point3 */
            invokespecial org.apache.lucene.spatial3d.geom.SidedPlane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;)V
            putfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         7: .line 81
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 3 /* point2 */
            aload 4 /* point3 */
            aload 5 /* point4 */
            invokespecial org.apache.lucene.spatial3d.geom.SidedPlane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;)V
            putfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         8: .line 82
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 4 /* point3 */
            aload 5 /* point4 */
            aload 2 /* point1 */
            invokespecial org.apache.lucene.spatial3d.geom.SidedPlane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;)V
            putfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         9: .line 85
            aload 0 /* this */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 2 /* point1 */
            aastore
            dup
            iconst_1
            aload 3 /* point2 */
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1Points:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        10: .line 86
            aload 0 /* this */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 3 /* point2 */
            aastore
            dup
            iconst_1
            aload 4 /* point3 */
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2Points:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        11: .line 87
            aload 0 /* this */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 4 /* point3 */
            aastore
            dup
            iconst_1
            aload 5 /* point4 */
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3Points:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        12: .line 88
            aload 0 /* this */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 5 /* point4 */
            aastore
            dup
            iconst_1
            aload 2 /* point1 */
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4Points:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        13: .line 90
            aload 0 /* this */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 2 /* point1 */
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoS2Shape.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        14: .line 91
            return
        end local 5 // org.apache.lucene.spatial3d.geom.GeoPoint point4
        end local 4 // org.apache.lucene.spatial3d.geom.GeoPoint point3
        end local 3 // org.apache.lucene.spatial3d.geom.GeoPoint point2
        end local 2 // org.apache.lucene.spatial3d.geom.GeoPoint point1
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Lorg/apache/lucene/spatial3d/geom/GeoS2Shape;
            0   15     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0   15     2       point1  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            0   15     3       point2  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            0   15     4       point3  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            0   15     5       point4  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    MethodParameters:
             Name  Flags
      planetModel  final
      point1       
      point2       
      point3       
      point4       

  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=6, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.io.InputStream inputStream
         0: .line 99
            aload 0 /* this */
            aload 1 /* planetModel */
         1: .line 100
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readObject:(Ljava/io/InputStream;)Lorg/apache/lucene/spatial3d/geom/SerializableObject;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
         2: .line 101
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readObject:(Ljava/io/InputStream;)Lorg/apache/lucene/spatial3d/geom/SerializableObject;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
         3: .line 102
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readObject:(Ljava/io/InputStream;)Lorg/apache/lucene/spatial3d/geom/SerializableObject;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
         4: .line 103
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readObject:(Ljava/io/InputStream;)Lorg/apache/lucene/spatial3d/geom/SerializableObject;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
            invokespecial org.apache.lucene.spatial3d.geom.GeoS2Shape.<init>:(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;)V
         5: .line 104
            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.GeoS2Shape this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/apache/lucene/spatial3d/geom/GeoS2Shape;
            0    6     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    6     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=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape this
        start local 1 // java.io.OutputStream outputStream
         0: .line 108
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point1:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeObject:(Ljava/io/OutputStream;Lorg/apache/lucene/spatial3d/geom/SerializableObject;)V
         1: .line 109
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point2:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeObject:(Ljava/io/OutputStream;Lorg/apache/lucene/spatial3d/geom/SerializableObject;)V
         2: .line 110
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point3:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeObject:(Ljava/io/OutputStream;Lorg/apache/lucene/spatial3d/geom/SerializableObject;)V
         3: .line 111
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point4:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeObject:(Ljava/io/OutputStream;Lorg/apache/lucene/spatial3d/geom/SerializableObject;)V
         4: .line 112
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/apache/lucene/spatial3d/geom/GeoS2Shape;
            0    5     1  outputStream  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      outputStream  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.GeoS2Shape this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 117
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1: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
            ifeq 5
         1: .line 118
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2: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
            ifeq 5
         2: .line 119
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3: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
            ifeq 5
         3: .line 120
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4: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
            ifeq 5
         4: .line 117
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 5 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/spatial3d/geom/GeoS2Shape;
            0    6     1     x  D
            0    6     3     y  D
            0    6     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.GeoS2Shape this
         0: .line 126
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoS2Shape;

  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=10, locals=4, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape 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 131
            aload 1 /* p */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 2 /* notablePoints */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1Points:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 3 /* bounds */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            invokevirtual org.apache.lucene.spatial3d.geom.Plane.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
            ifne 5
         1: .line 132
            aload 1 /* p */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 2 /* notablePoints */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2Points:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 3 /* bounds */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            invokevirtual org.apache.lucene.spatial3d.geom.Plane.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
            ifne 5
         2: .line 133
            aload 1 /* p */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 2 /* notablePoints */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3Points:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 3 /* bounds */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            invokevirtual org.apache.lucene.spatial3d.geom.Plane.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
            ifne 5
         3: .line 134
            aload 1 /* p */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 2 /* notablePoints */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4Points:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 3 /* bounds */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            invokevirtual org.apache.lucene.spatial3d.geom.Plane.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
            ifne 5
         4: .line 131
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            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.GeoS2Shape this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/apache/lucene/spatial3d/geom/GeoS2Shape;
            0    6     1              p  Lorg/apache/lucene/spatial3d/geom/Plane;
            0    6     2  notablePoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            0    6     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=7, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
         0: .line 139
            aload 1 /* geoShape */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1Points:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            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
            ifne 5
         1: .line 140
            aload 1 /* geoShape */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2Points:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            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
            ifne 5
         2: .line 141
            aload 1 /* geoShape */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3Points:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            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
            ifne 5
         3: .line 142
            aload 1 /* geoShape */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4Points:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            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
            ifne 5
         4: .line 139
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
        end local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/apache/lucene/spatial3d/geom/GeoS2Shape;
            0    6     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=7, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape this
        start local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
         0: .line 147
            aload 0 /* this */
            aload 1 /* bounds */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePolygon.getBounds:(Lorg/apache/lucene/spatial3d/geom/Bounds;)V
         1: .line 148
            aload 1 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            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;
         2: .line 149
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            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;
         3: .line 150
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            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;
         4: .line 151
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            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;
         5: .line 152
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point1: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;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point2: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;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point3: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;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point4: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
         6: .line 153
            return
        end local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
        end local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/apache/lucene/spatial3d/geom/GeoS2Shape;
            0    7     1  bounds  Lorg/apache/lucene/spatial3d/geom/Bounds;
    MethodParameters:
        Name  Flags
      bounds  

  public double outsideDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=24, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape 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 157
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            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
            dstore 8 /* planeDistance1 */
        start local 8 // double planeDistance1
         1: .line 158
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            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
            dstore 10 /* planeDistance2 */
        start local 10 // double planeDistance2
         2: .line 159
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane2:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            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
            dstore 12 /* planeDistance3 */
        start local 12 // double planeDistance3
         3: .line 160
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane4:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane1:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.plane3:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            aastore
            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
            dstore 14 /* planeDistance4 */
        start local 14 // double planeDistance4
         4: .line 162
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point1: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
            dstore 16 /* pointDistance1 */
        start local 16 // double pointDistance1
         5: .line 163
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point2: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
            dstore 18 /* pointDistance2 */
        start local 18 // double pointDistance2
         6: .line 164
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point3: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
            dstore 20 /* pointDistance3 */
        start local 20 // double pointDistance3
         7: .line 165
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point4: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
            dstore 22 /* pointDistance4 */
        start local 22 // double pointDistance4
         8: .line 169
            dload 8 /* planeDistance1 */
            dload 10 /* planeDistance2 */
            invokestatic java.lang.Math.min:(DD)D
         9: .line 170
            dload 12 /* planeDistance3 */
            dload 14 /* planeDistance4 */
            invokestatic java.lang.Math.min:(DD)D
        10: .line 168
            invokestatic java.lang.Math.min:(DD)D
        11: .line 172
            dload 16 /* pointDistance1 */
            dload 18 /* pointDistance2 */
            invokestatic java.lang.Math.min:(DD)D
        12: .line 173
            dload 20 /* pointDistance3 */
            dload 22 /* pointDistance4 */
            invokestatic java.lang.Math.min:(DD)D
        13: .line 171
            invokestatic java.lang.Math.min:(DD)D
        14: .line 167
            invokestatic java.lang.Math.min:(DD)D
            dreturn
        end local 22 // double pointDistance4
        end local 20 // double pointDistance3
        end local 18 // double pointDistance2
        end local 16 // double pointDistance1
        end local 14 // double planeDistance4
        end local 12 // double planeDistance3
        end local 10 // double planeDistance2
        end local 8 // double planeDistance1
        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.GeoS2Shape this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Lorg/apache/lucene/spatial3d/geom/GeoS2Shape;
            0   15     1   distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0   15     2               x  D
            0   15     4               y  D
            0   15     6               z  D
            1   15     8  planeDistance1  D
            2   15    10  planeDistance2  D
            3   15    12  planeDistance3  D
            4   15    14  planeDistance4  D
            5   15    16  pointDistance1  D
            6   15    18  pointDistance2  D
            7   15    20  pointDistance3  D
            8   15    22  pointDistance4  D
    MethodParameters:
               Name  Flags
      distanceStyle  
      x              
      y              
      z              

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape this
        start local 1 // java.lang.Object o
         0: .line 178
            aload 1 /* o */
            instanceof org.apache.lucene.spatial3d.geom.GeoS2Shape
            ifne 2
         1: .line 179
            iconst_0
            ireturn
         2: .line 180
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial3d.geom.GeoS2Shape
            astore 2 /* other */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoS2Shape other
         3: .line 181
            aload 0 /* this */
            aload 2 /* other */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePolygon.equals:(Ljava/lang/Object;)Z
            ifeq 7
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point1:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point1:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.equals:(Ljava/lang/Object;)Z
            ifeq 7
         4: .line 182
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point2:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point2:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.equals:(Ljava/lang/Object;)Z
            ifeq 7
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point3:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point3:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 183
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point4:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point4:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 181
            iconst_1
            ireturn
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoS2Shape
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoS2Shape other
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/apache/lucene/spatial3d/geom/GeoS2Shape;
            0    8     1      o  Ljava/lang/Object;
            3    8     2  other  Lorg/apache/lucene/spatial3d/geom/GeoS2Shape;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape this
         0: .line 188
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePolygon.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 189
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point1:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 190
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point2:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.hashCode:()I
            iadd
            istore 1 /* result */
         3: .line 191
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point3:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.hashCode:()I
            iadd
            istore 1 /* result */
         4: .line 192
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoS2Shape.point4:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.hashCode:()I
            iadd
            istore 1 /* result */
         5: .line 193
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.lucene.spatial3d.geom.GeoS2Shape this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/lucene/spatial3d/geom/GeoS2Shape;
            1    6     1  result  I

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