C# Class csShared.Geo.LatLonBox

Inheritance: ALatLonBox
Exibir arquivo Open project: TNOCS/csTouch

Public Properties

Property Type Description
RotationSpecified bool

Public Methods

Method Description
LatLonBox ( ) : System
LatLonBox ( ALatLonBox box ) : System
LatLonBox ( System.Xml.Linq.XElement e ) : System
LatLonBox ( double n, double s, double e, double w ) : System
ToBBoxString ( ) : string

Method Details

LatLonBox() public method

public LatLonBox ( ) : System
return System

LatLonBox() public method

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

LatLonBox() public method

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

LatLonBox() public method

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

ToBBoxString() public method

public ToBBoxString ( ) : string
return string

Property Details

RotationSpecified public_oe property

public bool RotationSpecified
return bool