SphericalMercatorProjection Fields
A class that defines methods specific to the Spherical Mercator Projection.
Name | Description |
---|---|
Lat |
Defines the ratio of 1 latitude degree to 1 kilometer.
Inherited from Projection |
Lon |
Defines the ratio of 1 longitude degree to 1 kilometer.
Inherited from Projection |
Max |
The maximum possible latitude for this projection. |
Max |
The maximum possible longitude for this projection. |
Min |
The minimum possible latitude for this projection. |
Min |
The minimum possible longitude for this projection. |
See Also