Projection Class

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

Namespace:  Aspose.Gis.SpatialReferencing
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public class Projection : IdentifiableObject

The Projection type exposes the following members.

Properties
  NameDescription
Public propertyAngularParametersUnit
Unit that is used for angular parameters.
Public propertyEpsgCode
If this objects identifier is EPSG identifier - return its code. Otherwise - return -1.
(Inherited from IdentifiableObject.)
Public propertyIdentifier
Identifier of this identifiable object.
(Inherited from IdentifiableObject.)
Public propertyLinearParametersUnit
Unit that is used for linear parameters.
Public propertyName
Name of this object.
(Inherited from IdentifiableObject.)
Public propertyParametersNames
Gets an enumerable collection of names of parameters given to this projection
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetParameterValue
Gets parameter with specified name of this projection.
Public methodGetType (Inherited from Object.)
Public methodIsEquivalent
Determines is two projections are equivalent. Equivalent projections map (longitude, latitude) to (x, y) in the same way.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodTryGetParameterValue
Gets parameter with specified name of this projection. If there are no such parameter - returns .
See Also