LocalDatum Class

Indicates method used for measurements in local spatial reference system.
Inheritance Hierarchy

Namespace:  Aspose.Gis.SpatialReferencing
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public class LocalDatum : IdentifiableObject

The LocalDatum type exposes the following members.

Constructors
  NameDescription
Public methodLocalDatum
Create new instance.
Properties
  NameDescription
Public propertyDatumType
An integer number, indicating measurement method that had been used.
Public propertyEpsgCode
If this objects identifier is EPSG identifier - return its code. Otherwise - return -1.
(Inherited from IdentifiableObject.)
Public propertyIdentifier
Identifier of this identifiable object.
(Inherited from IdentifiableObject.)
Public propertyName
Name of this object.
(Inherited from IdentifiableObject.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also