C# Class MapAround.IO.ShapeFileHeader

Represents a header of shape file.
ファイルを表示 Open project: gkrsu/maparound.core Class Usage Examples

Public Methods

Method Description
SetBounds ( BoundingRectangle Bounds ) : void

Sets a bounds of all shapes in file.

SetBounds ( ShapeFileHeader headerBounds ) : void

Sets a bounds of all shapes in file.

ShapeFileHeader ( ) : System

Initializes a new instance of MapAround.IO.ShapeFileHeader.

ToString ( ) : string

Returns a System.String that represents the current MapAround.IO.ShapeFileHeader.

Private Methods

Method Description
Write ( BigEndianBinaryWriter file, ShapeType ShapeType ) : void

Writes this header to the stream.

Method Details

SetBounds() public method

Sets a bounds of all shapes in file.
public SetBounds ( BoundingRectangle Bounds ) : void
Bounds BoundingRectangle A bounding rectangle defining the bounds
return void

SetBounds() public method

Sets a bounds of all shapes in file.
public SetBounds ( ShapeFileHeader headerBounds ) : void
headerBounds ShapeFileHeader A header wrom which to take a bounds
return void

ShapeFileHeader() public method

Initializes a new instance of MapAround.IO.ShapeFileHeader.
public ShapeFileHeader ( ) : System
return System

ToString() public method

Returns a System.String that represents the current MapAround.IO.ShapeFileHeader.
public ToString ( ) : string
return string