Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ダウンロード用にフォーマットされた空間値を含む新しいバイト配列を返します。最初の 4 バイトにはリトルエンディアンで指定した SRID が含まれ、残りのバイトには指定したバイト配列に渡された空間データが含まれます。
Public Shared Function CreateSpatialValue( ByVal srid As Integer, ByVal spatial_value As Byte() ) As Byte()
public static byte[] CreateSpatialValue(int srid, byte[] spatial_value)
srid SRID
spatial_value 空間データ。
ダウンロード用にフォーマットされた空間値。