The CoordinateSystem type exposes the following members.

Constructors

  NameDescription
CoordinateSystemOverloaded.
Initializes a new instance of the CoordinateSystem class from a definition.

Methods

  NameDescription
Clone
Returns a new CoordinateSystem with properties equal to the current CoordinateSystem.
CreateFromXmlString
Helper method to generate an object from its XML representation, used to deserialize an object passed to a worker thread.
Equals
Tests whether the specified object and the current object refer to the same underlying object.
(Overrides Object..::.Equals(Object).)
ExportToPrjString
Returns a string representation of the internal parameters of this CoordinateSystem.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetXmlSchema
Creates a schema for this class (required by the serialization implementation for this class).
ImportFromPrjString
Creates a CoordinateSystem from a string representation of a coordinate system.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a string indicating the name and identifier of this CoordinateSystem.
(Overrides Object..::.ToString()()().)
ToXmlString
Helper method to serialize an object to its XML representation, used to serialize an object to pass to a worker thread.

Properties

  NameDescription
BaseGeographicCoordinateSystem
Gets the underlying geographic coordinate system, if this CoordinateSystems Type is projected.
Id
Gets the unique internal identifier of this CoordinateSystem, sometimes referred to as the factory code or Well Known ID (WKID).
Name
Returns the name of the CoordinateSystem.
Type
Gets the type of the CoordinateSystem, projected or geographic.
Unit
Returns the units of measurement used by the CoordinateSystem.

See Also