Class VerticalDatum

VerticalDatum class

Indicates method used for vertical measurements.

public class VerticalDatum : IdentifiableObject

Constructors

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

Properties

NameDescription
DatumType { get; }An integer number, indicating 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