class org.apache.lucene.spatial3d.geom.GeoDegeneratePoint extends org.apache.lucene.spatial3d.geom.GeoPoint implements org.apache.lucene.spatial3d.geom.GeoPointShape
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.spatial3d.geom.GeoDegeneratePoint
  super_class: org.apache.lucene.spatial3d.geom.GeoPoint
{
  protected final org.apache.lucene.spatial3d.geom.PlanetModel planetModel;
    descriptor: Lorg/apache/lucene/spatial3d/geom/PlanetModel;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

  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=6, locals=6, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // double lat
        start local 4 // double lon
         0: .line 40
            aload 0 /* this */
            aload 1 /* planetModel */
            dload 2 /* lat */
            dload 4 /* lon */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)V
         1: .line 41
            aload 0 /* this */
            aload 1 /* planetModel */
            putfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
         2: .line 42
            aload 0 /* this */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 0 /* this */
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         3: .line 43
            return
        end local 4 // double lon
        end local 2 // double lat
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;
            0    4     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    4     2          lat  D
            0    4     4          lon  D
    MethodParameters:
             Name  Flags
      planetModel  final
      lat          final
      lon          final

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, java.io.InputStream);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        start local 2 // java.io.InputStream inputStream
         0: .line 50
            aload 0 /* this */
            aload 1 /* planetModel */
            aload 2 /* inputStream */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;)V
         1: .line 51
            aload 0 /* this */
            aload 1 /* planetModel */
            putfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
         2: .line 52
            aload 0 /* this */
            iconst_1
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            dup
            iconst_0
            aload 0 /* this */
            aastore
            putfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         3: .line 53
            return
        end local 2 // java.io.InputStream inputStream
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;
            0    4     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            0    4     2  inputStream  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      planetModel  final
      inputStream  final

  public org.apache.lucene.spatial3d.geom.PlanetModel getPlanetModel();
    descriptor: ()Lorg/apache/lucene/spatial3d/geom/PlanetModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
         0: .line 57
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;

  public org.apache.lucene.spatial3d.geom.GeoBBox expand(double);
    descriptor: (D)Lorg/apache/lucene/spatial3d/geom/GeoBBox;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=11, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
        start local 1 // double angle
         0: .line 62
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.latitude:D
            dload 1 /* angle */
            dadd
            dstore 3 /* newTopLat */
        start local 3 // double newTopLat
         1: .line 63
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.latitude:D
            dload 1 /* angle */
            dsub
            dstore 5 /* newBottomLat */
        start local 5 // double newBottomLat
         2: .line 64
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.longitude:D
            dload 1 /* angle */
            dsub
            dstore 7 /* newLeftLon */
        start local 7 // double newLeftLon
         3: .line 65
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.longitude:D
            dload 1 /* angle */
            dadd
            dstore 9 /* newRightLon */
        start local 9 // double newRightLon
         4: .line 66
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            dload 3 /* newTopLat */
            dload 5 /* newBottomLat */
            dload 7 /* newLeftLon */
            dload 9 /* newRightLon */
            invokestatic org.apache.lucene.spatial3d.geom.GeoBBoxFactory.makeGeoBBox:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDDD)Lorg/apache/lucene/spatial3d/geom/GeoBBox;
            areturn
        end local 9 // double newRightLon
        end local 7 // double newLeftLon
        end local 5 // double newBottomLat
        end local 3 // double newTopLat
        end local 1 // double angle
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;
            0    5     1         angle  D
            1    5     3     newTopLat  D
            2    5     5  newBottomLat  D
            3    5     7    newLeftLon  D
            4    5     9   newRightLon  D
    MethodParameters:
       Name  Flags
      angle  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.GeoDegeneratePoint this
         0: .line 71
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;

  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=2, locals=8, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
        start local 1 // org.apache.lucene.spatial3d.geom.Plane plane
        start local 2 // org.apache.lucene.spatial3d.geom.GeoPoint[] notablePoints
        start local 3 // org.apache.lucene.spatial3d.geom.Membership[] bounds
         0: .line 77
            aload 1 /* plane */
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial3d.geom.Plane.evaluateIsZero:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifne 2
         1: .line 78
            iconst_0
            ireturn
         2: .line 80
      StackMap locals:
      StackMap stack:
            aload 3 /* bounds */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 7
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoDegeneratePoint org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.GeoPoint[] org.apache.lucene.spatial3d.geom.Membership[] top int int org.apache.lucene.spatial3d.geom.Membership[]
      StackMap stack:
         3: aload 7
            iload 5
            aaload
            astore 4 /* m */
        start local 4 // org.apache.lucene.spatial3d.geom.Membership m
         4: .line 81
            aload 4 /* m */
            aload 0 /* this */
            invokeinterface org.apache.lucene.spatial3d.geom.Membership.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifne 6
         5: .line 82
            iconst_0
            ireturn
        end local 4 // org.apache.lucene.spatial3d.geom.Membership m
         6: .line 80
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
         7: iload 5
            iload 6
            if_icmplt 3
         8: .line 84
            iconst_1
            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 plane
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;
            0    9     1          plane  Lorg/apache/lucene/spatial3d/geom/Plane;
            0    9     2  notablePoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            0    9     3         bounds  [Lorg/apache/lucene/spatial3d/geom/Membership;
            4    6     4              m  Lorg/apache/lucene/spatial3d/geom/Membership;
    MethodParameters:
               Name  Flags
      plane          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=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
         0: .line 90
            aload 1 /* geoShape */
            aload 0 /* this */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape geoShape
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;
            0    1     1  geoShape  Lorg/apache/lucene/spatial3d/geom/GeoShape;
    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=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
        start local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
         0: .line 95
            aload 1 /* bounds */
            aload 0 /* this */
            invokeinterface org.apache.lucene.spatial3d.geom.Bounds.addPoint:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;)Lorg/apache/lucene/spatial3d/geom/Bounds;
            pop
         1: .line 96
            return
        end local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;
            0    2     1  bounds  Lorg/apache/lucene/spatial3d/geom/Bounds;
    MethodParameters:
        Name  Flags
      bounds  

  public double computeOutsideDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, org.apache.lucene.spatial3d.geom.GeoPoint);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;Lorg/apache/lucene/spatial3d/geom/GeoPoint;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
        start local 1 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        start local 2 // org.apache.lucene.spatial3d.geom.GeoPoint point
         0: .line 100
            aload 1 /* distanceStyle */
            aload 0 /* this */
            aload 2 /* point */
            invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.computeDistance:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;)D
            dreturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoPoint point
        end local 1 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;
            0    1     1  distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0    1     2          point  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    MethodParameters:
               Name  Flags
      distanceStyle  final
      point          final

  public double computeOutsideDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint 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 105
            aload 1 /* distanceStyle */
            aload 0 /* this */
            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
            dreturn
        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.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;
            0    1     1  distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0    1     2              x  D
            0    1     4              y  D
            0    1     6              z  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=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
        start local 1 // java.lang.Object o
         0: .line 110
            aload 1 /* o */
            instanceof org.apache.lucene.spatial3d.geom.GeoDegeneratePoint
            ifne 2
         1: .line 111
            iconst_0
            ireturn
         2: .line 112
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial3d.geom.GeoDegeneratePoint
            astore 2 /* other */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint other
         3: .line 113
            aload 0 /* this */
            aload 2 /* other */
            invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.latitude:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.latitude:D
            dcmpl
            ifne 4
            aload 2 /* other */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.longitude:D
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.longitude:D
            dcmpl
            ifne 4
            iconst_1
            ireturn
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoDegeneratePoint
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint other
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;
            0    5     1      o  Ljava/lang/Object;
            3    5     2  other  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
         0: .line 118
            new java.lang.StringBuilder
            dup
            ldc "GeoDegeneratePoint: {planetmodel="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", lat="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.latitude:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc "("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.latitude:D
            ldc 180.0
            dmul
            ldc 3.141592653589793
            ddiv
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc "), lon="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.longitude:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc "("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.longitude:D
            ldc 180.0
            dmul
            ldc 3.141592653589793
            ddiv
            invokevirtual java.lang.StringBuilder.append:(D)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.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;

  public boolean isWithin(org.apache.lucene.spatial3d.geom.Vector);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Vector;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
        start local 1 // org.apache.lucene.spatial3d.geom.Vector point
         0: .line 123
            aload 0 /* this */
            aload 1 /* point */
            getfield org.apache.lucene.spatial3d.geom.Vector.x:D
            aload 1 /* point */
            getfield org.apache.lucene.spatial3d.geom.Vector.y:D
            aload 1 /* point */
            getfield org.apache.lucene.spatial3d.geom.Vector.z:D
            invokevirtual org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.isWithin:(DDD)Z
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.Vector point
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;
            0    1     1  point  Lorg/apache/lucene/spatial3d/geom/Vector;
    MethodParameters:
       Name  Flags
      point  final

  public boolean isWithin(double, double, double);
    descriptor: (DDD)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 128
            aload 0 /* this */
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.isIdentical:(DDD)Z
            ireturn
        end local 5 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;
            0    1     1     x  D
            0    1     3     y  D
            0    1     5     z  D
    MethodParameters:
      Name  Flags
      x     final
      y     final
      z     final

  public double getRadius();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
         0: .line 133
            dconst_0
            dreturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;

  public org.apache.lucene.spatial3d.geom.GeoPoint getCenter();
    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.GeoDegeneratePoint this
         0: .line 138
            aload 0 /* this */
            areturn
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;

  public int getRelationship(org.apache.lucene.spatial3d.geom.GeoShape);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape shape
         0: .line 143
            aload 1 /* shape */
            aload 0 /* this */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 2
         1: .line 145
            iconst_0
            ireturn
         2: .line 149
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape shape
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;
            0    3     1  shape  Lorg/apache/lucene/spatial3d/geom/GeoShape;
    MethodParameters:
       Name  Flags
      shape  final

  public double computeDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint 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 154
            aload 0 /* this */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* z */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.isWithin:(DDD)Z
            ifeq 2
         1: .line 155
            dconst_0
            dreturn
         2: .line 156
      StackMap locals:
      StackMap stack:
            ldc Infinity
            dreturn
        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.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;
            0    3     1  distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0    3     2              x  D
            0    3     4              y  D
            0    3     6              z  D
    MethodParameters:
               Name  Flags
      distanceStyle  final
      x              final
      y              final
      z              final

  public void getDistanceBounds(org.apache.lucene.spatial3d.geom.Bounds, org.apache.lucene.spatial3d.geom.DistanceStyle, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Bounds;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
        start local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
        start local 2 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        start local 3 // double distanceValue
         0: .line 161
            aload 0 /* this */
            aload 1 /* bounds */
            invokevirtual org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.getBounds:(Lorg/apache/lucene/spatial3d/geom/Bounds;)V
         1: .line 162
            return
        end local 3 // double distanceValue
        end local 2 // org.apache.lucene.spatial3d.geom.DistanceStyle distanceStyle
        end local 1 // org.apache.lucene.spatial3d.geom.Bounds bounds
        end local 0 // org.apache.lucene.spatial3d.geom.GeoDegeneratePoint this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/lucene/spatial3d/geom/GeoDegeneratePoint;
            0    2     1         bounds  Lorg/apache/lucene/spatial3d/geom/Bounds;
            0    2     2  distanceStyle  Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
            0    2     3  distanceValue  D
    MethodParameters:
               Name  Flags
      bounds         final
      distanceStyle  final
      distanceValue  final
}
SourceFile: "GeoDegeneratePoint.java"