BeelineToWellKnownBinary 方法 |
几何图形的WKB描述
命名空间:
GISShare.SMap.Geometry
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public byte[] ToWellKnownBinary(
ByteOrderStyle eByteOrderStyle,
bool bExtenction
)
Public Function ToWellKnownBinary (
eByteOrderStyle As ByteOrderStyle,
bExtenction As Boolean
) As Byte()
public:
virtual array<unsigned char>^ ToWellKnownBinary(
ByteOrderStyle eByteOrderStyle,
bool bExtenction
) sealed
abstract ToWellKnownBinary :
eByteOrderStyle : ByteOrderStyle *
bExtenction : bool -> byte[]
override ToWellKnownBinary :
eByteOrderStyle : ByteOrderStyle *
bExtenction : bool -> byte[]
参数
- eByteOrderStyle
- 类型: GISShare.SMap.UtilsByteOrderStyle
存储方式(字节高低位) - bExtenction
- 类型: SystemBoolean
拓展
返回值
类型:
Byte实现
IGeometryDescriptionToWellKnownBinary(ByteOrderStyle, Boolean)
参见