Click or drag to resize

EPSG3857 Methods

The EPSG3857 type exposes the following members.

Methods
  Name Description
Public method Distance Returns the distance, in meters, between two geographical coordinates.
(Inherited from Earth)
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method Scale Returns the scale used when transforming projected coordinates into pixel coordinates for a particular zoom. For example, it returns 256 * 2^zoom for Mercator-based CRS.
(Inherited from CoordinateReferenceSystem)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Public method Translate(GeoCoordinate, Double) Translates the given geographical coordinate to a cartesian point at the given zoom level.
(Inherited from CoordinateReferenceSystem)
Public method Translate(Point, Double) Translates the given cartesian point to a geographical coordinate at the given zoom level.
(Inherited from CoordinateReferenceSystem)
Public method Zoom Returns the zoom level corresponding to the given scale factor.
(Inherited from CoordinateReferenceSystem)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also