| GeoWKBHelperBuildWellKnownBinary 方法  | 
 
            生成OGC标准的WKB
            
 
        命名空间: 
     GISShare.SMap.Geometry
        程序集:
     GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
 语法
语法public static byte[] BuildWellKnownBinary(
	IGeometry pGeometry,
	ByteOrderStyle eByteOrderStyle,
	bool bExtenction
)
Public Shared Function BuildWellKnownBinary ( 
	pGeometry As IGeometry,
	eByteOrderStyle As ByteOrderStyle,
	bExtenction As Boolean
) As Byte()
public:
static array<unsigned char>^ BuildWellKnownBinary(
	IGeometry^ pGeometry, 
	ByteOrderStyle eByteOrderStyle, 
	bool bExtenction
)
static member BuildWellKnownBinary : 
        pGeometry : IGeometry * 
        eByteOrderStyle : ByteOrderStyle * 
        bExtenction : bool -> byte[] 
参数
- pGeometry
- 类型: GISShare.SMap.GeometryIGeometry
 几何图形
- eByteOrderStyle
- 类型: GISShare.SMap.UtilsByteOrderStyle
 存储方式(字节高低位)
- bExtenction
- 类型: SystemBoolean
 拓展
返回值
类型: 
Byte 参见
参见