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