C# Class csShared.Geo.LatLonBox

Inheritance: ALatLonBox
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Свойство Type Description
RotationSpecified bool

Méthodes publiques

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

public LatLonBox ( ) : System
Résultat System

LatLonBox() public méthode

public LatLonBox ( ALatLonBox box ) : System
box ALatLonBox
Résultat System

LatLonBox() public méthode

public LatLonBox ( System.Xml.Linq.XElement e ) : System
e System.Xml.Linq.XElement
Résultat System

LatLonBox() public méthode

public LatLonBox ( double n, double s, double e, double w ) : System
n double
s double
e double
w double
Résultat System

ToBBoxString() public méthode

public ToBBoxString ( ) : string
Résultat string

Property Details

RotationSpecified public_oe property

public bool RotationSpecified
Résultat bool