Methods In the IGlobeViewUtil Interface

Source: Internet
Author: User

Methods In the IGlobeViewUtil Interface

// Geographic coordinates to geographical coordinates

PublicVoidGeocentricToGeographic (
Double X,
Double Y,
Double Z,
RefDouble PLong_dd,
RefDouble PLat_dd,
RefDouble PElev_meters
);

// Coordinates of the earth center to the screen

PublicVoidGeocentricToWindow (
Double X,
Double Y,
Double Z,
RefInt PWinX,
RefInt PWinY
); 

// Geographic coordinates to geographic coordinates

PublicVoidGeographicToGeocentric (
Double Long_dd,
Double Lat_dd,
Double Elev_meters,
RefDouble PX,
RefDouble PY,
RefDouble PZ
);

// Geographic coordinates to screen coordinates

PublicVoidGeographicToWindow (
Double Long_dd,
Double Lat_dd,
Double Elev_meters,
RefInt PWinX,
RefInt PWinY
);

// Coordinates of the screen to the Earth Center

PublicVoidWindowToGeocentric (
IGlobeDisplay PDisplay,
ISceneViewer PViewer,
Int WinX,
Int WinY,
Bool BUseZBufferValue,
RefDouble PX,
RefDouble PY,
RefDouble PZ
);

// Screen coordinates to geographical coordinates

PublicVoidWindowToGeographic (
IGlobeDisplay PDisplay,
ISceneViewer PViewer,
Int WinX,
Int WinY,
Bool BUseZBufferValue,
RefDouble PLon,
RefDouble PLat,
RefDouble PAlt
);

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.