C# Class GBD.GbdPoint

The GBD point.
Afficher le fichier Open project: DigitalGlobe/DGConnect-ESRI

Méthodes publiques

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

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

GbdPoint() public méthode

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