메소드 | 설명 | |
---|---|---|
Write ( Geometry g ) : byte[] |
Writes a geometry to a byte array using little endian byte encoding
|
|
Write ( Geometry g, WkbByteOrder wkbByteOrder ) : 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 ( |
Writes a linestring.
|
|
WriteMultiLineString ( |
Writes a multilinestring.
|
|
WriteMultiPoint ( |
Writes a multipoint.
|
|
WriteMultiPolygon ( |
Writes a multipolygon.
|
|
WritePoint ( System.Point point, |
Writes a point.
|
|
WritePolygon ( |
Writes a polygon.
|
|
WriteType ( Geometry geometry, |
Writes the type number for this geometry.
|
|
WriteUInt32 ( |
Writes an unsigned integer to the binarywriter using the specified encoding
|
public static Write ( Geometry g ) : byte[] | ||
g | Geometry | The geometry to write |
리턴 | byte[] |
public static Write ( Geometry g, WkbByteOrder wkbByteOrder ) : byte[] | ||
g | Geometry | The geometry to write |
wkbByteOrder | WkbByteOrder | Byte order |
리턴 | byte[] |