ProjectionParameterValueEntry Class

Summary:

Module: aspose.gis.epsg

Full Name: aspose.gis.epsg.ProjectionParameterValueEntry

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
ProjectionParameterValueEntry()Initializes a new instance of the ProjectionParameterValueEntry class
ProjectionParameterValueEntry(parameter_code, value)Initializes a new instance of the ProjectionParameterValueEntry class

Properties

NameTypeAccessDescription
parameter_codeintr
valuedoubler

Methods

NameDescription
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:

ParameterTypeDescription
parameter_codeint
valuedouble

Method: create(parameter_code, value) [static]

 create(parameter_code, value) 

Parameters:

ParameterTypeDescription
parameter_codeint
valuedouble

Returns

TypeDescription
ProjectionParameterValueEntry