Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the Coordinate System Reference.
Inheritance Hierarchy
System.Object
System.Spatial.CoordinateSystem
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Class CoordinateSystem
'Usage
Dim instance As CoordinateSystem
public class CoordinateSystem
public ref class CoordinateSystem
type CoordinateSystem = class end
public class CoordinateSystem
The CoordinateSystem type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
EpsgId | Gets or sets the coordinate system ID according to the EPSG, or NULL if this is not an EPSG coordinate system. |
![]() |
Id | Gets or sets the coordinate system Id, no matter what scheme is used. |
![]() |
Name | Gets or sets the Name of the Reference. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Indicates the Equals overload. (Overrides Object.Equals(Object).) |
![]() |
Equals(CoordinateSystem) | Indicates the Equals overload. |
![]() |
Finalize | (Inherited from Object.) |
![]() ![]() |
Geography | Gets or creates a Geography coordinate system with the ID, or the default if null is given. |
![]() ![]() |
Geometry | 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. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Displays the coordinate system for debugging. (Overrides Object.ToString().) |
![]() |
ToWktId | Displays a string that can be used with extended WKT. |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
DefaultGeography | Specifies the Default Geography Reference (SRID 4326, WGS84). |
![]() ![]() |
DefaultGeometry | Specifies the Default Geometry Reference. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.