Go to Google Earth Home
Google Earth COM API Documentation Document Version: 1.0 - Last modified:


IPointOnTerrainGE Interface Reference

This is the return interface for. More...

import "earth.idl";

List of all members.

Properties

double Latitude [get]
 Latitude of point in degrees.
double Longitude [get]
 Longitude of point in degrees.
double Altitude [get]
 Altitude of point in meters.
BOOL ProjectedOntoGlobe [get]
 Indicates if the represented point was projected on to the globe's horizon.
BOOL ZeroElevationExaggeration [get]
 Indicates if the exaggeration elevation is zero.


Detailed Description

This is the return interface for.

IApplicationGE::GetPointOnTerrainFromScreenCoords

Contains information of a point on terrain and other related information retrieved from IApplicationGE::GetPointOnTerrainFromScreenCoords.

Associated GUIDs:


Property Documentation

double IPointOnTerrainGE::Latitude [get]

Latitude of point in degrees.

Valid values: -90 degrees to +90 degrees.

double IPointOnTerrainGE::Longitude [get]

Longitude of point in degrees.

Valid values: -180 degrees to +180 degrees.

double IPointOnTerrainGE::Altitude [get]

Altitude of point in meters.

If ZeroElevationExaggeration is true, then this is always zero.

See also:
ZeroElevationExaggeration

BOOL IPointOnTerrainGE::ProjectedOntoGlobe [get]

Indicates if the represented point was projected on to the globe's horizon.

This occurs when the intersection request did not intersect the globe.

BOOL IPointOnTerrainGE::ZeroElevationExaggeration [get]

Indicates if the exaggeration elevation is zero.

If true, then Altitude is always returned as zero.

See also:
Altitude


The documentation for this interface was generated from the following file:

Google Earth
     
©2008 Google - Google Home - About Google