Class LocalDatum

LocalDatum class

Indicates method used for measurements in local spatial reference system.

public class LocalDatum : IdentifiableObject

Constructors

NameDescription
LocalDatum(string, int, Identifier)Create new instance.

Properties

NameDescription
DatumType { get; }An integer number, indicating measurement method that had been used.
EpsgCode { get; }If this objects identifier is EPSG identifier - return its code. Otherwise - return -1.
Identifier { get; }Identifier of this identifiable object.
Name { get; }Name of this object.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also