Class LocalDatum
LocalDatum class
Indicates method used for measurements in local spatial reference system.
public class LocalDatum : IdentifiableObject
Constructors
Name | Description |
---|
LocalDatum(string, int, Identifier) | Create new instance. |
Properties
Name | Description |
---|
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
Name | Description |
---|
override ToString() | Returns a string that represents the current object. |
See Also