KmlPointCoordinates Class
Version 1.0.0-beta002
.NET Framework 4.7
| Namespace | Skybrud.Essentials.Maps.Kml.Geometry |
|---|---|
| Assembly | Skybrud.Essentials.Maps.dll |
| Visibility | Public |
| Interfaces | IPoint, IGeometry |
| Inheritance |
public class KmlPointCoordinates : KmlObject, IPoint, IGeometry { }
Properties
| Type | Name | Summary |
|---|---|---|
| Double | Latitude |
Gets or sets the latitude of the point (>= −90 and <= 90). |
| Double | Longitude |
Gets or sets the longitude of the point (>= −180 and <= 180). |
| Double | Altitude |
Gets or sets the meters above sea level. |
| bool | HasAltitude |
Methods
|
Parse(XElement)
(static)
|
|
ToString()
(virtual)
|
|
ToXElement()
(virtual)
|
Inherited from KmlObject |
|
NewXElement()
(virtual)
|
|
NewXElement(string)
(virtual)
|