Latitude, longitude, and altitude
coordinates.
| C# | Visual Basic | Visual C++ |
public interface AgGxCartographic : IAgGxCartographic
Public Interface AgGxCartographic _ Implements IAgGxCartographic
public interface class AgGxCartographic : IAgGxCartographic
| All Members | Methods | Properties | |||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
Altitude |
The altitude, in meters. (Inherited from
IAgGxCartographic.)
|
|
|
Get(Double % , Double % , Double % ) | (Inherited from
IAgGxCartographic.)
|
|
|
Latitude |
The latitude, in radians. (Inherited from
IAgGxCartographic.)
|
|
|
Longitude |
The longitude, in radians. (Inherited
from
IAgGxCartographic.)
|
|
|
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. (Inherited from
IAgGxCartographic.)
|
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)