Метод | Описание | |
---|---|---|
Write ( Geometry g, WkbByteOrder wkbByteOrder = WkbByteOrder.Ndr ) : byte[] |
Writes a geometry to a byte array using the specified encoding.
|
Метод | Описание | |
---|---|---|
WriteDouble ( double value, |
Writes a double to the binarywriter using the specified encoding
|
|
WriteGeometry ( Geometry geometry, |
Writes the geometry to the binary writer.
|
|
WriteGeometryCollection ( GeometryCollection gc, |
Writes a geometrycollection.
|
|
WriteLineString ( LineString ls, |
Writes a linestring.
|
|
WriteMultiLineString ( MultiLineString mls, |
Writes a multilinestring.
|
|
WriteMultiPoint ( MultiPoint mp, |
Writes a multipoint.
|
|
WriteMultiPolygon ( MultiPolygon mp, |
Writes a multipolygon.
|
|
WritePoint ( System.Point point, |
Writes a point.
|
|
WritePolygon ( Polygon poly, |
Writes a polygon.
|
|
WriteType ( Geometry geometry, |
Writes the type number for this geometry.
|
|
WriteUInt32 ( uint value, |
Writes an unsigned integer to the binarywriter using the specified encoding
|
public static Write ( Geometry g, WkbByteOrder wkbByteOrder = WkbByteOrder.Ndr ) : byte[] | ||
g | Geometry | The geometry to write |
wkbByteOrder | WkbByteOrder | Byte order |
Результат | byte[] |