IdentifiableObject Class

Represents an object that might have EPSG code and name.
Inheritance Hierarchy
SystemObject
  Aspose.Gis.SpatialReferencingIdentifiableObject
    More...

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

The IdentifiableObject type exposes the following members.

Properties
  NameDescription
Public propertyEpsgCode
If this objects identifier is EPSG identifier - return its code. Otherwise - return -1.
Public propertyIdentifier
Identifier of this identifiable object.
Public propertyName
Name of this object.
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
Inheritance Hierarchy