DbGeometry.PointFromBinary(Byte[], Int32) Método

Definição

Cria um novo DbGeometry valor de ponto com base no SRID (valor binário e identificador de sistema de coordenadas) bem conhecido especificado.

public:
 static System::Data::Spatial::DbGeometry ^ PointFromBinary(cli::array <System::Byte> ^ pointWellKnownBinary, int coordinateSystemId);
public static System.Data.Spatial.DbGeometry PointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId);
static member PointFromBinary : byte[] * int -> System.Data.Spatial.DbGeometry
Public Shared Function PointFromBinary (pointWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeometry

Parâmetros

pointWellKnownBinary
Byte[]

Uma matriz de bytes que contém uma representação binária bem conhecida do valor de geometria.

coordinateSystemId
Int32

O identificador do sistema de coordenadas que o novo valor DbGeometry deve usar.

Retornos

Um novo valor DbGeometry conforme definido pelo valor binário conhecido com o identificador do sistema de coordenadas especificado.

Exceções

pointWellKnownBinary

coordinateSystemId

Aplica-se a