AGI Components with Insight3D Alpha 2008 r8
IAgGxCartographic Interface
Library ReferenceAGI.GraphicsIAgGxCartographic
Latitude, longitude, and altitude coordinates.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
IAgGxCartographic
Public 
Interface 
IAgGxCartographic
public 
interface class 
IAgGxCartographic
Members
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)