Click or drag to resize
CoordinateSystem Class
This class contains information about the coordinate system that is provided or requested. Use either Id or WKT property to define a coordinate system. Set property Id to value None if the WKT property is used.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataCoordinateSystem

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

The CoordinateSystem type exposes the following members.

Constructors
  NameDescription
Public methodCoordinateSystem
Create an CoordinateSystem instance with no information about coordinate system.
Public methodCoordinateSystem(String)
Create an CoordinateSystem instance.
Public methodCoordinateSystem(CoordinateSystemId)
Create an CoordinateSystem instance.
Public methodCoordinateSystem(CoordinateSystemId, String)
Create an CoordinateSystem instance.
Top
Properties
  NameDescription
Public propertyId
Use predefined WKT as defined by the specified enum value in property Id. Set property Id to value None if property WKT is used.
Public propertyWKT
Coordinate system defined as a string according to coordinate system WKT as defined by OGC. Set property WKT to value None if property Id is used.
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