![]() |
Maria GDK 4.7.0.84
Documentation of managed code in develop branch
|
Provides geoid undulation (geoid height above the (wgs-84) ellipsoid) More...
Public Member Functions | |
bool | CacheArea (double latmin, double lonmin, double latmax, double lonmax) |
Cache data from the externally supplied file for the entire region of interest. Recommended for speed optimization. | |
double | Undulation (double lat, double lon) |
For given latitude(lat) and longitude(lon), returns the geoid undulation (geoid height above the ellipsoid) at that point with respect to the wgs-84 ellipsoid. | |
Properties | |
string | Name [get] |
Model name. | |
string | Description [get] |
Geoid description. | |
string | Datetime [get] |
Date & time. | |
double | LongitudeResolution [get] |
Longitude resolution in raw data. | |
double | LatitudeResolution [get] |
Latitude resolution in raw data. | |
Provides geoid undulation (geoid height above the (wgs-84) ellipsoid)
bool TPG.Geoids.IGeoid.CacheArea | ( | double | latmin, |
double | lonmin, | ||
double | latmax, | ||
double | lonmax | ||
) |
Cache data from the externally supplied file for the entire region of interest. Recommended for speed optimization.
latmin | Minimum latitude |
lonmin | Minimum longitude |
latmax | Maximum latitude |
lonmax | Maximum longitude |
Implemented in TPG.Geoids.Geoid.
double TPG.Geoids.IGeoid.Undulation | ( | double | lat, |
double | lon | ||
) |
For given latitude(lat) and longitude(lon), returns the geoid undulation (geoid height above the ellipsoid) at that point with respect to the wgs-84 ellipsoid.
Unless otherwise specified, calculations are based on the EGM2008 grid - using a 5' resolution.
lat | |
lon |
Implemented in TPG.Geoids.Geoid.
|
get |
Date & time.
Implemented in TPG.Geoids.Geoid.
|
get |
Geoid description.
Implemented in TPG.Geoids.Geoid.
|
get |
Latitude resolution in raw data.
Implemented in TPG.Geoids.Geoid.
|
get |
Longitude resolution in raw data.
Implemented in TPG.Geoids.Geoid.
|
get |
Model name.
Implemented in TPG.Geoids.Geoid.