Click or drag to resize
ICoordinateSystem Interface
This interface handles information about the coordinate systems. Use either Id or WKT property to define a coordinate system. Set property Id to value None if the WKT property is used.

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

The ICoordinateSystem type exposes the following members.

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 Id to value None if property Id is used.
Top
See Also