A rotation angle about the local zenith direction which modifies the definition of X/Y angle observations. The Z angle specifies a rotation about the Zenith direction in a right handed sense to specify the direction of the X axis where a rotation of zero corresponds to the X axis oriented with local North. X/Y angles of the North-South type are equivalent to X/Y Z angles with a Z angle of zero degrees. X/Y angles of the East-West type are equivalent to X/Y Z angles with a Z angle of 270 degrees.
Read-write property
[Visual Basic .NET] |
---|
Public Property ZAngle() As Double |
[C#] |
---|
public double ZAngle {get; set;} |
[Managed C++] |
---|
public: __property double get_ZAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_ZAngle( double * pVal ); public: HRESULT put_ZAngle( double newVal ); |
[Java] |
---|
public double getZAngle(); public void setZAngle( double ); |