Click or drag to resize
CoordinateSystemsExtension Class
This class contains extension methods for coordinate system classes/enums.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataCoordinateSystemsExtension

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public static class CoordinateSystemsExtension

The CoordinateSystemsExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCoordinateSystemId
Gets the coordinate system id.
Public methodStatic memberSrid
Gets the srid for the specified grid coordinate system.
Public methodStatic memberToCoordinateSystem
Converts a GridCoordinateSystem to a CoordinateSystem.
Public methodStatic memberToGridCoordinateSystem
Gets the GridCoordinateSystem for the specified srid.
Public methodStatic memberToWebCoordinateSystem
Converts a GridCoordinateSystem to a WebCoordinateSystem.
Top
See Also