GeoTransform Class |
Namespace: Ptv.XServer.Controls.Map.Tools
The GeoTransform type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetTransform | |
![]() ![]() | IsValidGeoCoordinate | Check if the coordinates of the input point have valid values (i.e. unequal zero and not NaN). |
![]() ![]() | LatLonToString(Double, Double) | Converts latitude/longitude coordinates to a textual representation. |
![]() ![]() | LatLonToString(Double, Double, Boolean) | Converts latitude/longitude coordinates to a textual representation. |
![]() ![]() | PtvMercatorToWGS | Transforms a point given in PTV-internal Mercator format to the WGS format. |
![]() ![]() | TileToPtvMercatorAtZoom | Envelope rectangle of a certain tile, specified by x- and y-position and zoom level. |
![]() ![]() | TileToPtvSmartUnitAtZoom | Envelope rectangle of a certain tile, specified by x- and y-position and zoom level. |
![]() ![]() | TileToWebMercatorAtZoom | Envelope rectangle of a certain tile, specified by x- and y-position and zoom level. |
![]() ![]() | TileXYToQuadKey | Converts tile XY coordinates into a QuadKey at a specified level of detail. |
![]() ![]() | Transform |
Transforms a point of the given reference system to a point of another reference system.
|
![]() ![]() | WGSToPtvMercator(Double) | Transforms a distance value given in WGS format to the PTV-internal Mercator format. |
![]() ![]() | WGSToPtvMercator(Point) | Transforms a point given in WGS format to the PTV-internal Mercator format. |