This class represents a three dimensional coordinate (x,y,height) in the SGWorld.
Constructor
| 
 Name  | 
 Description  | 
| 
 Initializes a new instance of the SGCoord3D class.  | 
Properties
| 
 Name  | 
 Description  | 
| 
 The x coordinate, usually longitude.  | 
|
| 
 The y coordinate, usually latitude.  | 
|
| 
 The height of the coordinate.  | 
|
| 
 The height type of the coordinate.  | 
Methods
| 
 Name  | 
 Description  | 
| 
 Moves a 3D coordinate a specific distance.  | 
|
| 
 Moves a 3D coordinate a given distance towards another coordinate.  | 
|
| 
 Moves a 3D coordinate a given percentage towards another coordinate.  | 
|
| 
 Measures the distance between two coordinates.  | 
|
| 
 Measures the angles (yaw and pitch) between two coordinates.  | 
|
| 
 Returns an SGPosition object that represents the same position as the caller’s 3D coordinate and the angles that are directed toward the given coordinates.  | 
|
| 
 Returns an SGCoord3D object that is converted to absolute height.  | 
|
| 
 Returns an SGCoord3D object that is converted to height relative to terrain.  | 
|
| 
 Converts the height of the caller to a new height type based on the caller x and y.  | 
|
| 
 Compare the properties values of this SGCoord3D object to another SGCoord3D object.  |