mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-31 04:44:14 +01:00
summaries
This commit is contained in:
parent
66231e6950
commit
4ebdb8d9a5
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
/// <summary>
|
||||
/// WGS84 Auto Transverse Mercator Projection - AUTO2:42002.
|
||||
/// The CentralMeridian is automatically set to the projection's Center.Longitude.
|
||||
/// CentralMeridian is automatically set to Center.Longitude.
|
||||
/// </summary>
|
||||
public class Wgs84AutoTmProjection : TransverseMercatorProjection
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ namespace MapControl
|
|||
{
|
||||
/// <summary>
|
||||
/// WGS84 Universal Transverse Mercator Projection - AUTO2:42002.
|
||||
/// Zone and Hemisphere are automatically selected from the projection's Center.
|
||||
/// Zone and Hemisphere are automatically set according to the projection's Center.
|
||||
/// If the CRS identifier passed to the constructor is null or empty, appropriate
|
||||
/// values from EPSG:32601 to EPSG:32660 and EPSG:32701 to EPSG:32760 are used.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue