Projection.IsEquivalent
Projection.IsEquivalent method
Determines is two projections are equivalent. Equivalent projections map (longitude, latitude) to (x, y) in the same way.
public bool IsEquivalent(Projection other)
Parameter | Type | Description |
---|---|---|
other | Projection | Other projection |
Return Value
true
if projections are equivalent, false
otherwise.
See Also
- class Projection
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS