|
Class |
Description |
|
CoordinateReferenceSystem
|
Abstract class that defines coordinate reference systems for projecting
geographical points into pixel (screen) coordinates and back.
|
|
Earth
|
Serves as the base for CRS that are global such that they cover the earth.
|
|
EPSG3857
|
The most common CRS for online maps.
Uses Spherical Mercator projection.
|
|
GeoCoordinate
|
Represents a location in the geographical coordinate system.
|
|
SphericalMercator
|
Spherical Mercator projection; the most common projection for online maps.
Assumes that Earth is a sphere. Used by the EPSG:3857 CRS.
|
|
Transformation
|
Represents a linear transformation over an xy-coordinate system.
|