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