IGeoPathConverter
Description
- Extended by
-
GeoPathConverter sealed
A converter between geo path sample types.
A geo path converter manipulates existing geo path samples individually, without changing their timestamps and neither adding nor removing samples. It can be used to convert between different sample types as well as different horizontal and/or vertical datums. Initially, a geo path converter uses GeodeticDatum.WGS84 and does not have any information about the geoid / DEM, using ellipsoid height for vertical coordinates. The Transform
methods must be used to provide this information.
- See also
Public / Methods
Transform
2 overloads
Specifies the geocentric frame for the source and/or target geo paths.
The default source and target geocentric frames is GeodeticDatum.WGS84.
- See also
Specifies the datum transformation to use.
The default datum transformation is null
.