Click or drag to resize
SpatialReferenceSystemId Class
Constants for spatial reference system (SRID)in the format of EPSG:XXXX wcich is very useful when connectiong to for example wfs servers.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataSpatialReferenceSystemId

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

The SpatialReferenceSystemId type exposes the following members.

Constructors
  NameDescription
Public methodSpatialReferenceSystemId
Initializes a new instance of the SpatialReferenceSystemId class
Top
Fields
  NameDescription
Public fieldStatic memberRT9025
Srid for RT90 2.5 GON V, the planar system all swedish maps were previously published in.
Public fieldStatic memberSWEREF99TM
Srid for SWEREF99TM, the planar system all swedish maps are currently published in.
Public fieldStatic memberWGS84
Srid for WGS84, a centric (loat/long) system.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also