Click or drag to resize

GSF.Geo Namespace

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