VerticalCrsEntry Class
Summary:
Module: aspose.gis.epsg
Full Name: aspose.gis.epsg.VerticalCrsEntry
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| VerticalCrsEntry() | Initializes a new instance of the VerticalCrsEntry class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| datum_code | int | r | |
| name | string | r | |
| unit_code | int | r | |
| up | bool | r |
Methods
| Name | Description |
|---|---|
| create(name, unit_code, datum_code, up) |
Constructor: VerticalCrsEntry()
VerticalCrsEntry()
Initializes a new instance of the VerticalCrsEntry class
Method: create(name, unit_code, datum_code, up) [static]
create(name, unit_code, datum_code, up)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | |
| unit_code | int | |
| datum_code | int | |
| up | bool |
Returns
| Type | Description |
|---|---|
| VerticalCrsEntry |