Projection Class

Summary: Represents a projection method with parameters, that transforms (longitude, latitude) to (x, y).

Module: aspose.gis.spatialreferencing

Full Name: aspose.gis.spatialreferencing.Projection

Inheritance: IdentifiableObject

Aspose.PSD Version: 25.9.0

Properties

NameTypeAccessDescription
angular_parameters_unitUnitrUnit that is used for angular parameters.
epsg_codeintrIf this objects identifier is EPSG identifier - return its code. Otherwise - return -1.
identifierIdentifierrIdentifier of this identifiable object.
linear_parameters_unitUnitrUnit that is used for linear parameters.
namestringrName of this object.
parameters_namesSystem.Collections.Generic.IListrGets an enumerable collection of names of parameters given to this projection

Methods

NameDescription
get_parameter_value(name, type)Gets parameter with specified name of this projection.
is_equivalent(other)Determines is two projections are equivalent. Equivalent projections map (longitude, latitude) to (x, y) in the
same way.
try_get_parameter_value(name, type)Gets parameter with specified name of this projection. If there are no such parameter - returns .

Method: get_parameter_value(name, type)

 get_parameter_value(name, type) 

Gets parameter with specified name of this projection.

Parameters:

ParameterTypeDescription
namestringName of parameter.