C# 클래스 GBD.GbdPoint

The GBD point.
파일 보기 프로젝트 열기: DigitalGlobe/DGConnect-ESRI

공개 메소드들

메소드 설명
GbdPoint ( double x, double y ) : System

Initializes a new instance of the GbdPoint class.

GbdPoint ( string x, string y ) : System

Initializes a new instance of the GbdPoint class.

메소드 상세

GbdPoint() 공개 메소드

Initializes a new instance of the GbdPoint class.
public GbdPoint ( double x, double y ) : System
x double /// The x. ///
y double /// The y. ///
리턴 System

GbdPoint() 공개 메소드

Initializes a new instance of the GbdPoint class.
public GbdPoint ( string x, string y ) : System
x string /// The x. ///
y string /// The y. ///
리턴 System