Class GeographicLocation
Contents
[
Hide
]GeographicLocation class
The geographic location. Specifies the location of the asset using the WGS84 coordinate system.
public class GeographicLocation : ColladaElement
Constructors
Name | Description |
---|---|
GeographicLocation() | The default constructor. |
Properties
Name | Description |
---|---|
Altitude { get; set; } | Gets or sets the altitude. Altitude is always given in meters. If the mode is “absolute”, then the value is interpreted as meters from mean sea level. If the mode is “relativeToGround” then the value is interpreted as meters above the actual ground elevation at that particular location. |
Latitude { get; set; } | Gets or sets the latitude. |
Longitude { get; set; } | Gets or sets the longitude. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD