ClassMercatorProjection
Class
Mercator is the projection used by most online maps including Virtual Earth, GMaps and Yahoo It maintains Vertical resolution while expanding the earth horizontally to fill The effect is that items at the poles appear much larger then those of equal size at the equator.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class MercatorProjection : SpatialReference, ISpatialReference
Inheritance: objectSpatialReferenceMercatorProjection
Derived Classes:
Implements:
Inherited Members
Constructors
MercatorProjection()
Initializes a new instance of the MercatorProjection class. Mercator is the projection used by most online maps including Virtual Earth, GMaps and Yahoo.
Declaration
cs-api-definition
public MercatorProjection()