public class com.microsoft.sqlserver.jdbc.Geography extends com.microsoft.sqlserver.jdbc.SQLServerSpatialDatatype
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.Geography
  super_class: com.microsoft.sqlserver.jdbc.SQLServerSpatialDatatype
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 19
            aload 0 /* this */
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerSpatialDatatype.<init>:()V
            return
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;

  protected void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
        start local 1 // java.lang.String wkt
        start local 2 // int srid
         0: .line 31
            aload 0 /* this */
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerSpatialDatatype.<init>:()V
         1: .line 32
            aload 1 /* wkt */
            ifnull 2
            aload 1 /* wkt */
            invokevirtual java.lang.String.length:()I
            ifgt 3
         2: .line 33
      StackMap locals: com.microsoft.sqlserver.jdbc.Geography java.lang.String int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.Geography.throwIllegalWKT:()V
         3: .line 36
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* wkt */
            putfield com.microsoft.sqlserver.jdbc.Geography.wkt:Ljava/lang/String;
         4: .line 37
            aload 0 /* this */
            iload 2 /* srid */
            putfield com.microsoft.sqlserver.jdbc.Geography.srid:I
         5: .line 39
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.currentWktPos:I
            iconst_m1
            iconst_0
            invokevirtual com.microsoft.sqlserver.jdbc.Geography.parseWKTForSerialization:(Lcom/microsoft/sqlserver/jdbc/SQLServerSpatialDatatype;IIZ)V
         6: .line 41
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.Geography.serializeToClr:(ZLcom/microsoft/sqlserver/jdbc/SQLServerSpatialDatatype;)V
         7: .line 42
            aload 0 /* this */
            iconst_0
            putfield com.microsoft.sqlserver.jdbc.Geography.isNull:Z
         8: .line 43
            return
        end local 2 // int srid
        end local 1 // java.lang.String wkt
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;
            0    9     1   wkt  Ljava/lang/String;
            0    9     2  srid  I
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
      Name  Flags
      wkt   
      srid  

  protected void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
        start local 1 // byte[] clr
         0: .line 53
            aload 0 /* this */
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerSpatialDatatype.<init>:()V
         1: .line 54
            aload 1 /* clr */
            ifnull 2
            aload 1 /* clr */
            arraylength
            ifgt 3
         2: .line 55
      StackMap locals: com.microsoft.sqlserver.jdbc.Geography byte[]
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.Geography.throwIllegalByteArray:()V
         3: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* clr */
            putfield com.microsoft.sqlserver.jdbc.Geography.clr:[B
         4: .line 59
            aload 0 /* this */
            aload 1 /* clr */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            putfield com.microsoft.sqlserver.jdbc.Geography.buffer:Ljava/nio/ByteBuffer;
         5: .line 60
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.buffer:Ljava/nio/ByteBuffer;
            getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
            pop
         6: .line 62
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.Geography.parseClr:(Lcom/microsoft/sqlserver/jdbc/SQLServerSpatialDatatype;)V
         7: .line 64
            aload 0 /* this */
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            putfield com.microsoft.sqlserver.jdbc.Geography.WKTsb:Ljava/lang/StringBuffer;
         8: .line 65
            aload 0 /* this */
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            putfield com.microsoft.sqlserver.jdbc.Geography.WKTsbNoZM:Ljava/lang/StringBuffer;
         9: .line 67
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.internalType:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.numberOfPoints:I
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.numberOfFigures:I
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.numberOfSegments:I
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.numberOfShapes:I
            invokevirtual com.microsoft.sqlserver.jdbc.Geography.constructWKT:(Lcom/microsoft/sqlserver/jdbc/SQLServerSpatialDatatype;Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;IIII)V
        10: .line 69
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.WKTsb:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            putfield com.microsoft.sqlserver.jdbc.Geography.wkt:Ljava/lang/String;
        11: .line 70
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.WKTsbNoZM:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            putfield com.microsoft.sqlserver.jdbc.Geography.wktNoZM:Ljava/lang/String;
        12: .line 71
            aload 0 /* this */
            iconst_0
            putfield com.microsoft.sqlserver.jdbc.Geography.isNull:Z
        13: .line 72
            return
        end local 1 // byte[] clr
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;
            0   14     1   clr  [B
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
      Name  Flags
      clr   

  public static com.microsoft.sqlserver.jdbc.Geography STGeomFromText(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Lcom/microsoft/sqlserver/jdbc/Geography;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.String wkt
        start local 1 // int srid
         0: .line 87
            new com.microsoft.sqlserver.jdbc.Geography
            dup
            aload 0 /* wkt */
            iload 1 /* srid */
            invokespecial com.microsoft.sqlserver.jdbc.Geography.<init>:(Ljava/lang/String;I)V
            areturn
        end local 1 // int srid
        end local 0 // java.lang.String wkt
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   wkt  Ljava/lang/String;
            0    1     1  srid  I
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
      Name  Flags
      wkt   
      srid  

  public static com.microsoft.sqlserver.jdbc.Geography STGeomFromWKB(byte[]);
    descriptor: ([B)Lcom/microsoft/sqlserver/jdbc/Geography;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // byte[] wkb
         0: .line 106
            new com.microsoft.sqlserver.jdbc.Geography
            dup
            aload 0 /* wkb */
            invokespecial com.microsoft.sqlserver.jdbc.Geography.<init>:([B)V
            areturn
        end local 0 // byte[] wkb
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   wkb  [B
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
      Name  Flags
      wkb   

  public static com.microsoft.sqlserver.jdbc.Geography deserialize(byte[]);
    descriptor: ([B)Lcom/microsoft/sqlserver/jdbc/Geography;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // byte[] clr
         0: .line 119
            new com.microsoft.sqlserver.jdbc.Geography
            dup
            aload 0 /* clr */
            invokespecial com.microsoft.sqlserver.jdbc.Geography.<init>:([B)V
            areturn
        end local 0 // byte[] clr
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   clr  [B
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
      Name  Flags
      clr   

  public static com.microsoft.sqlserver.jdbc.Geography parse(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/sqlserver/jdbc/Geography;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.String wkt
         0: .line 133
            new com.microsoft.sqlserver.jdbc.Geography
            dup
            aload 0 /* wkt */
            sipush 4326
            invokespecial com.microsoft.sqlserver.jdbc.Geography.<init>:(Ljava/lang/String;I)V
            areturn
        end local 0 // java.lang.String wkt
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   wkt  Ljava/lang/String;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
      Name  Flags
      wkt   

  public static com.microsoft.sqlserver.jdbc.Geography point(double, double, int);
    descriptor: (DDI)Lcom/microsoft/sqlserver/jdbc/Geography;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // double lat
        start local 2 // double lon
        start local 4 // int srid
         0: .line 151
            new com.microsoft.sqlserver.jdbc.Geography
            dup
            new java.lang.StringBuilder
            dup
            ldc "POINT ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            dload 2 /* lon */
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            dload 0 /* lat */
            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;
            iload 4 /* srid */
            invokespecial com.microsoft.sqlserver.jdbc.Geography.<init>:(Ljava/lang/String;I)V
            areturn
        end local 4 // int srid
        end local 2 // double lon
        end local 0 // double lat
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   lat  D
            0    1     2   lon  D
            0    1     4  srid  I
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
      Name  Flags
      lat   
      lon   
      srid  

  public java.lang.String STAsText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 163
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.wktNoZM:Ljava/lang/String;
            ifnonnull 8
         1: .line 164
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.clr:[B
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            putfield com.microsoft.sqlserver.jdbc.Geography.buffer:Ljava/nio/ByteBuffer;
         2: .line 165
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.buffer:Ljava/nio/ByteBuffer;
            getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
            pop
         3: .line 167
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.Geography.parseClr:(Lcom/microsoft/sqlserver/jdbc/SQLServerSpatialDatatype;)V
         4: .line 169
            aload 0 /* this */
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            putfield com.microsoft.sqlserver.jdbc.Geography.WKTsb:Ljava/lang/StringBuffer;
         5: .line 170
            aload 0 /* this */
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            putfield com.microsoft.sqlserver.jdbc.Geography.WKTsbNoZM:Ljava/lang/StringBuffer;
         6: .line 171
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.internalType:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.numberOfPoints:I
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.numberOfFigures:I
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.numberOfSegments:I
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.numberOfShapes:I
            invokevirtual com.microsoft.sqlserver.jdbc.Geography.constructWKT:(Lcom/microsoft/sqlserver/jdbc/SQLServerSpatialDatatype;Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;IIII)V
         7: .line 172
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.WKTsbNoZM:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            putfield com.microsoft.sqlserver.jdbc.Geography.wktNoZM:Ljava/lang/String;
         8: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.wktNoZM:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public byte[] STAsBinary();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 184
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.wkb:[B
            ifnonnull 2
         1: .line 185
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.Geography.serializeToWkb:(Lcom/microsoft/sqlserver/jdbc/SQLServerSpatialDatatype;)V
         2: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.wkb:[B
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;

  public byte[] serialize();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 196
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.clr:[B
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;

  public boolean hasM();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 205
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.hasMvalues:Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;

  public boolean hasZ();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 214
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.hasZvalues:Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;

  public java.lang.Double getLatitude();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 223
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.internalType:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            ifnull 2
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.internalType:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            getstatic com.microsoft.sqlserver.jdbc.InternalSpatialDatatype.POINT:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            if_acmpne 2
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.yValues:[D
            arraylength
            iconst_1
            if_icmpne 2
         1: .line 224
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.yValues:[D
            iconst_0
            daload
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
         2: .line 226
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;

  public java.lang.Double getLongitude();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 235
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.internalType:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            ifnull 2
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.internalType:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            getstatic com.microsoft.sqlserver.jdbc.InternalSpatialDatatype.POINT:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            if_acmpne 2
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.xValues:[D
            arraylength
            iconst_1
            if_icmpne 2
         1: .line 236
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.xValues:[D
            iconst_0
            daload
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
         2: .line 238
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;

  public java.lang.Double getM();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 247
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.internalType:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            ifnull 2
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.internalType:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            getstatic com.microsoft.sqlserver.jdbc.InternalSpatialDatatype.POINT:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            if_acmpne 2
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.Geography.hasM:()Z
            ifeq 2
         1: .line 248
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.mValues:[D
            iconst_0
            daload
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
         2: .line 250
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;

  public java.lang.Double getZ();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 259
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.internalType:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            ifnull 2
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.internalType:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            getstatic com.microsoft.sqlserver.jdbc.InternalSpatialDatatype.POINT:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            if_acmpne 2
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.Geography.hasZ:()Z
            ifeq 2
         1: .line 260
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.zValues:[D
            iconst_0
            daload
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
         2: .line 262
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;

  public int getSrid();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 271
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.srid:I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;

  public boolean isNull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 280
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.isNull:Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;

  public int STNumPoints();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 289
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.numberOfPoints:I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;

  public java.lang.String STGeographyType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 298
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.internalType:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            ifnull 2
         1: .line 299
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.internalType:Lcom/microsoft/sqlserver/jdbc/InternalSpatialDatatype;
            invokevirtual com.microsoft.sqlserver.jdbc.InternalSpatialDatatype.getTypeName:()Ljava/lang/String;
            areturn
         2: .line 301
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;

  public java.lang.String asTextZM();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 310
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.wkt:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.Geography this
         0: .line 320
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.Geography.wkt:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.Geography this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/Geography;

  public java.util.List getShapeList();
    descriptor: ()Ljava/util/List;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerSpatialDatatype.getShapeList:()Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.List getFigureList();
    descriptor: ()Ljava/util/List;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerSpatialDatatype.getFigureList:()Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.List getSegmentList();
    descriptor: ()Ljava/util/List;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerSpatialDatatype.getSegmentList:()Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.List getPointList();
    descriptor: ()Ljava/util/List;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerSpatialDatatype.getPointList:()Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Geography.java"