class org.apache.lucene.spatial3d.geom.dXdYdZSolid extends org.apache.lucene.spatial3d.geom.BaseXYZSolid
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.spatial3d.geom.dXdYdZSolid
  super_class: org.apache.lucene.spatial3d.geom.BaseXYZSolid
{
  protected final double X;
    descriptor: D
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

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

  protected final boolean isOnSurface;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.apache.lucene.spatial3d.geom.GeoPoint thePoint;
    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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 50
            iconst_0
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            putstatic org.apache.lucene.spatial3d.geom.dXdYdZSolid.nullPoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.dXdYdZSolid this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // double X
        start local 4 // double Y
        start local 6 // double Z
         0: .line 64
            aload 0 /* this */
            aload 1 /* planetModel */
            invokespecial org.apache.lucene.spatial3d.geom.BaseXYZSolid.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
         1: .line 66
            aload 0 /* this */
            dload 2 /* X */
            putfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.X:D
         2: .line 67
            aload 0 /* this */
            dload 4 /* Y */
            putfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.Y:D
         3: .line 68
            aload 0 /* this */
            dload 6 /* Z */
            putfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.Z:D
         4: .line 70
            aload 0 /* this */
            aload 1 /* planetModel */
            dload 2 /* X */
            dload 4 /* Y */
            dload 6 /* Z */
            invokevirtual org.apache.lucene.spatial3d.geom.PlanetModel.pointOnSurface:(DDD)Z
            putfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.isOnSurface:Z
         5: .line 71
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.isOnSurface:Z
            ifeq 9
         6: .line 72
            aload 0 /* this */
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            dload 2 /* X */
            dload 4 /* Y */
            dload 6 /* Z */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(DDD)V
            putfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.thePoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         7: .line 73
            aload 0 /* this */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.thePoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aastore
            putfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         8: .line 74
            goto 11
         9: .line 75
      StackMap locals: org.apache.lucene.spatial3d.geom.dXdYdZSolid org.apache.lucene.spatial3d.geom.PlanetModel double double double
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.thePoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        10: .line 76
            aload 0 /* this */
            getstatic org.apache.lucene.spatial3d.geom.dXdYdZSolid.nullPoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            putfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        11: .line 78
      StackMap locals:
      StackMap stack:
            return
        end local 6 // double Z
        end local 4 // double Y
        end local 2 // double X
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.dXdYdZSolid this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/apache/lucene/spatial3d/geom/dXdYdZSolid;
            0   12     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0   12     2            X  D
            0   12     4            Y  D
            0   12     6            Z  D
    MethodParameters:
             Name  Flags
      planetModel  final
      X            final
      Y            final
      Z            final

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, java.io.InputStream);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial3d.geom.dXdYdZSolid this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.io.InputStream inputStream
         0: .line 86
            aload 0 /* this */
            aload 1 /* planetModel */
         1: .line 87
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readDouble:(Ljava/io/InputStream;)D
         2: .line 88
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readDouble:(Ljava/io/InputStream;)D
         3: .line 89
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readDouble:(Ljava/io/InputStream;)D
            invokespecial org.apache.lucene.spatial3d.geom.dXdYdZSolid.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDD)V
         4: .line 90
            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.dXdYdZSolid this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/apache/lucene/spatial3d/geom/dXdYdZSolid;
            0    5     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    5     2  inputStream  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      planetModel  final
      inputStream  final

  public void write(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.dXdYdZSolid this
        start local 1 // java.io.OutputStream outputStream
         0: .line 94
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.X:D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         1: .line 95
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.Y:D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         2: .line 96
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.Z:D
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
         3: .line 97
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // org.apache.lucene.spatial3d.geom.dXdYdZSolid this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/apache/lucene/spatial3d/geom/dXdYdZSolid;
            0    4     1  outputStream  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      outputStream  final

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

  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.dXdYdZSolid this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 106
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.isOnSurface:Z
            ifne 2
         1: .line 107
            iconst_0
            ireturn
         2: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.thePoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.isIdentical:(DDD)Z
            ireturn
        end local 5 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial3d.geom.dXdYdZSolid this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/spatial3d/geom/dXdYdZSolid;
            0    3     1     x  D
            0    3     3     y  D
            0    3     5     z  D
    MethodParameters:
      Name  Flags
      x     final
      y     final
      z     final

  public int getRelationship(org.apache.lucene.spatial3d.geom.GeoShape);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.dXdYdZSolid this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape path
         0: .line 114
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.isOnSurface:Z
            ifne 2
         1: .line 115
            iconst_3
            ireturn
         2: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* path */
            invokevirtual org.apache.lucene.spatial3d.geom.dXdYdZSolid.isShapeInsideArea:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
            istore 2 /* insideRectangle */
        start local 2 // int insideRectangle
         3: .line 120
            iload 2 /* insideRectangle */
            iconst_1
            if_icmpne 5
         4: .line 122
            iconst_2
            ireturn
         5: .line 126
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* path */
            invokevirtual org.apache.lucene.spatial3d.geom.dXdYdZSolid.isAreaInsideShape:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
            istore 3 /* insideShape */
        start local 3 // int insideShape
         6: .line 127
            iload 3 /* insideShape */
            iconst_1
            if_icmpne 8
         7: .line 129
            iconst_2
            ireturn
         8: .line 132
      StackMap locals: int
      StackMap stack:
            iload 2 /* insideRectangle */
            ifne 10
            iload 3 /* insideShape */
            ifne 10
         9: .line 134
            iconst_2
            ireturn
        10: .line 137
      StackMap locals:
      StackMap stack:
            iload 2 /* insideRectangle */
            ifne 12
        11: .line 139
            iconst_1
            ireturn
        12: .line 142
      StackMap locals:
      StackMap stack:
            iload 3 /* insideShape */
            ifne 14
        13: .line 144
            iconst_0
            ireturn
        14: .line 147
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
        end local 3 // int insideShape
        end local 2 // int insideRectangle
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape path
        end local 0 // org.apache.lucene.spatial3d.geom.dXdYdZSolid this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   15     0             this  Lorg/apache/lucene/spatial3d/geom/dXdYdZSolid;
            0   15     1             path  Lorg/apache/lucene/spatial3d/geom/GeoShape;
            3   15     2  insideRectangle  I
            6   15     3      insideShape  I
    MethodParameters:
      Name  Flags
      path  final

  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.dXdYdZSolid this
        start local 1 // java.lang.Object o
         0: .line 152
            aload 1 /* o */
            instanceof org.apache.lucene.spatial3d.geom.dXdYdZSolid
            ifne 2
         1: .line 153
            iconst_0
            ireturn
         2: .line 154
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial3d.geom.dXdYdZSolid
            astore 2 /* other */
        start local 2 // org.apache.lucene.spatial3d.geom.dXdYdZSolid other
         3: .line 155
            aload 0 /* this */
            aload 2 /* other */
            invokespecial org.apache.lucene.spatial3d.geom.BaseXYZSolid.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 156
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.isOnSurface:Z
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.isOnSurface:Z
            if_icmpeq 6
         5: .line 157
      StackMap locals: org.apache.lucene.spatial3d.geom.dXdYdZSolid
      StackMap stack:
            iconst_0
            ireturn
         6: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.isOnSurface:Z
            ifeq 8
         7: .line 160
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.thePoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.thePoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.equals:(Ljava/lang/Object;)Z
            ireturn
         8: .line 162
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.dXdYdZSolid other
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial3d.geom.dXdYdZSolid this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/apache/lucene/spatial3d/geom/dXdYdZSolid;
            0    9     1      o  Ljava/lang/Object;
            3    9     2  other  Lorg/apache/lucene/spatial3d/geom/dXdYdZSolid;
    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.dXdYdZSolid this
         0: .line 167
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial3d.geom.BaseXYZSolid.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 168
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.isOnSurface:Z
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: org.apache.lucene.spatial3d.geom.dXdYdZSolid int
      StackMap stack: int
         2: iconst_0
      StackMap locals: org.apache.lucene.spatial3d.geom.dXdYdZSolid int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 169
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.isOnSurface:Z
            ifeq 6
         5: .line 170
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.thePoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.hashCode:()I
            iadd
            istore 1 /* result */
         6: .line 172
      StackMap locals:
      StackMap stack:
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.lucene.spatial3d.geom.dXdYdZSolid this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/apache/lucene/spatial3d/geom/dXdYdZSolid;
            1    7     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.dXdYdZSolid this
         0: .line 177
            new java.lang.StringBuilder
            dup
            ldc "dXdYdZSolid: {planetmodel="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", isOnSurface="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.isOnSurface:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            ldc ", thePoint="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.dXdYdZSolid.thePoint: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.dXdYdZSolid this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/dXdYdZSolid;
}
SourceFile: "dXdYdZSolid.java"