C# Class GBD.GbdPolygon

The GBD polygon.
显示文件 Open project: DigitalGlobe/DGConnect-ESRI Class Usage Examples

Public Methods

Method Description
AddPoint ( IPoint pointToBeAdded ) : void

Add point to the private localPoints list.

GbdPolygon ( ) : System.Collections.Generic

Initializes a new instance of the GbdPolygon class.

ToString ( ) : string

The to string.

Method Details

AddPoint() public method

Add point to the private localPoints list.
public AddPoint ( IPoint pointToBeAdded ) : void
pointToBeAdded IPoint /// The point to be added. ///
return void

GbdPolygon() public method

Initializes a new instance of the GbdPolygon class.
public GbdPolygon ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

The to string.
public ToString ( ) : string
return string