Click or drag to resize

CoordinateReferenceSystemScale Method

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.

Namespace: GSF.Geo
Assembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.181.0 (2.4.181.0)
Syntax
public virtual double Scale(
	double zoom
)
View Source

Parameters

zoom  Double
The zoom level.

Return Value

Double
The scale at the given zoom level.
See Also