Geotools.Net

GeographicCoordinateSystem Class

A coordinate system based on latitude and longitude.

For a list of all members of this type, see GeographicCoordinateSystem Members.

System.Object
   AbstractInformation
      CoordinateSystem
         GeographicCoordinateSystem

[Visual Basic]
Public Class GeographicCoordinateSystem
Inherits CoordinateSystem
Implements IGeographicCoordinateSystem, IHorizontalCoordinateSystem
[C#]
public class GeographicCoordinateSystem : CoordinateSystem, IGeographicCoordinateSystem, IHorizontalCoordinateSystem

Remarks

Some geographic coordinate systems are Lat/Lon, and some are Lon/Lat. You can find out which this is by examining the axes. You should also check the angular units, since not all geographic coordinate systems use degrees.

Requirements

Namespace: Geotools.CoordinateReferenceSystems Namespace

Assembly: Geotools.dll

See Also

GeographicCoordinateSystem Members | Geotools.CoordinateReferenceSystems Namespace