|
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.GeoAssembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.248.0 (2.4.248.0)
Syntaxpublic virtual double Scale(
double zoom
)
Public Overridable Function Scale (
zoom As Double
) As Double
public:
virtual double Scale(
double zoom
)
abstract Scale :
zoom : float -> float
override Scale :
zoom : float -> float
View SourceParameters
- zoom Double
- The zoom level.
Return Value
DoubleThe scale at the given zoom level.
See Also