CoordinateSystem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |