class org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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.GeoConcavePolygon
  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.SidedPlane[] invertedEdges;
    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.GeoConcavePolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.util.List pointList
         0: .line 68
            aload 0 /* this */
            aload 1 /* planetModel */
            aload 2 /* pointList */
            aconst_null
            invokespecial org.apache.lucene.spatial3d.geom.GeoConcavePolygon.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/util/List;Ljava/util/List;)V
         1: .line 69
            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.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            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.GeoConcavePolygon 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 79
            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.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         2: .line 47
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         3: .line 49
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.notableEdgePoints:[[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         4: .line 51
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         5: .line 53
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isDone:Z
         6: .line 55
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.eitherBounds:Ljava/util/Map;
         7: .line 57
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.prevBrotherMap:Ljava/util/Map;
         8: .line 59
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.nextBrotherMap:Ljava/util/Map;
         9: .line 80
            aload 0 /* this */
            aload 2 /* pointList */
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
        10: .line 81
            aload 3 /* holes */
            ifnull 13
            aload 3 /* holes */
            invokeinterface java.util.List.size:()I
            ifne 13
        11: .line 82
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
        12: .line 83
            goto 14
        13: .line 84
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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.GeoConcavePolygon.holes:Ljava/util/List;
        14: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isInternalEdges:Ljava/util/BitSet;
        15: .line 87
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConcavePolygon.done:(Z)V
        16: .line 88
            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.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            0   17     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0   17     2    pointList  Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;
            0   17     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.GeoConcavePolygon 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 102
            aload 0 /* this */
            aload 1 /* planetModel */
            aload 2 /* pointList */
            aconst_null
            aload 3 /* internalEdgeFlags */
            iload 4 /* returnEdgeInternal */
            invokespecial org.apache.lucene.spatial3d.geom.GeoConcavePolygon.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/util/List;Ljava/util/List;Ljava/util/BitSet;Z)V
         1: .line 103
            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.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            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.GeoConcavePolygon 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 119
            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.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         2: .line 47
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         3: .line 49
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.notableEdgePoints:[[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         4: .line 51
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         5: .line 53
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isDone:Z
         6: .line 55
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.eitherBounds:Ljava/util/Map;
         7: .line 57
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.prevBrotherMap:Ljava/util/Map;
         8: .line 59
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.nextBrotherMap:Ljava/util/Map;
         9: .line 120
            aload 0 /* this */
            aload 2 /* pointList */
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
        10: .line 121
            aload 3 /* holes */
            ifnull 13
            aload 3 /* holes */
            invokeinterface java.util.List.size:()I
            ifne 13
        11: .line 122
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
        12: .line 123
            goto 14
        13: .line 124
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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.GeoConcavePolygon.holes:Ljava/util/List;
        14: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* internalEdgeFlags */
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isInternalEdges:Ljava/util/BitSet;
        15: .line 127
            aload 0 /* this */
            iload 5 /* returnEdgeInternal */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConcavePolygon.done:(Z)V
        16: .line 128
            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.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   17     0                this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            0   17     1         planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0   17     2           pointList  Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;
            0   17     3               holes  Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPolygon;>;
            0   17     4   internalEdgeFlags  Ljava/util/BitSet;
            0   17     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.GeoConcavePolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // double startLatitude
        start local 4 // double startLongitude
         0: .line 140
            aload 0 /* this */
            aload 1 /* planetModel */
            dload 2 /* startLatitude */
            dload 4 /* startLongitude */
            aconst_null
            invokespecial org.apache.lucene.spatial3d.geom.GeoConcavePolygon.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDLjava/util/List;)V
         1: .line 141
            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.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            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.GeoConcavePolygon 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 155
            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.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         2: .line 47
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         3: .line 49
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.notableEdgePoints:[[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         4: .line 51
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         5: .line 53
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isDone:Z
         6: .line 55
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.eitherBounds:Ljava/util/Map;
         7: .line 57
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.prevBrotherMap:Ljava/util/Map;
         8: .line 59
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.nextBrotherMap:Ljava/util/Map;
         9: .line 156
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
        10: .line 157
            aload 6 /* holes */
            ifnull 13
            aload 6 /* holes */
            invokeinterface java.util.List.size:()I
            ifne 13
        11: .line 158
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
        12: .line 159
            goto 14
        13: .line 160
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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.GeoConcavePolygon.holes:Ljava/util/List;
        14: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isInternalEdges:Ljava/util/BitSet;
        15: .line 163
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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
        16: .line 164
            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.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   17     0            this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            0   17     1     planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0   17     2   startLatitude  D
            0   17     4  startLongitude  D
            0   17     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.GeoConcavePolygon this
        start local 1 // double latitude
        start local 3 // double longitude
        start local 5 // boolean isInternalEdge
         0: .line 176
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isDone:Z
            ifeq 2
         1: .line 177
            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 178
      StackMap locals:
      StackMap stack:
            iload 5 /* isInternalEdge */
            ifeq 4
         3: .line 179
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isInternalEdges:Ljava/util/BitSet;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokevirtual java.util.BitSet.set:(I)V
         4: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            new org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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 181
            return
        end local 5 // boolean isInternalEdge
        end local 3 // double longitude
        end local 1 // double latitude
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            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=8, locals=10, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon this
        start local 1 // boolean isInternalReturnEdge
         0: .line 188
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isDone:Z
            ifeq 2
         1: .line 189
            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 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_3
            if_icmpge 4
         3: .line 192
            new java.lang.IllegalArgumentException
            dup
            ldc "Polygon needs at least three points."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 194
      StackMap locals:
      StackMap stack:
            iload 1 /* isInternalReturnEdge */
            ifeq 6
         5: .line 195
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isInternalEdges:Ljava/util/BitSet;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokevirtual java.util.BitSet.set:(I)V
         6: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isDone:Z
         7: .line 202
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray org.apache.lucene.spatial3d.geom.SidedPlane
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         8: .line 203
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray org.apache.lucene.spatial3d.geom.SidedPlane
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         9: .line 204
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint[]
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.notableEdgePoints:[[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        10: .line 206
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        11: goto 31
        12: .line 207
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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
        13: .line 208
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            aload 0 /* this */
            iload 2 /* i */
            iconst_1
            iadd
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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
        14: .line 211
            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
        15: .line 212
            iconst_m1
            istore 6 /* endPointIndex */
        start local 6 // int endPointIndex
        16: .line 213
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        17: goto 23
        18: .line 214
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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.GeoConcavePolygon.legalIndex:(I)I
            istore 8 /* index */
        start local 8 // int index
        19: .line 215
            aload 5 /* planeToFind */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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 22
        20: .line 216
            iload 8 /* index */
            istore 6 /* endPointIndex */
        21: .line 217
            goto 24
        end local 8 // int index
        22: .line 213
      StackMap locals:
      StackMap stack:
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        23: iload 7 /* j */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 18
        end local 7 // int j
        24: .line 220
      StackMap locals:
      StackMap stack:
            iload 6 /* endPointIndex */
            iconst_m1
            if_icmpne 26
        25: .line 221
            new java.lang.IllegalArgumentException
            dup
            ldc "Polygon points are all coplanar"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        26: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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
        27: .line 225
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 2 /* i */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 7 /* check */
            iconst_0
            aload 3 /* start */
            aload 4 /* end */
            invokespecial org.apache.lucene.spatial3d.geom.SidedPlane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;ZLorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;)V
            aastore
        28: .line 226
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 2 /* i */
            new org.apache.lucene.spatial3d.geom.SidedPlane
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 2 /* i */
            aaload
            invokespecial org.apache.lucene.spatial3d.geom.SidedPlane.<init>:(Lorg/apache/lucene/spatial3d/geom/SidedPlane;)V
            aastore
        29: .line 227
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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 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
        30: .line 206
            iinc 2 /* i */ 1
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon int int
      StackMap stack:
        31: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 12
        end local 2 // int i
        32: .line 231
            aload 0 /* this */
            new java.util.HashMap
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            arraylength
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.eitherBounds:Ljava/util/Map;
        33: .line 232
            aload 0 /* this */
            new java.util.HashMap
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            arraylength
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.prevBrotherMap:Ljava/util/Map;
        34: .line 233
            aload 0 /* this */
            new java.util.HashMap
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            arraylength
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.nextBrotherMap:Ljava/util/Map;
        35: .line 234
            iconst_0
            istore 2 /* edgeIndex */
        start local 2 // int edgeIndex
        36: goto 62
        37: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 2 /* edgeIndex */
            aaload
            astore 3 /* edge */
        start local 3 // org.apache.lucene.spatial3d.geom.SidedPlane edge
        38: .line 236
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 2 /* edgeIndex */
            aaload
            astore 4 /* invertedEdge */
        start local 4 // org.apache.lucene.spatial3d.geom.SidedPlane invertedEdge
        39: .line 237
            aload 0 /* this */
            iload 2 /* edgeIndex */
            iconst_1
            iadd
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConcavePolygon.legalIndex:(I)I
            istore 5 /* bound1Index */
        start local 5 // int bound1Index
        40: .line 238
            goto 44
        41: .line 239
      StackMap locals: org.apache.lucene.spatial3d.geom.SidedPlane org.apache.lucene.spatial3d.geom.SidedPlane int
      StackMap stack:
            iload 5 /* bound1Index */
            iload 2 /* edgeIndex */
            if_icmpne 43
        42: .line 240
            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.GeoConcavePolygon.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
        43: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* bound1Index */
            iconst_1
            iadd
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConcavePolygon.legalIndex:(I)I
            istore 5 /* bound1Index */
        44: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 5 /* bound1Index */
            aaload
            aload 4 /* invertedEdge */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isNumericallyIdentical:(Lorg/apache/lucene/spatial3d/geom/Plane;)Z
            ifne 41
        45: .line 244
            aload 0 /* this */
            iload 2 /* edgeIndex */
            iconst_1
            isub
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConcavePolygon.legalIndex:(I)I
            istore 6 /* bound2Index */
        start local 6 // int bound2Index
        46: .line 245
            goto 50
        47: .line 246
      StackMap locals: int
      StackMap stack:
            iload 6 /* bound2Index */
            iload 2 /* edgeIndex */
            if_icmpne 49
        48: .line 247
            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.GeoConcavePolygon.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
        49: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* bound2Index */
            iconst_1
            isub
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConcavePolygon.legalIndex:(I)I
            istore 6 /* bound2Index */
        50: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 6 /* bound2Index */
            aaload
            aload 4 /* invertedEdge */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isNumericallyIdentical:(Lorg/apache/lucene/spatial3d/geom/Plane;)Z
            ifne 47
        51: .line 252
            iload 6 /* bound2Index */
            istore 7 /* startingIndex */
        start local 7 // int startingIndex
        52: .line 254
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* startingIndex */
            iconst_1
            iadd
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConcavePolygon.legalIndex:(I)I
            istore 7 /* startingIndex */
        53: .line 255
            iload 7 /* startingIndex */
            iload 5 /* bound1Index */
            if_icmpne 55
        54: .line 256
            goto 58
        55: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            iload 7 /* startingIndex */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
            astore 8 /* interiorPoint */
        start local 8 // org.apache.lucene.spatial3d.geom.GeoPoint interiorPoint
        56: .line 259
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 5 /* bound1Index */
            aaload
            aload 8 /* interiorPoint */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 57
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 6 /* bound2Index */
            aaload
            aload 8 /* interiorPoint */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifne 52
        57: .line 260
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoPoint
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Concave polygon has a side that is more than 180 degrees"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 8 // org.apache.lucene.spatial3d.geom.GeoPoint interiorPoint
        58: .line 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.eitherBounds:Ljava/util/Map;
            aload 3 /* edge */
            new org.apache.lucene.spatial3d.geom.GeoConcavePolygon$EitherBound
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 5 /* bound1Index */
            aaload
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 6 /* bound2Index */
            aaload
            invokespecial org.apache.lucene.spatial3d.geom.GeoConcavePolygon$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
        59: .line 266
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.nextBrotherMap:Ljava/util/Map;
            aload 4 /* invertedEdge */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 5 /* bound1Index */
            aaload
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        60: .line 267
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.prevBrotherMap:Ljava/util/Map;
            aload 4 /* invertedEdge */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 6 /* bound2Index */
            aaload
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 7 // int startingIndex
        end local 6 // int bound2Index
        end local 5 // int bound1Index
        end local 4 // org.apache.lucene.spatial3d.geom.SidedPlane invertedEdge
        end local 3 // org.apache.lucene.spatial3d.geom.SidedPlane edge
        61: .line 234
            iinc 2 /* edgeIndex */ 1
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon int int
      StackMap stack:
        62: iload 2 /* edgeIndex */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            arraylength
            if_icmplt 37
        end local 2 // int edgeIndex
        63: .line 272
            iconst_1
            istore 2 /* edgePointCount */
        start local 2 // int edgePointCount
        64: .line 273
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            ifnull 69
        65: .line 274
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 68
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon int int top java.util.Iterator
      StackMap stack:
        66: 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
        67: .line 275
            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
        68: .line 274
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 66
        69: .line 278
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* edgePointCount */
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
        70: .line 279
            iconst_0
            istore 2 /* edgePointCount */
        71: .line 280
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iload 2 /* edgePointCount */
            iinc 2 /* edgePointCount */ 1
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.spatial3d.geom.GeoPoint
            aastore
        72: .line 281
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            ifnull 82
        73: .line 282
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 81
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon int int top java.util.Iterator
      StackMap stack:
        74: 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
        75: .line 283
            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
        76: .line 284
            aload 5 /* holeEdgePoints */
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 80
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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:
        77: aload 9
            iload 7
            aaload
            astore 6 /* p */
        start local 6 // org.apache.lucene.spatial3d.geom.GeoPoint p
        78: .line 285
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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
        79: .line 284
            iinc 7 1
      StackMap locals:
      StackMap stack:
        80: iload 7
            iload 8
            if_icmplt 77
        end local 5 // org.apache.lucene.spatial3d.geom.GeoPoint[] holeEdgePoints
        end local 3 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
        81: .line 282
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon int int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 74
        82: .line 290
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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.GeoConcavePolygon.isWithinHoles:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;)Z
            ifeq 84
        83: .line 291
            new java.lang.IllegalArgumentException
            dup
            ldc "Polygon edge intersects a polygon hole; not allowed"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        84: .line 294
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int edgePointCount
        end local 1 // boolean isInternalReturnEdge
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   85     0                  this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            0   85     1  isInternalReturnEdge  Z
           11   32     2                     i  I
           13   30     3                 start  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           14   30     4                   end  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           15   30     5           planeToFind  Lorg/apache/lucene/spatial3d/geom/Plane;
           16   30     6         endPointIndex  I
           17   24     7                     j  I
           19   22     8                 index  I
           27   30     7                 check  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           36   63     2             edgeIndex  I
           38   61     3                  edge  Lorg/apache/lucene/spatial3d/geom/SidedPlane;
           39   61     4          invertedEdge  Lorg/apache/lucene/spatial3d/geom/SidedPlane;
           40   61     5           bound1Index  I
           46   61     6           bound2Index  I
           52   61     7         startingIndex  I
           56   58     8         interiorPoint  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           64   85     2        edgePointCount  I
           67   68     3                  hole  Lorg/apache/lucene/spatial3d/geom/GeoPolygon;
           75   81     3                  hole  Lorg/apache/lucene/spatial3d/geom/GeoPolygon;
           76   81     5        holeEdgePoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           78   79     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.GeoConcavePolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoPoint point
         0: .line 301
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            ifnull 6
         1: .line 302
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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 303
            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 304
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
         5: .line 302
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 308
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            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.GeoConcavePolygon this
        start local 1 // int index
         0: .line 316
            goto 2
         1: .line 317
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            isub
            istore 1 /* index */
         2: .line 316
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpge 1
         3: .line 318
            goto 5
         4: .line 319
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iadd
            istore 1 /* index */
         5: .line 318
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iflt 4
         6: .line 321
            iload 1 /* index */
            ireturn
        end local 1 // int index
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            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.GeoConcavePolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.io.InputStream inputStream
         0: .line 330
            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.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         2: .line 47
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
         3: .line 49
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.notableEdgePoints:[[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         4: .line 51
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         5: .line 53
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isDone:Z
         6: .line 55
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.eitherBounds:Ljava/util/Map;
         7: .line 57
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.prevBrotherMap:Ljava/util/Map;
         8: .line 59
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.nextBrotherMap:Ljava/util/Map;
         9: .line 331
            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.GeoConcavePolygon.points:Ljava/util/List;
        10: .line 332
            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
        11: .line 333
            aload 3 /* holes */
            ifnull 14
            aload 3 /* holes */
            invokeinterface java.util.List.size:()I
            ifne 14
        12: .line 334
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
        13: .line 335
            goto 15
        14: .line 336
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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.GeoConcavePolygon.holes:Ljava/util/List;
        15: .line 338
      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.GeoConcavePolygon.isInternalEdges:Ljava/util/BitSet;
        16: .line 339
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isInternalEdges:Ljava/util/BitSet;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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.GeoConcavePolygon.done:(Z)V
        17: .line 340
            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.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            0   18     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0   18     2  inputStream  Ljava/io/InputStream;
           11   18     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.GeoConcavePolygon this
        start local 1 // java.io.OutputStream outputStream
         0: .line 344
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writePointArray:(Ljava/io/OutputStream;Ljava/util/List;)V
         1: .line 345
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writePolygonArray:(Ljava/io/OutputStream;Ljava/util/List;)V
         2: .line 346
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isInternalEdges:Ljava/util/BitSet;
            invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeBitSet:(Ljava/io/OutputStream;Ljava/util/BitSet;)V
         3: .line 347
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            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.GeoConcavePolygon this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 351
            aload 0 /* this */
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoConcavePolygon.localIsWithin:(DDD)Z
            ifne 2
         1: .line 352
            iconst_0
            ireturn
         2: .line 354
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            ifnull 8
         3: .line 355
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 7
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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 356
            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 357
            iconst_0
            ireturn
        end local 7 // org.apache.lucene.spatial3d.geom.GeoPolygon polygon
         7: .line 355
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 361
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            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.GeoConcavePolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.Vector v
         0: .line 365
            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.GeoConcavePolygon.localIsWithin:(DDD)Z
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.Vector v
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            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=12, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 370
            iconst_0
            istore 7 /* isMember */
        start local 7 // boolean isMember
         1: .line 371
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dup
            astore 11
            arraylength
            istore 10
            iconst_0
            istore 9
            goto 7
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon double double double int top int int org.apache.lucene.spatial3d.geom.SidedPlane[]
      StackMap stack:
         2: aload 11
            iload 9
            aaload
            astore 8 /* edge */
        start local 8 // org.apache.lucene.spatial3d.geom.SidedPlane edge
         3: .line 372
            aload 8 /* edge */
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(DDD)Z
            ifeq 6
         4: .line 373
            iconst_1
            istore 7 /* isMember */
         5: .line 374
            goto 8
        end local 8 // org.apache.lucene.spatial3d.geom.SidedPlane edge
         6: .line 371
      StackMap locals:
      StackMap stack:
            iinc 9 1
      StackMap locals:
      StackMap stack:
         7: iload 9
            iload 10
            if_icmplt 2
         8: .line 377
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon double double double int
      StackMap stack:
            iload 7 /* isMember */
            ireturn
        end local 7 // boolean isMember
        end local 5 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            0    9     1         x  D
            0    9     3         y  D
            0    9     5         z  D
            1    9     7  isMember  Z
            3    6     8      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.GeoConcavePolygon this
         0: .line 382
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;

  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=8, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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 389
            iconst_0
            istore 4 /* edgeIndex */
        start local 4 // int edgeIndex
         1: goto 9
         2: .line 390
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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 391
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            iload 4 /* edgeIndex */
            aaload
            astore 6 /* invertedEdge */
        start local 6 // org.apache.lucene.spatial3d.geom.SidedPlane invertedEdge
         4: .line 392
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.notableEdgePoints:[[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            iload 4 /* edgeIndex */
            aaload
            astore 7 /* points */
        start local 7 // org.apache.lucene.spatial3d.geom.GeoPoint[] points
         5: .line 393
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isInternalEdges:Ljava/util/BitSet;
            iload 4 /* edgeIndex */
            invokevirtual java.util.BitSet.get:(I)Z
            ifne 8
         6: .line 395
            aload 6 /* invertedEdge */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 1 /* p */
            aload 2 /* notablePoints */
            aload 7 /* 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.GeoConcavePolygon.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 8
         7: .line 397
            iconst_1
            ireturn
        end local 7 // org.apache.lucene.spatial3d.geom.GeoPoint[] points
        end local 6 // org.apache.lucene.spatial3d.geom.SidedPlane invertedEdge
        end local 5 // org.apache.lucene.spatial3d.geom.SidedPlane edge
         8: .line 389
      StackMap locals:
      StackMap stack:
            iinc 4 /* edgeIndex */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* edgeIndex */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            arraylength
            if_icmplt 2
        end local 4 // int edgeIndex
        10: .line 401
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            ifnull 16
        11: .line 403
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 15
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.GeoPoint[] org.apache.lucene.spatial3d.geom.Membership[] top java.util.Iterator
      StackMap stack:
        12: 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
        13: .line 404
            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 15
        14: .line 405
            iconst_1
            ireturn
        end local 4 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
        15: .line 403
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        16: .line 410
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   17     0           this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            0   17     1              p  Lorg/apache/lucene/spatial3d/geom/Plane;
            0   17     2  notablePoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            0   17     3         bounds  [Lorg/apache/lucene/spatial3d/geom/Membership;
            1   10     4      edgeIndex  I
            3    8     5           edge  Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            4    8     6   invertedEdge  Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            5    8     7         points  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           13   15     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.GeoConcavePolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
         0: .line 415
            iconst_0
            istore 2 /* edgeIndex */
        start local 2 // int edgeIndex
         1: goto 8
         2: .line 416
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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 417
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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 418
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isInternalEdges:Ljava/util/BitSet;
            iload 2 /* edgeIndex */
            invokevirtual java.util.BitSet.get:(I)Z
            ifne 7
         5: .line 419
            aload 1 /* geoShape */
            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.GeoConcavePolygon.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 420
            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 415
      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.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            arraylength
            if_icmplt 2
        end local 2 // int edgeIndex
         9: .line 424
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            ifnull 15
        10: .line 425
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 14
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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 426
            aload 2 /* hole */
            aload 1 /* geoShape */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoPolygon.intersects:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)Z
            ifeq 14
        13: .line 427
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
        14: .line 425
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        15: .line 431
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon org.apache.lucene.spatial3d.geom.GeoShape
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            0   16     1   geoShape  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
      geoShape  

  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.GeoConcavePolygon this
        start local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
         0: .line 470
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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.GeoConcavePolygon.localIsWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 3
         1: .line 471
            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 472
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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.GeoConcavePolygon.localIsWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 6
         4: .line 475
            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 476
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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 478
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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.GeoConcavePolygon.localIsWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 8
         7: .line 479
            aload 1 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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 481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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.GeoConcavePolygon.localIsWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 10
         9: .line 482
            aload 1 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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 484
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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.GeoConcavePolygon.localIsWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 12
        11: .line 485
            aload 1 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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.GeoConcavePolygon.localIsWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 14
        13: .line 488
            aload 1 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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 491
      StackMap locals:
      StackMap stack:
            aload 1 /* bounds */
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.isWide:()Lorg/apache/lucene/spatial3d/geom/Bounds;
            pop
        15: .line 494
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 18
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon org.apache.lucene.spatial3d.geom.Bounds top java.util.Iterator
      StackMap stack:
        16: 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
        17: .line 495
            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
        18: .line 494
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 16
        19: .line 499
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.edges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 23
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon org.apache.lucene.spatial3d.geom.Bounds top int int org.apache.lucene.spatial3d.geom.SidedPlane[]
      StackMap stack:
        20: aload 5
            iload 3
            aaload
            astore 2 /* edge */
        start local 2 // org.apache.lucene.spatial3d.geom.SidedPlane edge
        21: .line 500
            aload 1 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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.GeoConcavePolygon.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
        end local 2 // org.apache.lucene.spatial3d.geom.SidedPlane edge
        22: .line 499
            iinc 3 1
      StackMap locals:
      StackMap stack:
        23: iload 3
            iload 4
            if_icmplt 20
        24: .line 502
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.invertedEdges:[Lorg/apache/lucene/spatial3d/geom/SidedPlane;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 29
      StackMap locals:
      StackMap stack:
        25: aload 5
            iload 3
            aaload
            astore 2 /* invertedEdge */
        start local 2 // org.apache.lucene.spatial3d.geom.SidedPlane invertedEdge
        26: .line 503
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.nextBrotherMap:Ljava/util/Map;
            aload 2 /* invertedEdge */
            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
        27: .line 504
            aload 1 /* bounds */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            aload 2 /* invertedEdge */
            aload 6 /* nextEdge */
            iconst_2
            anewarray org.apache.lucene.spatial3d.geom.Membership
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.prevBrotherMap:Ljava/util/Map;
            aload 2 /* invertedEdge */
            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.GeoConcavePolygon.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 invertedEdge
        28: .line 502
            iinc 3 1
      StackMap locals:
      StackMap stack:
        29: iload 3
            iload 4
            if_icmplt 25
        30: .line 507
            return
        end local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   31     0          this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            0   31     1        bounds  Lorg/apache/lucene/spatial3d/geom/Bounds;
           17   18     2         point  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           21   22     2          edge  Lorg/apache/lucene/spatial3d/geom/SidedPlane;
           26   28     2  invertedEdge  Lorg/apache/lucene/spatial3d/geom/SidedPlane;
           27   28     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.GeoConcavePolygon 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 511
            ldc Infinity
            dstore 8 /* minimumDistance */
        start local 8 // double minimumDistance
         1: .line 512
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 11
            goto 6
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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 513
            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 514
            dload 12 /* newDist */
            dload 8 /* minimumDistance */
            dcmpg
            ifge 6
         5: .line 515
            dload 12 /* newDist */
            dstore 8 /* minimumDistance */
        end local 12 // double newDist
        end local 10 // org.apache.lucene.spatial3d.geom.GeoPoint edgePoint
         6: .line 512
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 518
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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.GeoConcavePolygon 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 519
            aload 1 /* distanceStyle */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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.GeoConcavePolygon.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 520
            dload 14 /* newDist */
            dload 8 /* minimumDistance */
            dcmpg
            ifge 12
        11: .line 521
            dload 14 /* newDist */
            dstore 8 /* minimumDistance */
        end local 14 // double newDist
        end local 10 // org.apache.lucene.spatial3d.geom.SidedPlane edgePlane
        12: .line 518
      StackMap locals:
      StackMap stack:
            iinc 11 1
      StackMap locals:
      StackMap stack:
        13: iload 11
            iload 12
            if_icmplt 8
        14: .line 524
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            ifnull 21
        15: .line 525
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 11
            goto 20
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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 526
            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 527
            dload 12 /* holeDistance */
            dconst_0
            dcmpl
            ifeq 20
            dload 12 /* holeDistance */
            dload 8 /* minimumDistance */
            dcmpg
            ifge 20
        19: .line 528
            dload 12 /* holeDistance */
            dstore 8 /* minimumDistance */
        end local 12 // double holeDistance
        end local 10 // org.apache.lucene.spatial3d.geom.GeoPolygon hole
        20: .line 525
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 16
        21: .line 532
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon 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.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   22     0             this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            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.GeoConcavePolygon this
        start local 1 // java.lang.Object o
         0: .line 537
            aload 1 /* o */
            instanceof org.apache.lucene.spatial3d.geom.GeoConcavePolygon
            ifne 2
         1: .line 538
            iconst_0
            ireturn
         2: .line 539
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial3d.geom.GeoConcavePolygon
            astore 2 /* other */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon other
         3: .line 540
            aload 0 /* this */
            aload 2 /* other */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePolygon.equals:(Ljava/lang/Object;)Z
            ifne 5
         4: .line 541
            iconst_0
            ireturn
         5: .line 542
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoConcavePolygon
      StackMap stack:
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isInternalEdges:Ljava/util/BitSet;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.isInternalEdges:Ljava/util/BitSet;
            invokevirtual java.util.BitSet.equals:(Ljava/lang/Object;)Z
            ifne 7
         6: .line 543
            iconst_0
            ireturn
         7: .line 544
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            ifnonnull 8
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            ifnull 12
         8: .line 545
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            ifnull 9
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            ifnonnull 10
         9: .line 546
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        10: .line 548
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 12
        11: .line 549
            iconst_0
            ireturn
        12: .line 552
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon other
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            0   13     1      o  Ljava/lang/Object;
            3   13     2  other  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
    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.GeoConcavePolygon this
         0: .line 557
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial3d.geom.GeoBasePolygon.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 558
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.points:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 559
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            ifnull 4
         3: .line 560
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.holes:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* result */
         4: .line 562
      StackMap locals: int
      StackMap stack:
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.lucene.spatial3d.geom.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
            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.GeoConcavePolygon this
         0: .line 567
            new java.lang.StringBuilder
            dup
            ldc "GeoConcavePolygon: {planetmodel="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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.GeoConcavePolygon.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.GeoConcavePolygon.isInternalEdges:Ljava/util/BitSet;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoConcavePolygon.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.GeoConcavePolygon.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.GeoConcavePolygon
      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.GeoConcavePolygon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/spatial3d/geom/GeoConcavePolygon;
}
SourceFile: "GeoConcavePolygon.java"
NestMembers:
  org.apache.lucene.spatial3d.geom.GeoConcavePolygon$EitherBound
InnerClasses:
  protected EitherBound = org.apache.lucene.spatial3d.geom.GeoConcavePolygon$EitherBound of org.apache.lucene.spatial3d.geom.GeoConcavePolygon