Projection Class |
Namespace: Aspose.Gis.SpatialReferencing
The Projection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AngularParametersUnit |
Unit that is used for angular parameters.
|
![]() | EpsgCode |
If this objects identifier is EPSG identifier - return its code. Otherwise - return -1.
(Inherited from IdentifiableObject.) |
![]() | Identifier |
Identifier of this identifiable object.
(Inherited from IdentifiableObject.) |
![]() | LinearParametersUnit |
Unit that is used for linear parameters.
|
![]() | Name |
Name of this object.
(Inherited from IdentifiableObject.) |
![]() | ParametersNames |
Gets an enumerable collection of names of parameters given to this projection
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetParameterValue |
Gets parameter with specified name of this projection.
|
![]() | GetType | (Inherited from Object.) |
![]() | IsEquivalent |
Determines is two projections are equivalent. Equivalent projections map (longitude, latitude) to (x, y) in the
same way.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | TryGetParameterValue |
Gets parameter with specified name of this projection. If there are no such parameter - returns .
|