WRAPPER_API AngularValue &get_Longitude()
WRAPPER_API const AngularValue &get_Longitude() const
Description
The get_Longitude method returns the AngularValue by which this PrimeMeridian deviates from the Greenwich Meridian.
Example
void PrimeMeridian_getLongitude()
{
GEOCALCPBW_NAMESPACE::PrimeMeridian * pm = GEOCALCPBW_NAMESPACE::PrimeMeridian::CreatePrimeMeridian();
pm->set_Name(L"Madrid");
pm->get_Longitude().set_InDegrees(-3.68793888888889);
delete pm;
}
Comments
0 comments
Please sign in to leave a comment.