Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
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.