Description
Measured from -90.0 deg to +90.0 deg. The geodetic latitude of a point is the angle between (1) the normal to the reference ellipsoid that passes through the satellite position and (2) the equatorial plane. Uses Angle Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Latitude() As Double
|
| [C#] |
|---|
public double Latitude {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Latitude(); public: __property void set_Latitude( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Latitude( double * pRetVal ); public: HRESULT put_Latitude( double NewLatitude );
|
| [Java] |
|---|
public double getLatitude();public void setLatitude( double );
|
See Also