Share via


CoordinateSystem Class

Definition

Coordinate System Reference

public class CoordinateSystem
type CoordinateSystem = class
Public Class CoordinateSystem
Inheritance
CoordinateSystem

Fields

DefaultGeography

Default Geography Reference (SRID 4326, WGS84)

DefaultGeometry

Default Geometry Reference

Properties

EpsgId

Gets the coordinate system ID according to the EPSG, or NULL if this is not an EPSG coordinate system.

Id

Gets the coordinate system Id, no matter what scheme is used.

Name

Gets the Name of the Reference.

Methods

Equals(CoordinateSystem)

Indicates the Equals overload.

Equals(Object)

Indicates the Equals overload.

Geography(Nullable<Int32>)

Gets or creates a Geography coordinate system with the ID, or the default if null is given.

Geometry(Nullable<Int32>)

Gets or creates a Geometry coordinate system with the ID, or the default if null is given.

GetHashCode()

Returns a hash code for this instance.

ToString()

Displays the coordinate system for debugging.

ToWktId()

Displays a string that can be used with extended WKT.

Applies to