IdentifiableObject Class
Summary: Represents an object that might have EPSG code and name.
Module: aspose.gis.spatialreferencing
Full Name: aspose.gis.spatialreferencing.IdentifiableObject
Aspose.PSD Version: 25.9.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| epsg_code | int | r | If this objects identifier is EPSG identifier - return its code. Otherwise - return -1. |
| identifier | Identifier | r | Identifier of this identifiable object. |
| name | string | r | Name of this object. |