Method | Description | |
---|---|---|
Parse ( |
Creates a SharpMap.Geometries.Geometry based on the Well-known binary representation.
|
|
Parse ( byte bytes ) : Geometry |
Creates a SharpMap.Geometries.Geometry from the supplied byte[] containing the Well-known Binary representation.
|
Method | Description | |
---|---|---|
CreateWKBGeometryCollection ( |
||
CreateWKBLineString ( |
||
CreateWKBLinearRing ( |
||
CreateWKBMultiLineString ( |
||
CreateWKBMultiPoint ( |
||
CreateWKBMultiPolygon ( |
||
CreateWKBPoint ( |
||
CreateWKBPolygon ( |
||
ReadCoordinates ( |
||
ReadDouble ( |
||
ReadUInt32 ( |
public static Parse ( |
||
reader | A |
|
return | Geometry |
public static Parse ( byte bytes ) : Geometry | ||
bytes | byte | byte[] containing the Well-known Binary representation. |
return | Geometry |