Returns the SRID for the given spatial value.
Public Shared Function GetSRID(ByVal spatial_value As Byte()) As Integer
public static int GetSRID(byte[] spatial_value)
spatial_value The uploaded value. The first four bytes must contain the SRID encoded in little endian.
The SRID.