Latitude, longitude, and altitude
coordinates.
| C# | Visual Basic | Visual C++ |
public interface IAgGxCartographic
Public Interface IAgGxCartographic
public interface class IAgGxCartographic
| All Members | Methods | Properties | |||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
Altitude |
The altitude, in meters.
|
|
|
Get(Double % , Double % , Double % ) |
|
|
|
Latitude |
The latitude, in radians.
|
|
|
Longitude |
The longitude, in radians.
|
|
|
Set(Double, Double, Double) |
Sets the latitude and longitude, and the
altitude. Latitude and longitude should be in radians and altitude
should be in radians. This method is more efficient then setting
latitude, longitude and altitude individually.
|
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)