C# Class csShared.Geo.KmlPoint

Inheritance: AGeometry
Mostrar archivo Open project: TNOCS/csTouch Class Usage Examples

Private Properties

Property Type Description
Fail void

Public Methods

Method 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

Method Description
Fail ( string value ) : void

Method Details

KmlExport() public method

public KmlExport ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

KmlPoint() public method

public KmlPoint ( ) : System
return System

KmlPoint() public method

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

KmlPoint() public method

public KmlPoint ( double longitude, double latitude ) : System
longitude double
latitude double
return System

KmlPoint() public method

public KmlPoint ( double longitude, double latitude, double altitude ) : System
longitude double
latitude double
altitude double
return System

KmlPoint() public method

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
return System

KmlPoint() public method

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
return System

ToString() public method

public ToString ( ) : string
return string