Click or drag to resize
WebCoordinateSystem 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.WebService.DataWebData
    ArtDatabanken.WebService.DataWebCoordinateSystem

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebCoordinateSystem : WebData

The WebCoordinateSystem type exposes the following members.

Constructors
  NameDescription
Public methodWebCoordinateSystem
Initializes a new instance of the WebCoordinateSystem class
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 Id to value None if property WKT is used.
Top
See Also