메소드 | 설명 | |
---|---|---|
Read ( |
||
ReadAttributes ( Stream stream ) : void | ||
ReadDBFFile ( Stream stream ) : object>>.List |
||
ReadShapeFileHeader ( Stream stream ) : void |
Read the file header of the shapefile.
|
|
ReadShapeFileRecord ( Stream stream ) : |
Read a shapefile record.
|
|
ReadShapes ( |
Read shapes (geometry) from the given shapefile.
|
|
ReadShapes ( Stream stream ) : void |
Read shapes (geometry) from the given stream.
|
|
ShapeFile ( ) : System |
Constructor for the ShapeFile class.
|
|
ToString ( ) : string |
Output the File Header in the form of a string.
|
메소드 | 설명 | |
---|---|---|
ReadDouble64_LE ( Stream stream ) : double |
Read an 8-byte double using little endian (Intel) byte ordering.
|
|
ReadInt32_BE ( Stream stream ) : int |
Read a 4-byte integer using big endian byte ordering.
|
|
ReadInt32_LE ( Stream stream ) : int |
Read a 4-byte integer using little endian (Intel) byte ordering.
|
|
ReadMultipoint ( Stream stream, |
Read a shapefile MultiPoint record.
|
|
ReadPoint ( Stream stream, |
Read a shapefile Point record.
|
|
ReadPolygon ( Stream stream, |
Read a shapefile Polygon record.
|
public Read ( |
||
shapeFile | ||
dbfFile | ||
리턴 | void |
public ReadDBFFile ( Stream stream ) : object>>.List |
||
stream | Stream | |
리턴 | object>>.List |
public ReadShapeFileHeader ( Stream stream ) : void | ||
stream | Stream | Input stream. |
리턴 | void |
public ReadShapeFileRecord ( Stream stream ) : |
||
stream | Stream | Input stream. |
리턴 |
public ReadShapes ( |
||
shapeFile | ||
리턴 | void |
public ReadShapes ( Stream stream ) : void | ||
stream | Stream | Input stream for a shapefile. |
리턴 | void |