C# Class csShared.Geo.ALatLonBox

Exibir arquivo Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
ALatLonBox ( ) : System
ALatLonBox ( ALatLonBox box ) : System
ALatLonBox ( System.Xml.Linq.XElement e ) : System
ALatLonBox ( double n, double s, double e, double w ) : System
Parse ( System.Xml.Linq.XElement e ) : void

Method Details

ALatLonBox() public method

public ALatLonBox ( ) : System
return System

ALatLonBox() public method

public ALatLonBox ( ALatLonBox box ) : System
box ALatLonBox
return System

ALatLonBox() public method

public ALatLonBox ( System.Xml.Linq.XElement e ) : System
e System.Xml.Linq.XElement
return System

ALatLonBox() public method

public ALatLonBox ( double n, double s, double e, double w ) : System
n double
s double
e double
w double
return System

Parse() public method

public Parse ( System.Xml.Linq.XElement e ) : void
e System.Xml.Linq.XElement
return void