public class org.apache.lucene.document.LatLonShape
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.document.LatLonShape
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.LatLonShape this
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            return
        end local 0 // org.apache.lucene.document.LatLonShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/document/LatLonShape;

  public static org.apache.lucene.document.Field[] createIndexableFields(java.lang.String, org.apache.lucene.geo.Polygon);
    descriptor: (Ljava/lang/String;Lorg/apache/lucene/geo/Polygon;)[Lorg/apache/lucene/document/Field;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // java.lang.String fieldName
        start local 1 // org.apache.lucene.geo.Polygon polygon
         0: .line 71
            aload 1 /* polygon */
            invokestatic org.apache.lucene.geo.Tessellator.tessellate:(Lorg/apache/lucene/geo/Polygon;)Ljava/util/List;
            astore 2 /* tessellation */
        start local 2 // java.util.List tessellation
         1: .line 72
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* fields */
        start local 3 // java.util.List fields
         2: .line 73
            aload 2 /* tessellation */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 5
      StackMap locals: java.lang.String org.apache.lucene.geo.Polygon java.util.List java.util.List top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.geo.Tessellator$Triangle
            astore 4 /* t */
        start local 4 // org.apache.lucene.geo.Tessellator$Triangle t
         4: .line 74
            aload 3 /* fields */
            new org.apache.lucene.document.ShapeField$Triangle
            dup
            aload 0 /* fieldName */
            aload 4 /* t */
            invokespecial org.apache.lucene.document.ShapeField$Triangle.<init>:(Ljava/lang/String;Lorg/apache/lucene/geo/Tessellator$Triangle;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // org.apache.lucene.geo.Tessellator$Triangle t
         5: .line 73
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 76
            aload 3 /* fields */
            aload 3 /* fields */
            invokeinterface java.util.List.size:()I
            anewarray org.apache.lucene.document.Field
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.apache.lucene.document.Field[]
            areturn
        end local 3 // java.util.List fields
        end local 2 // java.util.List tessellation
        end local 1 // org.apache.lucene.geo.Polygon polygon
        end local 0 // java.lang.String fieldName
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0     fieldName  Ljava/lang/String;
            0    7     1       polygon  Lorg/apache/lucene/geo/Polygon;
            1    7     2  tessellation  Ljava/util/List<Lorg/apache/lucene/geo/Tessellator$Triangle;>;
            2    7     3        fields  Ljava/util/List<Lorg/apache/lucene/document/ShapeField$Triangle;>;
            4    5     4             t  Lorg/apache/lucene/geo/Tessellator$Triangle;
    MethodParameters:
           Name  Flags
      fieldName  
      polygon    

  public static org.apache.lucene.document.Field[] createIndexableFields(java.lang.String, org.apache.lucene.geo.Line);
    descriptor: (Ljava/lang/String;Lorg/apache/lucene/geo/Line;)[Lorg/apache/lucene/document/Field;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=12, locals=6, args_size=2
        start local 0 // java.lang.String fieldName
        start local 1 // org.apache.lucene.geo.Line line
         0: .line 81
            aload 1 /* line */
            invokevirtual org.apache.lucene.geo.Line.numPoints:()I
            istore 2 /* numPoints */
        start local 2 // int numPoints
         1: .line 82
            iload 2 /* numPoints */
            iconst_1
            isub
            anewarray org.apache.lucene.document.Field
            astore 3 /* fields */
        start local 3 // org.apache.lucene.document.Field[] fields
         2: .line 84
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: iconst_1
            istore 5 /* j */
        start local 5 // int j
         4: goto 11
         5: .line 85
      StackMap locals: java.lang.String org.apache.lucene.geo.Line int org.apache.lucene.document.Field[] int int
      StackMap stack:
            aload 3 /* fields */
            iload 4 /* i */
            new org.apache.lucene.document.ShapeField$Triangle
            dup
            aload 0 /* fieldName */
         6: .line 86
            aload 1 /* line */
            iload 4 /* i */
            invokevirtual org.apache.lucene.geo.Line.getLon:(I)D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLongitude:(D)I
            aload 1 /* line */
            iload 4 /* i */
            invokevirtual org.apache.lucene.geo.Line.getLat:(I)D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLatitude:(D)I
         7: .line 87
            aload 1 /* line */
            iload 5 /* j */
            invokevirtual org.apache.lucene.geo.Line.getLon:(I)D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLongitude:(D)I
            aload 1 /* line */
            iload 5 /* j */
            invokevirtual org.apache.lucene.geo.Line.getLat:(I)D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLatitude:(D)I
         8: .line 88
            aload 1 /* line */
            iload 4 /* i */
            invokevirtual org.apache.lucene.geo.Line.getLon:(I)D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLongitude:(D)I
            aload 1 /* line */
            iload 4 /* i */
            invokevirtual org.apache.lucene.geo.Line.getLat:(I)D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLatitude:(D)I
            invokespecial org.apache.lucene.document.ShapeField$Triangle.<init>:(Ljava/lang/String;IIIIII)V
         9: .line 85
            aastore
        10: .line 84
            iinc 4 /* i */ 1
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* j */
            iload 2 /* numPoints */
            if_icmplt 5
        end local 5 // int j
        end local 4 // int i
        12: .line 90
            aload 3 /* fields */
            areturn
        end local 3 // org.apache.lucene.document.Field[] fields
        end local 2 // int numPoints
        end local 1 // org.apache.lucene.geo.Line line
        end local 0 // java.lang.String fieldName
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0  fieldName  Ljava/lang/String;
            0   13     1       line  Lorg/apache/lucene/geo/Line;
            1   13     2  numPoints  I
            2   13     3     fields  [Lorg/apache/lucene/document/Field;
            3   12     4          i  I
            4   12     5          j  I
    MethodParameters:
           Name  Flags
      fieldName  
      line       

  public static org.apache.lucene.document.Field[] createIndexableFields(java.lang.String, double, double);
    descriptor: (Ljava/lang/String;DD)[Lorg/apache/lucene/document/Field;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=13, locals=5, args_size=3
        start local 0 // java.lang.String fieldName
        start local 1 // double lat
        start local 3 // double lon
         0: .line 95
            iconst_1
            anewarray org.apache.lucene.document.Field
            dup
            iconst_0
            new org.apache.lucene.document.ShapeField$Triangle
            dup
            aload 0 /* fieldName */
         1: .line 96
            dload 3 /* lon */
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLongitude:(D)I
            dload 1 /* lat */
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLatitude:(D)I
         2: .line 97
            dload 3 /* lon */
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLongitude:(D)I
            dload 1 /* lat */
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLatitude:(D)I
         3: .line 98
            dload 3 /* lon */
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLongitude:(D)I
            dload 1 /* lat */
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLatitude:(D)I
         4: .line 95
            invokespecial org.apache.lucene.document.ShapeField$Triangle.<init>:(Ljava/lang/String;IIIIII)V
            aastore
            areturn
        end local 3 // double lon
        end local 1 // double lat
        end local 0 // java.lang.String fieldName
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0  fieldName  Ljava/lang/String;
            0    5     1        lat  D
            0    5     3        lon  D
    MethodParameters:
           Name  Flags
      fieldName  
      lat        
      lon        

  public static org.apache.lucene.search.Query newBoxQuery(java.lang.String, org.apache.lucene.document.ShapeField$QueryRelation, double, double, double, double);
    descriptor: (Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;DDDD)Lorg/apache/lucene/search/Query;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=11, locals=11, args_size=6
        start local 0 // java.lang.String field
        start local 1 // org.apache.lucene.document.ShapeField$QueryRelation queryRelation
        start local 2 // double minLatitude
        start local 4 // double maxLatitude
        start local 6 // double minLongitude
        start local 8 // double maxLongitude
         0: .line 103
            aload 1 /* queryRelation */
            getstatic org.apache.lucene.document.ShapeField$QueryRelation.CONTAINS:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            if_acmpne 5
            dload 6 /* minLongitude */
            dload 8 /* maxLongitude */
            dcmpl
            ifle 5
         1: .line 104
            new org.apache.lucene.search.BooleanQuery$Builder
            dup
            invokespecial org.apache.lucene.search.BooleanQuery$Builder.<init>:()V
            astore 10 /* builder */
        start local 10 // org.apache.lucene.search.BooleanQuery$Builder builder
         2: .line 105
            aload 10 /* builder */
            aload 0 /* field */
            aload 1 /* queryRelation */
            dload 2 /* minLatitude */
            dload 4 /* maxLatitude */
            dload 6 /* minLongitude */
            ldc 180.0
            invokestatic org.apache.lucene.document.LatLonShape.newBoxQuery:(Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;DDDD)Lorg/apache/lucene/search/Query;
            getstatic org.apache.lucene.search.BooleanClause$Occur.MUST:Lorg/apache/lucene/search/BooleanClause$Occur;
            invokevirtual org.apache.lucene.search.BooleanQuery$Builder.add:(Lorg/apache/lucene/search/Query;Lorg/apache/lucene/search/BooleanClause$Occur;)Lorg/apache/lucene/search/BooleanQuery$Builder;
            pop
         3: .line 106
            aload 10 /* builder */
            aload 0 /* field */
            aload 1 /* queryRelation */
            dload 2 /* minLatitude */
            dload 4 /* maxLatitude */
            ldc -180.0
            dload 8 /* maxLongitude */
            invokestatic org.apache.lucene.document.LatLonShape.newBoxQuery:(Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;DDDD)Lorg/apache/lucene/search/Query;
            getstatic org.apache.lucene.search.BooleanClause$Occur.MUST:Lorg/apache/lucene/search/BooleanClause$Occur;
            invokevirtual org.apache.lucene.search.BooleanQuery$Builder.add:(Lorg/apache/lucene/search/Query;Lorg/apache/lucene/search/BooleanClause$Occur;)Lorg/apache/lucene/search/BooleanQuery$Builder;
            pop
         4: .line 107
            aload 10 /* builder */
            invokevirtual org.apache.lucene.search.BooleanQuery$Builder.build:()Lorg/apache/lucene/search/BooleanQuery;
            areturn
        end local 10 // org.apache.lucene.search.BooleanQuery$Builder builder
         5: .line 109
      StackMap locals:
      StackMap stack:
            new org.apache.lucene.geo.Rectangle
            dup
            dload 2 /* minLatitude */
            dload 4 /* maxLatitude */
            dload 6 /* minLongitude */
            dload 8 /* maxLongitude */
            invokespecial org.apache.lucene.geo.Rectangle.<init>:(DDDD)V
            astore 10 /* rectangle */
        start local 10 // org.apache.lucene.geo.Rectangle rectangle
         6: .line 110
            new org.apache.lucene.document.LatLonShapeBoundingBoxQuery
            dup
            aload 0 /* field */
            aload 1 /* queryRelation */
            aload 10 /* rectangle */
            invokespecial org.apache.lucene.document.LatLonShapeBoundingBoxQuery.<init>:(Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;Lorg/apache/lucene/geo/Rectangle;)V
            areturn
        end local 10 // org.apache.lucene.geo.Rectangle rectangle
        end local 8 // double maxLongitude
        end local 6 // double minLongitude
        end local 4 // double maxLatitude
        end local 2 // double minLatitude
        end local 1 // org.apache.lucene.document.ShapeField$QueryRelation queryRelation
        end local 0 // java.lang.String field
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0          field  Ljava/lang/String;
            0    7     1  queryRelation  Lorg/apache/lucene/document/ShapeField$QueryRelation;
            0    7     2    minLatitude  D
            0    7     4    maxLatitude  D
            0    7     6   minLongitude  D
            0    7     8   maxLongitude  D
            2    5    10        builder  Lorg/apache/lucene/search/BooleanQuery$Builder;
            6    7    10      rectangle  Lorg/apache/lucene/geo/Rectangle;
    MethodParameters:
               Name  Flags
      field          
      queryRelation  
      minLatitude    
      maxLatitude    
      minLongitude   
      maxLongitude   

  public static org.apache.lucene.search.Query newLineQuery(java.lang.String, org.apache.lucene.document.ShapeField$QueryRelation, org.apache.lucene.geo.Line[]);
    descriptor: (Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;[Lorg/apache/lucene/geo/Line;)Lorg/apache/lucene/search/Query;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.lang.String field
        start local 1 // org.apache.lucene.document.ShapeField$QueryRelation queryRelation
        start local 2 // org.apache.lucene.geo.Line[] lines
         0: .line 117
            aload 0 /* field */
            aload 1 /* queryRelation */
            aload 2 /* lines */
            invokestatic org.apache.lucene.document.LatLonShape.newGeometryQuery:(Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;[Lorg/apache/lucene/geo/LatLonGeometry;)Lorg/apache/lucene/search/Query;
            areturn
        end local 2 // org.apache.lucene.geo.Line[] lines
        end local 1 // org.apache.lucene.document.ShapeField$QueryRelation queryRelation
        end local 0 // java.lang.String field
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0          field  Ljava/lang/String;
            0    1     1  queryRelation  Lorg/apache/lucene/document/ShapeField$QueryRelation;
            0    1     2          lines  [Lorg/apache/lucene/geo/Line;
    MethodParameters:
               Name  Flags
      field          
      queryRelation  
      lines          

  public static org.apache.lucene.search.Query newPolygonQuery(java.lang.String, org.apache.lucene.document.ShapeField$QueryRelation, org.apache.lucene.geo.Polygon[]);
    descriptor: (Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;[Lorg/apache/lucene/geo/Polygon;)Lorg/apache/lucene/search/Query;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.lang.String field
        start local 1 // org.apache.lucene.document.ShapeField$QueryRelation queryRelation
        start local 2 // org.apache.lucene.geo.Polygon[] polygons
         0: .line 124
            aload 0 /* field */
            aload 1 /* queryRelation */
            aload 2 /* polygons */
            invokestatic org.apache.lucene.document.LatLonShape.newGeometryQuery:(Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;[Lorg/apache/lucene/geo/LatLonGeometry;)Lorg/apache/lucene/search/Query;
            areturn
        end local 2 // org.apache.lucene.geo.Polygon[] polygons
        end local 1 // org.apache.lucene.document.ShapeField$QueryRelation queryRelation
        end local 0 // java.lang.String field
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0          field  Ljava/lang/String;
            0    1     1  queryRelation  Lorg/apache/lucene/document/ShapeField$QueryRelation;
            0    1     2       polygons  [Lorg/apache/lucene/geo/Polygon;
    MethodParameters:
               Name  Flags
      field          
      queryRelation  
      polygons       

  public static org.apache.lucene.search.Query newPointQuery(java.lang.String, org.apache.lucene.document.ShapeField$QueryRelation, double[][]);
    descriptor: (Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;[[D)Lorg/apache/lucene/search/Query;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // java.lang.String field
        start local 1 // org.apache.lucene.document.ShapeField$QueryRelation queryRelation
        start local 2 // double[][] points
         0: .line 130
            aload 2 /* points */
            arraylength
            anewarray org.apache.lucene.geo.Point
            astore 3 /* pointArray */
        start local 3 // org.apache.lucene.geo.Point[] pointArray
         1: .line 131
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 132
      StackMap locals: org.apache.lucene.geo.Point[] int
      StackMap stack:
            aload 3 /* pointArray */
            iload 4 /* i */
            new org.apache.lucene.geo.Point
            dup
            aload 2 /* points */
            iload 4 /* i */
            aaload
            iconst_0
            daload
            aload 2 /* points */
            iload 4 /* i */
            aaload
            iconst_1
            daload
            invokespecial org.apache.lucene.geo.Point.<init>:(DD)V
            aastore
         4: .line 131
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            aload 2 /* points */
            arraylength
            if_icmplt 3
        end local 4 // int i
         6: .line 134
            aload 0 /* field */
            aload 1 /* queryRelation */
            aload 3 /* pointArray */
            invokestatic org.apache.lucene.document.LatLonShape.newGeometryQuery:(Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;[Lorg/apache/lucene/geo/LatLonGeometry;)Lorg/apache/lucene/search/Query;
            areturn
        end local 3 // org.apache.lucene.geo.Point[] pointArray
        end local 2 // double[][] points
        end local 1 // org.apache.lucene.document.ShapeField$QueryRelation queryRelation
        end local 0 // java.lang.String field
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0          field  Ljava/lang/String;
            0    7     1  queryRelation  Lorg/apache/lucene/document/ShapeField$QueryRelation;
            0    7     2         points  [[D
            1    7     3     pointArray  [Lorg/apache/lucene/geo/Point;
            2    6     4              i  I
    MethodParameters:
               Name  Flags
      field          
      queryRelation  
      points         

  public static org.apache.lucene.search.Query newDistanceQuery(java.lang.String, org.apache.lucene.document.ShapeField$QueryRelation, org.apache.lucene.geo.Circle[]);
    descriptor: (Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;[Lorg/apache/lucene/geo/Circle;)Lorg/apache/lucene/search/Query;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.lang.String field
        start local 1 // org.apache.lucene.document.ShapeField$QueryRelation queryRelation
        start local 2 // org.apache.lucene.geo.Circle[] circle
         0: .line 139
            aload 0 /* field */
            aload 1 /* queryRelation */
            aload 2 /* circle */
            invokestatic org.apache.lucene.document.LatLonShape.newGeometryQuery:(Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;[Lorg/apache/lucene/geo/LatLonGeometry;)Lorg/apache/lucene/search/Query;
            areturn
        end local 2 // org.apache.lucene.geo.Circle[] circle
        end local 1 // org.apache.lucene.document.ShapeField$QueryRelation queryRelation
        end local 0 // java.lang.String field
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0          field  Ljava/lang/String;
            0    1     1  queryRelation  Lorg/apache/lucene/document/ShapeField$QueryRelation;
            0    1     2         circle  [Lorg/apache/lucene/geo/Circle;
    MethodParameters:
               Name  Flags
      field          
      queryRelation  
      circle         

  public static org.apache.lucene.search.Query newGeometryQuery(java.lang.String, org.apache.lucene.document.ShapeField$QueryRelation, org.apache.lucene.geo.LatLonGeometry[]);
    descriptor: (Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;[Lorg/apache/lucene/geo/LatLonGeometry;)Lorg/apache/lucene/search/Query;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=10, locals=5, args_size=3
        start local 0 // java.lang.String field
        start local 1 // org.apache.lucene.document.ShapeField$QueryRelation queryRelation
        start local 2 // org.apache.lucene.geo.LatLonGeometry[] latLonGeometries
         0: .line 145
            aload 2 /* latLonGeometries */
            arraylength
            iconst_1
            if_icmpne 6
         1: .line 146
            aload 2 /* latLonGeometries */
            iconst_0
            aaload
            astore 3 /* geometry */
        start local 3 // org.apache.lucene.geo.LatLonGeometry geometry
         2: .line 147
            aload 3 /* geometry */
            instanceof org.apache.lucene.geo.Rectangle
            ifeq 5
         3: .line 148
            aload 3 /* geometry */
            checkcast org.apache.lucene.geo.Rectangle
            astore 4 /* rect */
        start local 4 // org.apache.lucene.geo.Rectangle rect
         4: .line 149
            aload 0 /* field */
            aload 1 /* queryRelation */
            aload 4 /* rect */
            getfield org.apache.lucene.geo.Rectangle.minLat:D
            aload 4 /* rect */
            getfield org.apache.lucene.geo.Rectangle.maxLat:D
            aload 4 /* rect */
            getfield org.apache.lucene.geo.Rectangle.minLon:D
            aload 4 /* rect */
            getfield org.apache.lucene.geo.Rectangle.maxLon:D
            invokestatic org.apache.lucene.document.LatLonShape.newBoxQuery:(Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;DDDD)Lorg/apache/lucene/search/Query;
            areturn
        end local 4 // org.apache.lucene.geo.Rectangle rect
         5: .line 151
      StackMap locals: org.apache.lucene.geo.LatLonGeometry
      StackMap stack:
            new org.apache.lucene.document.LatLonShapeQuery
            dup
            aload 0 /* field */
            aload 1 /* queryRelation */
            aload 2 /* latLonGeometries */
            invokespecial org.apache.lucene.document.LatLonShapeQuery.<init>:(Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;[Lorg/apache/lucene/geo/LatLonGeometry;)V
            areturn
        end local 3 // org.apache.lucene.geo.LatLonGeometry geometry
         6: .line 154
      StackMap locals:
      StackMap stack:
            aload 1 /* queryRelation */
            getstatic org.apache.lucene.document.ShapeField$QueryRelation.CONTAINS:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            if_acmpne 8
         7: .line 155
            aload 0 /* field */
            aload 2 /* latLonGeometries */
            invokestatic org.apache.lucene.document.LatLonShape.makeContainsGeometryQuery:(Ljava/lang/String;[Lorg/apache/lucene/geo/LatLonGeometry;)Lorg/apache/lucene/search/Query;
            areturn
         8: .line 157
      StackMap locals:
      StackMap stack:
            new org.apache.lucene.document.LatLonShapeQuery
            dup
            aload 0 /* field */
            aload 1 /* queryRelation */
            aload 2 /* latLonGeometries */
            invokespecial org.apache.lucene.document.LatLonShapeQuery.<init>:(Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;[Lorg/apache/lucene/geo/LatLonGeometry;)V
            areturn
        end local 2 // org.apache.lucene.geo.LatLonGeometry[] latLonGeometries
        end local 1 // org.apache.lucene.document.ShapeField$QueryRelation queryRelation
        end local 0 // java.lang.String field
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0             field  Ljava/lang/String;
            0    9     1     queryRelation  Lorg/apache/lucene/document/ShapeField$QueryRelation;
            0    9     2  latLonGeometries  [Lorg/apache/lucene/geo/LatLonGeometry;
            2    6     3          geometry  Lorg/apache/lucene/geo/LatLonGeometry;
            4    5     4              rect  Lorg/apache/lucene/geo/Rectangle;
    MethodParameters:
                  Name  Flags
      field             
      queryRelation     
      latLonGeometries  

  private static org.apache.lucene.search.Query makeContainsGeometryQuery(java.lang.String, org.apache.lucene.geo.LatLonGeometry[]);
    descriptor: (Ljava/lang/String;[Lorg/apache/lucene/geo/LatLonGeometry;)Lorg/apache/lucene/search/Query;
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=11, locals=8, args_size=2
        start local 0 // java.lang.String field
        start local 1 // org.apache.lucene.geo.LatLonGeometry[] latLonGeometries
         0: .line 163
            new org.apache.lucene.search.BooleanQuery$Builder
            dup
            invokespecial org.apache.lucene.search.BooleanQuery$Builder.<init>:()V
            astore 2 /* builder */
        start local 2 // org.apache.lucene.search.BooleanQuery$Builder builder
         1: .line 164
            aload 1 /* latLonGeometries */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 9
      StackMap locals: java.lang.String org.apache.lucene.geo.LatLonGeometry[] org.apache.lucene.search.BooleanQuery$Builder top int int org.apache.lucene.geo.LatLonGeometry[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* geometry */
        start local 3 // org.apache.lucene.geo.LatLonGeometry geometry
         3: .line 165
            aload 3 /* geometry */
            instanceof org.apache.lucene.geo.Rectangle
            ifeq 7
         4: .line 167
            aload 3 /* geometry */
            checkcast org.apache.lucene.geo.Rectangle
            astore 7 /* rect */
        start local 7 // org.apache.lucene.geo.Rectangle rect
         5: .line 168
            aload 2 /* builder */
            aload 0 /* field */
            getstatic org.apache.lucene.document.ShapeField$QueryRelation.CONTAINS:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            aload 7 /* rect */
            getfield org.apache.lucene.geo.Rectangle.minLat:D
            aload 7 /* rect */
            getfield org.apache.lucene.geo.Rectangle.maxLat:D
            aload 7 /* rect */
            getfield org.apache.lucene.geo.Rectangle.minLon:D
            aload 7 /* rect */
            getfield org.apache.lucene.geo.Rectangle.maxLon:D
            invokestatic org.apache.lucene.document.LatLonShape.newBoxQuery:(Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;DDDD)Lorg/apache/lucene/search/Query;
            getstatic org.apache.lucene.search.BooleanClause$Occur.MUST:Lorg/apache/lucene/search/BooleanClause$Occur;
            invokevirtual org.apache.lucene.search.BooleanQuery$Builder.add:(Lorg/apache/lucene/search/Query;Lorg/apache/lucene/search/BooleanClause$Occur;)Lorg/apache/lucene/search/BooleanQuery$Builder;
            pop
        end local 7 // org.apache.lucene.geo.Rectangle rect
         6: .line 169
            goto 8
         7: .line 170
      StackMap locals: java.lang.String org.apache.lucene.geo.LatLonGeometry[] org.apache.lucene.search.BooleanQuery$Builder org.apache.lucene.geo.LatLonGeometry int int org.apache.lucene.geo.LatLonGeometry[]
      StackMap stack:
            aload 2 /* builder */
            new org.apache.lucene.document.LatLonShapeQuery
            dup
            aload 0 /* field */
            getstatic org.apache.lucene.document.ShapeField$QueryRelation.CONTAINS:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            iconst_1
            anewarray org.apache.lucene.geo.LatLonGeometry
            dup
            iconst_0
            aload 3 /* geometry */
            aastore
            invokespecial org.apache.lucene.document.LatLonShapeQuery.<init>:(Ljava/lang/String;Lorg/apache/lucene/document/ShapeField$QueryRelation;[Lorg/apache/lucene/geo/LatLonGeometry;)V
            getstatic org.apache.lucene.search.BooleanClause$Occur.MUST:Lorg/apache/lucene/search/BooleanClause$Occur;
            invokevirtual org.apache.lucene.search.BooleanQuery$Builder.add:(Lorg/apache/lucene/search/Query;Lorg/apache/lucene/search/BooleanClause$Occur;)Lorg/apache/lucene/search/BooleanQuery$Builder;
            pop
        end local 3 // org.apache.lucene.geo.LatLonGeometry geometry
         8: .line 164
      StackMap locals: java.lang.String org.apache.lucene.geo.LatLonGeometry[] org.apache.lucene.search.BooleanQuery$Builder top int int org.apache.lucene.geo.LatLonGeometry[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         9: iload 4
            iload 5
            if_icmplt 2
        10: .line 173
            aload 2 /* builder */
            invokevirtual org.apache.lucene.search.BooleanQuery$Builder.build:()Lorg/apache/lucene/search/BooleanQuery;
            areturn
        end local 2 // org.apache.lucene.search.BooleanQuery$Builder builder
        end local 1 // org.apache.lucene.geo.LatLonGeometry[] latLonGeometries
        end local 0 // java.lang.String field
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0             field  Ljava/lang/String;
            0   11     1  latLonGeometries  [Lorg/apache/lucene/geo/LatLonGeometry;
            1   11     2           builder  Lorg/apache/lucene/search/BooleanQuery$Builder;
            3    8     3          geometry  Lorg/apache/lucene/geo/LatLonGeometry;
            5    6     7              rect  Lorg/apache/lucene/geo/Rectangle;
    MethodParameters:
                  Name  Flags
      field             
      latLonGeometries  
}
SourceFile: "LatLonShape.java"
InnerClasses:
  public final QueryRelation = org.apache.lucene.document.ShapeField$QueryRelation of org.apache.lucene.document.ShapeField
  public Triangle = org.apache.lucene.document.ShapeField$Triangle of org.apache.lucene.document.ShapeField
  public final Triangle = org.apache.lucene.geo.Tessellator$Triangle of org.apache.lucene.geo.Tessellator
  public Occur = org.apache.lucene.search.BooleanClause$Occur of org.apache.lucene.search.BooleanClause
  public Builder = org.apache.lucene.search.BooleanQuery$Builder of org.apache.lucene.search.BooleanQuery