C# Class GBD.GbdPoint

The GBD point.
Show file Open project: DigitalGlobe/DGConnect-ESRI

Public Methods

Method Description
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.

Method Details

GbdPoint() public method

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

GbdPoint() public method

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