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