C# 클래스 GBD.GbdPolygon

The GBD polygon.
파일 보기 프로젝트 열기: DigitalGlobe/DGConnect-ESRI 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

AddPoint() 공개 메소드

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

GbdPolygon() 공개 메소드

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

ToString() 공개 메소드

The to string.
public ToString ( ) : string
리턴 string