public final class org.h2.util.geometry.GeometryUtils$EnvelopeTarget extends org.h2.util.geometry.GeometryUtils$Target
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.h2.util.geometry.GeometryUtils$EnvelopeTarget
  super_class: org.h2.util.geometry.GeometryUtils$Target
{
  private boolean enabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean set;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.util.geometry.GeometryUtils$EnvelopeTarget this
         0: .line 175
            aload 0 /* this */
            invokespecial org.h2.util.geometry.GeometryUtils$Target.<init>:()V
         1: .line 176
            return
        end local 0 // org.h2.util.geometry.GeometryUtils$EnvelopeTarget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/h2/util/geometry/GeometryUtils$EnvelopeTarget;

  protected void startPoint();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.h2.util.geometry.GeometryUtils$EnvelopeTarget this
         0: .line 180
            aload 0 /* this */
            iconst_1
            putfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.enabled:Z
         1: .line 181
            return
        end local 0 // org.h2.util.geometry.GeometryUtils$EnvelopeTarget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/h2/util/geometry/GeometryUtils$EnvelopeTarget;

  protected void startLineString(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.util.geometry.GeometryUtils$EnvelopeTarget this
        start local 1 // int numPoints
         0: .line 185
            aload 0 /* this */
            iconst_1
            putfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.enabled:Z
         1: .line 186
            return
        end local 1 // int numPoints
        end local 0 // org.h2.util.geometry.GeometryUtils$EnvelopeTarget this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/h2/util/geometry/GeometryUtils$EnvelopeTarget;
            0    2     1  numPoints  I
    MethodParameters:
           Name  Flags
      numPoints  

  protected void startPolygon(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.h2.util.geometry.GeometryUtils$EnvelopeTarget this
        start local 1 // int numInner
        start local 2 // int numPoints
         0: .line 190
            aload 0 /* this */
            iconst_1
            putfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.enabled:Z
         1: .line 191
            return
        end local 2 // int numPoints
        end local 1 // int numInner
        end local 0 // org.h2.util.geometry.GeometryUtils$EnvelopeTarget this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/h2/util/geometry/GeometryUtils$EnvelopeTarget;
            0    2     1   numInner  I
            0    2     2  numPoints  I
    MethodParameters:
           Name  Flags
      numInner   
      numPoints  

  protected void startPolygonInner(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.util.geometry.GeometryUtils$EnvelopeTarget this
        start local 1 // int numInner
         0: .line 195
            aload 0 /* this */
            iconst_0
            putfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.enabled:Z
         1: .line 196
            return
        end local 1 // int numInner
        end local 0 // org.h2.util.geometry.GeometryUtils$EnvelopeTarget this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/h2/util/geometry/GeometryUtils$EnvelopeTarget;
            0    2     1  numInner  I
    MethodParameters:
          Name  Flags
      numInner  

  protected void addCoordinate(double, double, double, double, int, int);
    descriptor: (DDDDII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=11, args_size=7
        start local 0 // org.h2.util.geometry.GeometryUtils$EnvelopeTarget this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
        start local 7 // double m
        start local 9 // int index
        start local 10 // int total
         0: .line 201
            aload 0 /* this */
            getfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.enabled:Z
            ifeq 14
            dload 1 /* x */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 14
            dload 3 /* y */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 14
         1: .line 202
            aload 0 /* this */
            getfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.set:Z
            ifne 6
         2: .line 203
            aload 0 /* this */
            aload 0 /* this */
            dload 1 /* x */
            dup2_x1
            putfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.maxX:D
            putfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.minX:D
         3: .line 204
            aload 0 /* this */
            aload 0 /* this */
            dload 3 /* y */
            dup2_x1
            putfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.maxY:D
            putfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.minY:D
         4: .line 205
            aload 0 /* this */
            iconst_1
            putfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.set:Z
         5: .line 206
            goto 14
         6: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.minX:D
            dload 1 /* x */
            dcmpl
            ifle 8
         7: .line 208
            aload 0 /* this */
            dload 1 /* x */
            putfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.minX:D
         8: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.maxX:D
            dload 1 /* x */
            dcmpg
            ifge 10
         9: .line 211
            aload 0 /* this */
            dload 1 /* x */
            putfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.maxX:D
        10: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.minY:D
            dload 3 /* y */
            dcmpl
            ifle 12
        11: .line 214
            aload 0 /* this */
            dload 3 /* y */
            putfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.minY:D
        12: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.maxY:D
            dload 3 /* y */
            dcmpg
            ifge 14
        13: .line 217
            aload 0 /* this */
            dload 3 /* y */
            putfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.maxY:D
        14: .line 221
      StackMap locals:
      StackMap stack:
            return
        end local 10 // int total
        end local 9 // int index
        end local 7 // double m
        end local 5 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.h2.util.geometry.GeometryUtils$EnvelopeTarget this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lorg/h2/util/geometry/GeometryUtils$EnvelopeTarget;
            0   15     1      x  D
            0   15     3      y  D
            0   15     5      z  D
            0   15     7      m  D
            0   15     9  index  I
            0   15    10  total  I
    MethodParameters:
       Name  Flags
      x      
      y      
      z      
      m      
      index  
      total  

  public double[] getEnvelope();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.h2.util.geometry.GeometryUtils$EnvelopeTarget this
         0: .line 229
            aload 0 /* this */
            getfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.set:Z
            ifeq 1
            iconst_4
            newarray 7
            dup
            iconst_0
            aload 0 /* this */
            getfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.minX:D
            dastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.maxX:D
            dastore
            dup
            iconst_2
            aload 0 /* this */
            getfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.minY:D
            dastore
            dup
            iconst_3
            aload 0 /* this */
            getfield org.h2.util.geometry.GeometryUtils$EnvelopeTarget.maxY:D
            dastore
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: double[]
         2: areturn
        end local 0 // org.h2.util.geometry.GeometryUtils$EnvelopeTarget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/h2/util/geometry/GeometryUtils$EnvelopeTarget;
}
SourceFile: "GeometryUtils.java"
NestHost: org.h2.util.geometry.GeometryUtils
InnerClasses:
  public final EnvelopeTarget = org.h2.util.geometry.GeometryUtils$EnvelopeTarget of org.h2.util.geometry.GeometryUtils
  public abstract Target = org.h2.util.geometry.GeometryUtils$Target of org.h2.util.geometry.GeometryUtils