class org.apache.lucene.spatial3d.geom.GeoConvexPolygon 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.GeoConvexPolygon
  super_class: org.apache.lucene.spatial3d.geom.GeoBasePolygon
{
  protected final java.util.List<org.apache.lucene.spatial3d.geom.GeoPoint> points;
    descriptor: Ljava/util/List;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;

  protected final java.util.BitSet isInternalEdges;
    descriptor: Ljava/util/BitSet;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.util.List<org.apache.lucene.spatial3d.geom.GeoPolygon> holes;
    descriptor: Ljava/util/List;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPolygon;>;

  protected org.apache.lucene.spatial3d.geom.SidedPlane[] edges;
    descriptor: [Lorg/apache/lucene/spatial3d/geom/SidedPlane;
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.lucene.spatial3d.geom.GeoPoint[][] notableEdgePoints;
    descriptor: [[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.lucene.spatial3d.geom.GeoPoint[] edgePoints;
    descriptor: [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0004) ACC_PROTECTED

  protected boolean isDone;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected java.util.Map<org.apache.lucene.spatial3d.geom.SidedPlane, org.apache.lucene.spatial3d.geom.Membership> eitherBounds;
    descriptor: Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/Map<Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/Membership;>;

  protected java.util.Map<org.apache.lucene.spatial3d.geom.SidedPlane, org.apache.lucene.spatial3d.geom.SidedPlane> prevBrotherMap;
    descriptor: Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/Map<Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/SidedPlane;>;

  protected java.util.Map<org.apache.lucene.spatial3d.geom.SidedPlane, org.apache.lucene.spatial3d.geom.SidedPlane> nextBrotherMap;
    descriptor: Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/Map<Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/SidedPlane;>;

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, java.util.List<org.apache.lucene.spatial3d.geom.GeoPoint>);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.util.List pointList
         0: .line 66
            aload 0 /* this */
            aload 1 /* planetModel */
            aload 2 /* pointList */
            aconst_null
            invokespecial org.apache.lucene.spatial3d.geom.GeoConvexPolygon.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/util/List;Ljava/util/List;)V
         1: .line 67
            return
        end local 2 // java.util.List pointList
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0    2     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    2     2    pointList  Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;
    Signature: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;)V
    MethodParameters:
             Name  Flags
      planetModel  final
      pointList    final

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, java.util.List<org.apache.lucene.spatial3d.geom.GeoPoint>, java.util.List<org.apache.lucene.spatial3d.geom.GeoPolygon>);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/util/List;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.util.List pointList
        start local 3 // java.util.List holes
         0: .line 77
            aload 0 /* this */
            aload 1 /* planetModel */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePolygon.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
         1: .line 45
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         2: .line 47
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.notableEdgePoints:[[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         3: .line 49
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         4: .line 51
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isDone:Z
         5: .line 53
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.eitherBounds:Ljava/util/Map;
         6: .line 55
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.prevBrotherMap:Ljava/util/Map;
         7: .line 57
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.nextBrotherMap:Ljava/util/Map;
         8: .line 78
            aload 0 /* this */
            aload 2 /* pointList */
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
         9: .line 79
            aload 3 /* holes */
            ifnull 12
            aload 3 /* holes */
            invokeinterface java.util.List.size:()I
            ifne 12
        10: .line 80
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
        11: .line 81
            goto 13
        12: .line 82
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.PlanetModel java.util.List java.util.List
      StackMap stack:
            aload 0 /* this */
            aload 3 /* holes */
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
        13: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isInternalEdges:Ljava/util/BitSet;
        14: .line 85
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.done:(Z)V
        15: .line 86
            return
        end local 3 // java.util.List holes
        end local 2 // java.util.List pointList
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0         this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0   16     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0   16     2    pointList  Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;
            0   16     3        holes  Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPolygon;>;
    Signature: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPolygon;>;)V
    MethodParameters:
             Name  Flags
      planetModel  final
      pointList    final
      holes        final

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, java.util.List<org.apache.lucene.spatial3d.geom.GeoPoint>, java.util.BitSet, );
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/util/List;Ljava/util/BitSet;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.util.List pointList
        start local 3 // java.util.BitSet internalEdgeFlags
        start local 4 // boolean returnEdgeInternal
         0: .line 100
            aload 0 /* this */
            aload 1 /* planetModel */
            aload 2 /* pointList */
            aconst_null
            aload 3 /* internalEdgeFlags */
            iload 4 /* returnEdgeInternal */
            invokespecial org.apache.lucene.spatial3d.geom.GeoConvexPolygon.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/util/List;Ljava/util/List;Ljava/util/BitSet;Z)V
         1: .line 101
            return
        end local 4 // boolean returnEdgeInternal
        end local 3 // java.util.BitSet internalEdgeFlags
        end local 2 // java.util.List pointList
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0    2     1         planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    2     2           pointList  Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;
            0    2     3   internalEdgeFlags  Ljava/util/BitSet;
            0    2     4  returnEdgeInternal  Z
    Signature: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;Ljava/util/BitSet;Z)V
    MethodParameters:
                    Name  Flags
      planetModel         final
      pointList           final
      internalEdgeFlags   final
      returnEdgeInternal  final

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, java.util.List<org.apache.lucene.spatial3d.geom.GeoPoint>, java.util.List<org.apache.lucene.spatial3d.geom.GeoPolygon>, java.util.BitSet, );
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/util/List;Ljava/util/List;Ljava/util/BitSet;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.util.List pointList
        start local 3 // java.util.List holes
        start local 4 // java.util.BitSet internalEdgeFlags
        start local 5 // boolean returnEdgeInternal
         0: .line 117
            aload 0 /* this */
            aload 1 /* planetModel */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePolygon.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
         1: .line 45
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         2: .line 47
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.notableEdgePoints:[[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         3: .line 49
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         4: .line 51
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isDone:Z
         5: .line 53
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.eitherBounds:Ljava/util/Map;
         6: .line 55
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.prevBrotherMap:Ljava/util/Map;
         7: .line 57
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.nextBrotherMap:Ljava/util/Map;
         8: .line 118
            aload 0 /* this */
            aload 2 /* pointList */
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
         9: .line 119
            aload 3 /* holes */
            ifnull 12
            aload 3 /* holes */
            invokeinterface java.util.List.size:()I
            ifne 12
        10: .line 120
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
        11: .line 121
            goto 13
        12: .line 122
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.PlanetModel java.util.List java.util.List java.util.BitSet int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* holes */
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
        13: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* internalEdgeFlags */
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isInternalEdges:Ljava/util/BitSet;
        14: .line 125
            aload 0 /* this */
            iload 5 /* returnEdgeInternal */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.done:(Z)V
        15: .line 126
            return
        end local 5 // boolean returnEdgeInternal
        end local 4 // java.util.BitSet internalEdgeFlags
        end local 3 // java.util.List holes
        end local 2 // java.util.List pointList
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   16     0                this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0   16     1         planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0   16     2           pointList  Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;
            0   16     3               holes  Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPolygon;>;
            0   16     4   internalEdgeFlags  Ljava/util/BitSet;
            0   16     5  returnEdgeInternal  Z
    Signature: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPolygon;>;Ljava/util/BitSet;Z)V
    MethodParameters:
                    Name  Flags
      planetModel         final
      pointList           final
      holes               final
      internalEdgeFlags   final
      returnEdgeInternal  final

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // double startLatitude
        start local 4 // double startLongitude
         0: .line 138
            aload 0 /* this */
            aload 1 /* planetModel */
            dload 2 /* startLatitude */
            dload 4 /* startLongitude */
            aconst_null
            invokespecial org.apache.lucene.spatial3d.geom.GeoConvexPolygon.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDLjava/util/List;)V
         1: .line 139
            return
        end local 4 // double startLongitude
        end local 2 // double startLatitude
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0    2     1     planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    2     2   startLatitude  D
            0    2     4  startLongitude  D
    MethodParameters:
                Name  Flags
      planetModel     final
      startLatitude   final
      startLongitude  final

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, double, double, java.util.List<org.apache.lucene.spatial3d.geom.GeoPolygon>);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDLjava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // double startLatitude
        start local 4 // double startLongitude
        start local 6 // java.util.List holes
         0: .line 153
            aload 0 /* this */
            aload 1 /* planetModel */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePolygon.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
         1: .line 45
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         2: .line 47
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.notableEdgePoints:[[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         3: .line 49
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         4: .line 51
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isDone:Z
         5: .line 53
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.eitherBounds:Ljava/util/Map;
         6: .line 55
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.prevBrotherMap:Ljava/util/Map;
         7: .line 57
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.nextBrotherMap:Ljava/util/Map;
         8: .line 154
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
         9: .line 155
            aload 6 /* holes */
            ifnull 12
            aload 6 /* holes */
            invokeinterface java.util.List.size:()I
            ifne 12
        10: .line 156
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
        11: .line 157
            goto 13
        12: .line 158
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.PlanetModel double double java.util.List
      StackMap stack:
            aload 0 /* this */
            aload 6 /* holes */
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
        13: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isInternalEdges:Ljava/util/BitSet;
        14: .line 161
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 1 /* planetModel */
            dload 2 /* startLatitude */
            dload 4 /* startLongitude */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        15: .line 162
            return
        end local 6 // java.util.List holes
        end local 4 // double startLongitude
        end local 2 // double startLatitude
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0            this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0   16     1     planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0   16     2   startLatitude  D
            0   16     4  startLongitude  D
            0   16     6           holes  Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPolygon;>;
    Signature: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDLjava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPolygon;>;)V
    MethodParameters:
                Name  Flags
      planetModel     final
      startLatitude   final
      startLongitude  final
      holes           final

  public void addPoint(double, double, boolean);
    descriptor: (DDZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // double latitude
        start local 3 // double longitude
        start local 5 // boolean isInternalEdge
         0: .line 174
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isDone:Z
            ifeq 2
         1: .line 175
            new java.lang.IllegalStateException
            dup
            ldc "Can't call addPoint() if done() already called"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 176
      StackMap locals:
      StackMap stack:
            iload 5 /* isInternalEdge */
            ifeq 4
         3: .line 177
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isInternalEdges:Ljava/util/BitSet;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokevirtual java.util.BitSet.set:(I)V
         4: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            dload 1 /* latitude */
            dload 3 /* longitude */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 179
            return
        end local 5 // boolean isInternalEdge
        end local 3 // double longitude
        end local 1 // double latitude
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0    6     1        latitude  D
            0    6     3       longitude  D
            0    6     5  isInternalEdge  Z
    MethodParameters:
                Name  Flags
      latitude        final
      longitude       final
      isInternalEdge  final

  public void done(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=10, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // boolean isInternalReturnEdge
         0: .line 186
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isDone:Z
            ifeq 2
         1: .line 187
            new java.lang.IllegalStateException
            dup
            ldc "Can't call done() more than once"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_3
            if_icmpge 4
         3: .line 190
            new java.lang.IllegalArgumentException
            dup
            ldc "Polygon needs at least three points."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 192
      StackMap locals:
      StackMap stack:
            iload 1 /* isInternalReturnEdge */
            ifeq 6
         5: .line 193
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isInternalEdges:Ljava/util/BitSet;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokevirtual java.util.BitSet.set:(I)V
         6: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isDone:Z
         7: .line 199
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray org.apache.lucene.spatial3d.geom.SidedPlane
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         8: .line 200
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint[]
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.notableEdgePoints:[[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         9: .line 202
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        10: goto 30
        11: .line 203
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
            astore 3 /* start */
        start local 3 // org.apache.lucene.spatial3d.geom.GeoPoint start
        12: .line 204
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            aload 0 /* this */
            iload 2 /* i */
            iconst_1
            iadd
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.legalIndex:(I)I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
            astore 4 /* end */
        start local 4 // org.apache.lucene.spatial3d.geom.GeoPoint end
        13: .line 207
            new org.apache.lucene.spatial3d.geom.Plane
            dup
            aload 3 /* start */
            aload 4 /* end */
            invokespecial org.apache.lucene.spatial3d.geom.Plane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;)V
            astore 5 /* planeToFind */
        start local 5 // org.apache.lucene.spatial3d.geom.Plane planeToFind
        14: .line 208
            iconst_m1
            istore 6 /* endPointIndex */
        start local 6 // int endPointIndex
        15: .line 209
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        16: goto 22
        17: .line 210
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon int int org.apache.lucene.spatial3d.geom.GeoPoint org.apache.lucene.spatial3d.geom.GeoPoint org.apache.lucene.spatial3d.geom.Plane int int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* j */
            iload 2 /* i */
            iadd
            iconst_2
            iadd
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.legalIndex:(I)I
            istore 8 /* index */
        start local 8 // int index
        18: .line 211
            aload 5 /* planeToFind */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            iload 8 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.Vector
            invokevirtual org.apache.lucene.spatial3d.geom.Plane.evaluateIsZero:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifne 21
        19: .line 212
            iload 8 /* index */
            istore 6 /* endPointIndex */
        20: .line 213
            goto 23
        end local 8 // int index
        21: .line 209
      StackMap locals:
      StackMap stack:
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        22: iload 7 /* j */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 17
        end local 7 // int j
        23: .line 216
      StackMap locals:
      StackMap stack:
            iload 6 /* endPointIndex */
            iconst_m1
            if_icmpne 25
        24: .line 217
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Polygon points are all coplanar: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            iload 6 /* endPointIndex */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
            astore 7 /* check */
        start local 7 // org.apache.lucene.spatial3d.geom.GeoPoint check
        26: .line 220
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 7 /* check */
            aload 3 /* start */
            aload 4 /* end */
            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
            astore 8 /* sp */
        start local 8 // org.apache.lucene.spatial3d.geom.SidedPlane sp
        27: .line 221
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 2 /* i */
            aload 8 /* sp */
            aastore
        28: .line 222
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.notableEdgePoints:[[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iload 2 /* i */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 3 /* start */
            aastore
            dup
            iconst_1
            aload 4 /* end */
            aastore
            aastore
        end local 8 // org.apache.lucene.spatial3d.geom.SidedPlane sp
        end local 7 // org.apache.lucene.spatial3d.geom.GeoPoint check
        end local 6 // int endPointIndex
        end local 5 // org.apache.lucene.spatial3d.geom.Plane planeToFind
        end local 4 // org.apache.lucene.spatial3d.geom.GeoPoint end
        end local 3 // org.apache.lucene.spatial3d.geom.GeoPoint start
        29: .line 202
            iinc 2 /* i */ 1
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon int int
      StackMap stack:
        30: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 11
        end local 2 // int i
        31: .line 226
            aload 0 /* this */
            new java.util.HashMap
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            arraylength
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.eitherBounds:Ljava/util/Map;
        32: .line 227
            aload 0 /* this */
            new java.util.HashMap
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            arraylength
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.prevBrotherMap:Ljava/util/Map;
        33: .line 228
            aload 0 /* this */
            new java.util.HashMap
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            arraylength
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.nextBrotherMap:Ljava/util/Map;
        34: .line 229
            iconst_0
            istore 2 /* edgeIndex */
        start local 2 // int edgeIndex
        35: goto 60
        36: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 2 /* edgeIndex */
            aaload
            astore 3 /* edge */
        start local 3 // org.apache.lucene.spatial3d.geom.SidedPlane edge
        37: .line 231
            aload 0 /* this */
            iload 2 /* edgeIndex */
            iconst_1
            iadd
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.legalIndex:(I)I
            istore 4 /* bound1Index */
        start local 4 // int bound1Index
        38: .line 232
            goto 42
        39: .line 233
      StackMap locals: org.apache.lucene.spatial3d.geom.SidedPlane int
      StackMap stack:
            iload 4 /* bound1Index */
            iload 2 /* edgeIndex */
            if_icmpne 41
        40: .line 234
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Constructed planes are all coplanar: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        41: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* bound1Index */
            iconst_1
            iadd
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.legalIndex:(I)I
            istore 4 /* bound1Index */
        42: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 4 /* bound1Index */
            aaload
            aload 3 /* edge */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isNumericallyIdentical:(Lorg/apache/lucene/spatial3d/geom/Plane;)Z
            ifne 39
        43: .line 238
            aload 0 /* this */
            iload 2 /* edgeIndex */
            iconst_1
            isub
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.legalIndex:(I)I
            istore 5 /* bound2Index */
        start local 5 // int bound2Index
        44: .line 240
            goto 48
        45: .line 241
      StackMap locals: int
      StackMap stack:
            iload 5 /* bound2Index */
            iload 2 /* edgeIndex */
            if_icmpne 47
        46: .line 242
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Constructed planes are all coplanar: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        47: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* bound2Index */
            iconst_1
            isub
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.legalIndex:(I)I
            istore 5 /* bound2Index */
        48: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 5 /* bound2Index */
            aaload
            aload 3 /* edge */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isNumericallyIdentical:(Lorg/apache/lucene/spatial3d/geom/Plane;)Z
            ifne 45
        49: .line 247
            iload 5 /* bound2Index */
            istore 6 /* startingIndex */
        start local 6 // int startingIndex
        50: .line 249
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* startingIndex */
            iconst_1
            iadd
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.legalIndex:(I)I
            istore 6 /* startingIndex */
        51: .line 250
            iload 6 /* startingIndex */
            iload 4 /* bound1Index */
            if_icmpne 53
        52: .line 251
            goto 56
        53: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            iload 6 /* startingIndex */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
            astore 7 /* interiorPoint */
        start local 7 // org.apache.lucene.spatial3d.geom.GeoPoint interiorPoint
        54: .line 254
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 4 /* bound1Index */
            aaload
            aload 7 /* interiorPoint */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 55
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 5 /* bound2Index */
            aaload
            aload 7 /* interiorPoint */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifne 50
        55: .line 255
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoPoint
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Convex polygon has a side that is more than 180 degrees"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 7 // org.apache.lucene.spatial3d.geom.GeoPoint interiorPoint
        56: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.eitherBounds:Ljava/util/Map;
            aload 3 /* edge */
            new org.apache.lucene.spatial3d.geom.GeoConvexPolygon$EitherBound
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 4 /* bound1Index */
            aaload
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 5 /* bound2Index */
            aaload
            invokespecial org.apache.lucene.spatial3d.geom.GeoConvexPolygon$EitherBound.<init>:(Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/SidedPlane;)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        57: .line 261
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.nextBrotherMap:Ljava/util/Map;
            aload 3 /* edge */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 4 /* bound1Index */
            aaload
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        58: .line 262
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.prevBrotherMap:Ljava/util/Map;
            aload 3 /* edge */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 5 /* bound2Index */
            aaload
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 6 // int startingIndex
        end local 5 // int bound2Index
        end local 4 // int bound1Index
        end local 3 // org.apache.lucene.spatial3d.geom.SidedPlane edge
        59: .line 229
            iinc 2 /* edgeIndex */ 1
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon int int
      StackMap stack:
        60: iload 2 /* edgeIndex */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            arraylength
            if_icmplt 36
        end local 2 // int edgeIndex
        61: .line 267
            iconst_1
            istore 2 /* edgePointCount */
        start local 2 // int edgePointCount
        62: .line 268
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            ifnull 67
        63: .line 269
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 66
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon int int top java.util.Iterator
      StackMap stack:
        64: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPolygon
            astore 3 /* hole */
        start local 3 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
        65: .line 270
            iload 2 /* edgePointCount */
            aload 3 /* hole */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoPolygon.getEdgePoints:()[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            arraylength
            iadd
            istore 2 /* edgePointCount */
        end local 3 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
        66: .line 269
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 64
        67: .line 273
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* edgePointCount */
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        68: .line 274
            iconst_0
            istore 2 /* edgePointCount */
        69: .line 275
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iload 2 /* edgePointCount */
            iinc 2 /* edgePointCount */ 1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
            aastore
        70: .line 276
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            ifnull 80
        71: .line 277
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 79
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon int int top java.util.Iterator
      StackMap stack:
        72: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPolygon
            astore 3 /* hole */
        start local 3 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
        73: .line 278
            aload 3 /* hole */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoPolygon.getEdgePoints:()[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            astore 5 /* holeEdgePoints */
        start local 5 // org.apache.lucene.spatial3d.geom.GeoPoint[] holeEdgePoints
        74: .line 279
            aload 5 /* holeEdgePoints */
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 78
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon int int org.apache.lucene.spatial3d.geom.GeoPolygon java.util.Iterator org.apache.lucene.spatial3d.geom.GeoPoint[] top int int org.apache.lucene.spatial3d.geom.GeoPoint[]
      StackMap stack:
        75: aload 9
            iload 7
            aaload
            astore 6 /* p */
        start local 6 // org.apache.lucene.spatial3d.geom.GeoPoint p
        76: .line 280
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iload 2 /* edgePointCount */
            iinc 2 /* edgePointCount */ 1
            aload 6 /* p */
            aastore
        end local 6 // org.apache.lucene.spatial3d.geom.GeoPoint p
        77: .line 279
            iinc 7 1
      StackMap locals:
      StackMap stack:
        78: iload 7
            iload 8
            if_icmplt 75
        end local 5 // org.apache.lucene.spatial3d.geom.GeoPoint[] holeEdgePoints
        end local 3 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
        79: .line 277
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon int int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 72
        80: .line 285
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isWithinHoles:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;)Z
            ifeq 82
        81: .line 286
            new java.lang.IllegalArgumentException
            dup
            ldc "Polygon edge intersects a polygon hole; not allowed"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        82: .line 289
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int edgePointCount
        end local 1 // boolean isInternalReturnEdge
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   83     0                  this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0   83     1  isInternalReturnEdge  Z
           10   31     2                     i  I
           12   29     3                 start  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           13   29     4                   end  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           14   29     5           planeToFind  Lorg/apache/lucene/spatial3d/geom/Plane;
           15   29     6         endPointIndex  I
           16   23     7                     j  I
           18   21     8                 index  I
           26   29     7                 check  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           27   29     8                    sp  Lorg/apache/lucene/spatial3d/geom/SidedPlane;
           35   61     2             edgeIndex  I
           37   59     3                  edge  Lorg/apache/lucene/spatial3d/geom/SidedPlane;
           38   59     4           bound1Index  I
           44   59     5           bound2Index  I
           50   59     6         startingIndex  I
           54   56     7         interiorPoint  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           62   83     2        edgePointCount  I
           65   66     3                  hole  Lorg/apache/lucene/spatial3d/geom/GeoPolygon;
           73   79     3                  hole  Lorg/apache/lucene/spatial3d/geom/GeoPolygon;
           74   79     5        holeEdgePoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           76   77     6                     p  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    MethodParameters:
                      Name  Flags
      isInternalReturnEdge  final

  protected boolean isWithinHoles(org.apache.lucene.spatial3d.geom.GeoPoint);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoPoint;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoPoint point
         0: .line 296
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            ifnull 6
         1: .line 297
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.GeoPoint top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPolygon
            astore 2 /* hole */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
         3: .line 298
            aload 2 /* hole */
            aload 1 /* point */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoPolygon.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifne 5
         4: .line 299
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
         5: .line 297
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 303
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.GeoPoint
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoPoint point
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0    7     1  point  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            3    5     2   hole  Lorg/apache/lucene/spatial3d/geom/GeoPolygon;
    MethodParameters:
       Name  Flags
      point  final

  protected int legalIndex(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // int index
         0: .line 311
            goto 2
         1: .line 312
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            isub
            istore 1 /* index */
         2: .line 311
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpge 1
         3: .line 314
            goto 5
         4: .line 315
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iadd
            istore 1 /* index */
         5: .line 314
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iflt 4
         6: .line 317
            iload 1 /* index */
            ireturn
        end local 1 // int index
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0    7     1  index  I
    MethodParameters:
       Name  Flags
      index  

  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=4, locals=4, args_size=3
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.io.InputStream inputStream
         0: .line 326
            aload 0 /* this */
            aload 1 /* planetModel */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePolygon.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
         1: .line 45
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         2: .line 47
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.notableEdgePoints:[[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         3: .line 49
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         4: .line 51
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isDone:Z
         5: .line 53
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.eitherBounds:Ljava/util/Map;
         6: .line 55
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.prevBrotherMap:Ljava/util/Map;
         7: .line 57
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.nextBrotherMap:Ljava/util/Map;
         8: .line 327
            aload 0 /* this */
            aload 1 /* planetModel */
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readPointArray:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;)[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
         9: .line 328
            aload 1 /* planetModel */
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readPolygonArray:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;)[Lorg/apache/lucene/spatial3d/geom/GeoPolygon;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            astore 3 /* holes */
        start local 3 // java.util.List holes
        10: .line 329
            aload 3 /* holes */
            ifnull 13
            aload 3 /* holes */
            invokeinterface java.util.List.size:()I
            ifne 13
        11: .line 330
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
        12: .line 331
            goto 14
        13: .line 332
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.PlanetModel java.io.InputStream java.util.List
      StackMap stack:
            aload 0 /* this */
            aload 3 /* holes */
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
        14: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* inputStream */
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readBitSet:(Ljava/io/InputStream;)Ljava/util/BitSet;
            putfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isInternalEdges:Ljava/util/BitSet;
        15: .line 335
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isInternalEdges:Ljava/util/BitSet;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokevirtual java.util.BitSet.get:(I)Z
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.done:(Z)V
        16: .line 336
            return
        end local 3 // java.util.List holes
        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.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0   17     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0   17     2  inputStream  Ljava/io/InputStream;
           10   17     3        holes  Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPolygon;>;
    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.GeoConvexPolygon this
        start local 1 // java.io.OutputStream outputStream
         0: .line 340
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writePointArray:(Ljava/io/OutputStream;Ljava/util/List;)V
         1: .line 341
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writePolygonArray:(Ljava/io/OutputStream;Ljava/util/List;)V
         2: .line 342
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isInternalEdges:Ljava/util/BitSet;
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeBitSet:(Ljava/io/OutputStream;Ljava/util/BitSet;)V
         3: .line 343
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0    4     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=9, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 347
            aload 0 /* this */
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.localIsWithin:(DDD)Z
            ifne 2
         1: .line 348
            iconst_0
            ireturn
         2: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            ifnull 8
         3: .line 351
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 7
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon double double double top java.util.Iterator
      StackMap stack:
         4: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPolygon
            astore 7 /* polygon */
        start local 7 // org.apache.lucene.spatial3d.geom.GeoPolygon polygon
         5: .line 352
            aload 7 /* polygon */
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoPolygon.isWithin:(DDD)Z
            ifne 7
         6: .line 353
            iconst_0
            ireturn
        end local 7 // org.apache.lucene.spatial3d.geom.GeoPolygon polygon
         7: .line 351
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 357
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon double double double
      StackMap stack:
            iconst_1
            ireturn
        end local 5 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0    9     1        x  D
            0    9     3        y  D
            0    9     5        z  D
            5    7     7  polygon  Lorg/apache/lucene/spatial3d/geom/GeoPolygon;
    MethodParameters:
      Name  Flags
      x     final
      y     final
      z     final

  protected boolean localIsWithin(org.apache.lucene.spatial3d.geom.Vector);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Vector;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.Vector v
         0: .line 361
            aload 0 /* this */
            aload 1 /* v */
            getfield org.apache.lucene.spatial3d.geom.Vector.x:D
            aload 1 /* v */
            getfield org.apache.lucene.spatial3d.geom.Vector.y:D
            aload 1 /* v */
            getfield org.apache.lucene.spatial3d.geom.Vector.z:D
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.localIsWithin:(DDD)Z
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.Vector v
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0    1     1     v  Lorg/apache/lucene/spatial3d/geom/Vector;
    MethodParameters:
      Name  Flags
      v     final

  protected boolean localIsWithin(double, double, double);
    descriptor: (DDD)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=11, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 365
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dup
            astore 10
            arraylength
            istore 9
            iconst_0
            istore 8
            goto 5
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon double double double top int int org.apache.lucene.spatial3d.geom.SidedPlane[]
      StackMap stack:
         1: aload 10
            iload 8
            aaload
            astore 7 /* edge */
        start local 7 // org.apache.lucene.spatial3d.geom.SidedPlane edge
         2: .line 366
            aload 7 /* edge */
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(DDD)Z
            ifne 4
         3: .line 367
            iconst_0
            ireturn
        end local 7 // org.apache.lucene.spatial3d.geom.SidedPlane edge
         4: .line 365
      StackMap locals:
      StackMap stack:
            iinc 8 1
      StackMap locals:
      StackMap stack:
         5: iload 8
            iload 9
            if_icmplt 1
         6: .line 369
            iconst_1
            ireturn
        end local 5 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0    7     1     x  D
            0    7     3     y  D
            0    7     5     z  D
            2    4     7  edge  Lorg/apache/lucene/spatial3d/geom/SidedPlane;
    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.GeoConvexPolygon this
         0: .line 374
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;

  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=11, locals=7, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon 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 380
            iconst_0
            istore 4 /* edgeIndex */
        start local 4 // int edgeIndex
         1: goto 8
         2: .line 381
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 4 /* edgeIndex */
            aaload
            astore 5 /* edge */
        start local 5 // org.apache.lucene.spatial3d.geom.SidedPlane edge
         3: .line 382
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.notableEdgePoints:[[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iload 4 /* edgeIndex */
            aaload
            astore 6 /* points */
        start local 6 // org.apache.lucene.spatial3d.geom.GeoPoint[] points
         4: .line 383
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isInternalEdges:Ljava/util/BitSet;
            iload 4 /* edgeIndex */
            invokevirtual java.util.BitSet.get:(I)Z
            ifne 7
         5: .line 385
            aload 5 /* edge */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 1 /* p */
            aload 2 /* notablePoints */
            aload 6 /* points */
            aload 3 /* bounds */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.eitherBounds:Ljava/util/Map;
            aload 5 /* edge */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.Membership
            aastore
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.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
            ifeq 7
         6: .line 387
            iconst_1
            ireturn
        end local 6 // org.apache.lucene.spatial3d.geom.GeoPoint[] points
        end local 5 // org.apache.lucene.spatial3d.geom.SidedPlane edge
         7: .line 380
      StackMap locals:
      StackMap stack:
            iinc 4 /* edgeIndex */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* edgeIndex */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            arraylength
            if_icmplt 2
        end local 4 // int edgeIndex
         9: .line 391
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            ifnull 15
        10: .line 393
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 14
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.GeoPoint[] org.apache.lucene.spatial3d.geom.Membership[] top java.util.Iterator
      StackMap stack:
        11: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPolygon
            astore 4 /* hole */
        start local 4 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
        12: .line 394
            aload 4 /* hole */
            aload 1 /* p */
            aload 2 /* notablePoints */
            aload 3 /* bounds */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoPolygon.intersects:(Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/Membership;)Z
            ifeq 14
        13: .line 395
            iconst_1
            ireturn
        end local 4 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
        14: .line 393
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        15: .line 400
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.GeoPoint[] org.apache.lucene.spatial3d.geom.Membership[]
      StackMap stack:
            iconst_0
            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.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0   16     1              p  Lorg/apache/lucene/spatial3d/geom/Plane;
            0   16     2  notablePoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            0   16     3         bounds  [Lorg/apache/lucene/spatial3d/geom/Membership;
            1    9     4      edgeIndex  I
            3    7     5           edge  Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            4    7     6         points  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           12   14     4           hole  Lorg/apache/lucene/spatial3d/geom/GeoPolygon;
    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=8, locals=5, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape shape
         0: .line 405
            iconst_0
            istore 2 /* edgeIndex */
        start local 2 // int edgeIndex
         1: goto 8
         2: .line 406
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 2 /* edgeIndex */
            aaload
            astore 3 /* edge */
        start local 3 // org.apache.lucene.spatial3d.geom.SidedPlane edge
         3: .line 407
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.notableEdgePoints:[[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iload 2 /* edgeIndex */
            aaload
            astore 4 /* points */
        start local 4 // org.apache.lucene.spatial3d.geom.GeoPoint[] points
         4: .line 408
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isInternalEdges:Ljava/util/BitSet;
            iload 2 /* edgeIndex */
            invokevirtual java.util.BitSet.get:(I)Z
            ifne 7
         5: .line 409
            aload 1 /* shape */
            aload 3 /* edge */
            aload 4 /* points */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.eitherBounds:Ljava/util/Map;
            aload 3 /* edge */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.Membership
            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
            ifeq 7
         6: .line 410
            iconst_1
            ireturn
        end local 4 // org.apache.lucene.spatial3d.geom.GeoPoint[] points
        end local 3 // org.apache.lucene.spatial3d.geom.SidedPlane edge
         7: .line 405
      StackMap locals:
      StackMap stack:
            iinc 2 /* edgeIndex */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* edgeIndex */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            arraylength
            if_icmplt 2
        end local 2 // int edgeIndex
         9: .line 414
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            ifnull 15
        10: .line 415
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 14
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.GeoShape top java.util.Iterator
      StackMap stack:
        11: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPolygon
            astore 2 /* hole */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
        12: .line 416
            aload 2 /* hole */
            aload 1 /* shape */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoPolygon.intersects:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)Z
            ifeq 14
        13: .line 417
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
        14: .line 415
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        15: .line 421
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.GeoShape
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape shape
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0   16     1      shape  Lorg/apache/lucene/spatial3d/geom/GeoShape;
            1    9     2  edgeIndex  I
            3    7     3       edge  Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            4    7     4     points  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           12   14     2       hole  Lorg/apache/lucene/spatial3d/geom/GeoPolygon;
    MethodParameters:
       Name  Flags
      shape  

  public void getBounds(org.apache.lucene.spatial3d.geom.Bounds);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Bounds;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
         0: .line 460
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.NORTH_POLE:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.localIsWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 3
         1: .line 461
            aload 1 /* bounds */
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.noTopLatitudeBound:()Lorg/apache/lucene/spatial3d/geom/Bounds;
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.noLongitudeBound:()Lorg/apache/lucene/spatial3d/geom/Bounds;
         2: .line 462
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.NORTH_POLE: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
         3: .line 464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.SOUTH_POLE:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.localIsWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 6
         4: .line 465
            aload 1 /* bounds */
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.noBottomLatitudeBound:()Lorg/apache/lucene/spatial3d/geom/Bounds;
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.noLongitudeBound:()Lorg/apache/lucene/spatial3d/geom/Bounds;
         5: .line 466
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.SOUTH_POLE: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 468
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.MIN_X_POLE:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.localIsWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 8
         7: .line 469
            aload 1 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.MIN_X_POLE: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
         8: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.MAX_X_POLE:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.localIsWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 10
         9: .line 472
            aload 1 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.MAX_X_POLE: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
        10: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.MIN_Y_POLE:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.localIsWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 12
        11: .line 475
            aload 1 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.MIN_Y_POLE: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
        12: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.MAX_Y_POLE:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConvexPolygon.localIsWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 14
        13: .line 478
            aload 1 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            getfield org.apache.lucene.spatial3d.geom.PlanetModel.MAX_Y_POLE: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
        14: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 17
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.Bounds top java.util.Iterator
      StackMap stack:
        15: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
            astore 2 /* point */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoPoint point
        16: .line 483
            aload 1 /* bounds */
            aload 2 /* point */
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.addPoint:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;)Lorg/apache/lucene/spatial3d/geom/Bounds;
            pop
        end local 2 // org.apache.lucene.spatial3d.geom.GeoPoint point
        17: .line 482
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        18: .line 487
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 24
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.Bounds top int int org.apache.lucene.spatial3d.geom.SidedPlane[]
      StackMap stack:
        19: aload 5
            iload 3
            aaload
            astore 2 /* edge */
        start local 2 // org.apache.lucene.spatial3d.geom.SidedPlane edge
        20: .line 488
            aload 1 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 2 /* edge */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.eitherBounds:Ljava/util/Map;
            aload 2 /* edge */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.Membership
            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;
            pop
        21: .line 489
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.nextBrotherMap:Ljava/util/Map;
            aload 2 /* edge */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.SidedPlane
            astore 6 /* nextEdge */
        start local 6 // org.apache.lucene.spatial3d.geom.SidedPlane nextEdge
        22: .line 490
            aload 1 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 2 /* edge */
            aload 6 /* nextEdge */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.prevBrotherMap:Ljava/util/Map;
            aload 2 /* edge */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.Membership
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.nextBrotherMap:Ljava/util/Map;
            aload 6 /* nextEdge */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.Membership
            aastore
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.addIntersection:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/Membership;)Lorg/apache/lucene/spatial3d/geom/Bounds;
            pop
        end local 6 // org.apache.lucene.spatial3d.geom.SidedPlane nextEdge
        end local 2 // org.apache.lucene.spatial3d.geom.SidedPlane edge
        23: .line 487
            iinc 3 1
      StackMap locals:
      StackMap stack:
        24: iload 3
            iload 4
            if_icmplt 19
        25: .line 493
            return
        end local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   26     0      this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0   26     1    bounds  Lorg/apache/lucene/spatial3d/geom/Bounds;
           16   17     2     point  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           20   23     2      edge  Lorg/apache/lucene/spatial3d/geom/SidedPlane;
           22   23     6  nextEdge  Lorg/apache/lucene/spatial3d/geom/SidedPlane;
    MethodParameters:
        Name  Flags
      bounds  

  protected double outsideDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=14, locals=16, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon 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 497
            ldc Infinity
            dstore 8 /* minimumDistance */
        start local 8 // double minimumDistance
         1: .line 498
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 11
            goto 6
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.DistanceStyle double double double double top java.util.Iterator
      StackMap stack:
         2: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
            astore 10 /* edgePoint */
        start local 10 // org.apache.lucene.spatial3d.geom.GeoPoint edgePoint
         3: .line 499
            aload 1 /* distanceStyle */
            aload 10 /* edgePoint */
            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 12 /* newDist */
        start local 12 // double newDist
         4: .line 500
            dload 12 /* newDist */
            dload 8 /* minimumDistance */
            dcmpg
            ifge 6
         5: .line 501
            dload 12 /* newDist */
            dstore 8 /* minimumDistance */
        end local 12 // double newDist
        end local 10 // org.apache.lucene.spatial3d.geom.GeoPoint edgePoint
         6: .line 498
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 504
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dup
            astore 13
            arraylength
            istore 12
            iconst_0
            istore 11
            goto 13
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.DistanceStyle double double double double top int int org.apache.lucene.spatial3d.geom.SidedPlane[]
      StackMap stack:
         8: aload 13
            iload 11
            aaload
            astore 10 /* edgePlane */
        start local 10 // org.apache.lucene.spatial3d.geom.SidedPlane edgePlane
         9: .line 505
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 10 /* edgePlane */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.eitherBounds:Ljava/util/Map;
            aload 10 /* edgePlane */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.Membership
            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 /* newDist */
        start local 14 // double newDist
        10: .line 506
            dload 14 /* newDist */
            dload 8 /* minimumDistance */
            dcmpg
            ifge 12
        11: .line 507
            dload 14 /* newDist */
            dstore 8 /* minimumDistance */
        end local 14 // double newDist
        end local 10 // org.apache.lucene.spatial3d.geom.SidedPlane edgePlane
        12: .line 504
      StackMap locals:
      StackMap stack:
            iinc 11 1
      StackMap locals:
      StackMap stack:
        13: iload 11
            iload 12
            if_icmplt 8
        14: .line 510
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            ifnull 21
        15: .line 511
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 11
            goto 20
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.DistanceStyle double double double double top java.util.Iterator
      StackMap stack:
        16: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPolygon
            astore 10 /* hole */
        start local 10 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
        17: .line 512
            aload 10 /* hole */
            aload 1 /* distanceStyle */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoPolygon.computeOutsideDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
            dstore 12 /* holeDistance */
        start local 12 // double holeDistance
        18: .line 513
            dload 12 /* holeDistance */
            dconst_0
            dcmpl
            ifeq 20
            dload 12 /* holeDistance */
            dload 8 /* minimumDistance */
            dcmpg
            ifge 20
        19: .line 514
            dload 12 /* holeDistance */
            dstore 8 /* minimumDistance */
        end local 12 // double holeDistance
        end local 10 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
        20: .line 511
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 16
        21: .line 518
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon org.apache.lucene.spatial3d.geom.DistanceStyle double double double double
      StackMap stack:
            dload 8 /* minimumDistance */
            dreturn
        end local 8 // double minimumDistance
        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.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   22     0             this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0   22     1    distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0   22     2                x  D
            0   22     4                y  D
            0   22     6                z  D
            1   22     8  minimumDistance  D
            3    6    10        edgePoint  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            4    6    12          newDist  D
            9   12    10        edgePlane  Lorg/apache/lucene/spatial3d/geom/SidedPlane;
           10   12    14          newDist  D
           17   20    10             hole  Lorg/apache/lucene/spatial3d/geom/GeoPolygon;
           18   20    12     holeDistance  D
    MethodParameters:
               Name  Flags
      distanceStyle  final
      x              final
      y              final
      z              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.GeoConvexPolygon this
        start local 1 // java.lang.Object o
         0: .line 523
            aload 1 /* o */
            instanceof org.apache.lucene.spatial3d.geom.GeoConvexPolygon
            ifne 2
         1: .line 524
            iconst_0
            ireturn
         2: .line 525
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial3d.geom.GeoConvexPolygon
            astore 2 /* other */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon other
         3: .line 526
            aload 0 /* this */
            aload 2 /* other */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePolygon.equals:(Ljava/lang/Object;)Z
            ifne 5
         4: .line 527
            iconst_0
            ireturn
         5: .line 528
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon
      StackMap stack:
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isInternalEdges:Ljava/util/BitSet;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isInternalEdges:Ljava/util/BitSet;
            invokevirtual java.util.BitSet.equals:(Ljava/lang/Object;)Z
            ifne 7
         6: .line 529
            iconst_0
            ireturn
         7: .line 530
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            ifnonnull 8
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            ifnull 12
         8: .line 531
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            ifnull 9
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            ifnonnull 10
         9: .line 532
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        10: .line 534
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 12
        11: .line 535
            iconst_0
            ireturn
        12: .line 538
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon other
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            0   13     1      o  Ljava/lang/Object;
            3   13     2  other  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
    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.GeoConvexPolygon this
         0: .line 543
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePolygon.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 544
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 545
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            ifnull 4
         3: .line 546
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* result */
         4: .line 548
      StackMap locals: int
      StackMap stack:
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
            1    5     1  result  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConvexPolygon this
         0: .line 553
            new java.lang.StringBuilder
            dup
            ldc "GeoConvexPolygon: {planetmodel="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", points="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.points:Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", internalEdges="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.isInternalEdges:Ljava/util/BitSet;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            ifnonnull 1
            ldc ""
            goto 2
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         1: new java.lang.StringBuilder
            dup
            ldc ", holes="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConvexPolygon.holes:Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConvexPolygon
      StackMap stack: java.lang.StringBuilder java.lang.String
         2: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)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.GeoConvexPolygon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/spatial3d/geom/GeoConvexPolygon;
}
SourceFile: "GeoConvexPolygon.java"
NestMembers:
  org.apache.lucene.spatial3d.geom.GeoConvexPolygon$EitherBound
InnerClasses:
  protected EitherBound = org.apache.lucene.spatial3d.geom.GeoConvexPolygon$EitherBound of org.apache.lucene.spatial3d.geom.GeoConvexPolygon