Click or drag to resize

IGeoPoint Interface

Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements.

[This is preliminary documentation and is subject to change.]

Provides an externally exposed interface for the MACE GeoPoint implementation.

Namespace:  BSI.MACE
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public interface IGeoPoint

The IGeoPoint type exposes the following members.

Properties
  NameDescription
Public propertyAltitudeAGL_meters
Sets/Gets the altitude in meters above ground level
Public propertyAltitudeMSL_meters
Sets/Gets the altitude in meters above mean sea level
Public propertyGeographic
Convenience property converting a MACE GeoPoint to a Geographic used within the SGE.
Public propertyLatitude_degrees
Sets/Gets the latitude in decimal degrees
Public propertyLongitude_degrees
Sets/Gets the longitude in decimal degrees
Top
See Also