C# Class csShared.Geo.KmlPoint

Inheritance: AGeometry
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Private Properties

Свойство Type Description
Fail void

Méthodes publiques

Méthode Description
KmlExport ( ) : System.Xml.Linq.XElement
KmlPoint ( ) : System
KmlPoint ( System.Xml.Linq.XElement e ) : System
KmlPoint ( double longitude, double latitude ) : System
KmlPoint ( double longitude, double latitude, double altitude ) : System
KmlPoint ( float longitude, float latitude ) : System

A geographic location defined by longitude, latitude, and (optional) altitude. When a Point is contained by a Placemark, the point itself determines the position of the Placemark's name and icon. When a Point is extruded, it is connected to the ground with a line. This "tether" uses the current LineStyle.

KmlPoint ( float longitude, float latitude, float altitude ) : System

A geographic location defined by longitude, latitude, and (optional) altitude. When a Point is contained by a Placemark, the point itself determines the position of the Placemark's name and icon. When a Point is extruded, it is connected to the ground with a line. This "tether" uses the current LineStyle.

ToString ( ) : string

Private Methods

Méthode Description
Fail ( string value ) : void

Method Details

KmlExport() public méthode

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

KmlPoint() public méthode

public KmlPoint ( ) : System
Résultat System

KmlPoint() public méthode

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

KmlPoint() public méthode

public KmlPoint ( double longitude, double latitude ) : System
longitude double
latitude double
Résultat System

KmlPoint() public méthode

public KmlPoint ( double longitude, double latitude, double altitude ) : System
longitude double
latitude double
altitude double
Résultat System

KmlPoint() public méthode

A geographic location defined by longitude, latitude, and (optional) altitude. When a Point is contained by a Placemark, the point itself determines the position of the Placemark's name and icon. When a Point is extruded, it is connected to the ground with a line. This "tether" uses the current LineStyle.
public KmlPoint ( float longitude, float latitude ) : System
longitude float between -180 and 180
latitude float between -90 and 90
Résultat System

KmlPoint() public méthode

A geographic location defined by longitude, latitude, and (optional) altitude. When a Point is contained by a Placemark, the point itself determines the position of the Placemark's name and icon. When a Point is extruded, it is connected to the ground with a line. This "tether" uses the current LineStyle.
public KmlPoint ( float longitude, float latitude, float altitude ) : System
longitude float between -180 and 180
latitude float between -90 and 90
altitude float altitude values (optional) are in meters above sea level
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string