C# Class GBD.GbdPolygon

The GBD polygon.
Afficher le fichier Open project: DigitalGlobe/DGConnect-ESRI Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GbdPolygon() public méthode

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

ToString() public méthode

The to string.
public ToString ( ) : string
Résultat string