LocalDatum Class

Summary: Indicates method used for measurements in local spatial reference system.

Module: aspose.gis.spatialreferencing

Full Name: aspose.gis.spatialreferencing.LocalDatum

Inheritance: IdentifiableObject

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
LocalDatum(name, datum_type, identifier)Create new instance.

Properties

NameTypeAccessDescription
datum_typeintrAn integer number, indicating measurement method that had been used.
epsg_codeintrIf this objects identifier is EPSG identifier - return its code. Otherwise - return -1.
identifierIdentifierrIdentifier of this identifiable object.
namestringrName of this object.

Constructor: LocalDatum(name, datum_type, identifier)

 LocalDatum(name, datum_type, identifier) 

Create new instance.

Parameters:

ParameterTypeDescription
namestringname of datum.
datum_typeintinteger number, representing type of datum.
identifierIdentifieridentifier of datum.