SpatialReferenceSystem.IsEquivalent
Contents
[
Hide
]IsEquivalent(SpatialReferenceSystem)
Detects whether this SRS is equivalent to other SRS. .
public virtual bool IsEquivalent(SpatialReferenceSystem other)
Parameter | Type | Description |
---|---|---|
other | SpatialReferenceSystem | Other SRS. |
Return Value
bool value, indicating whether this SRS is equivalent to other SRS.
See Also
- class SpatialReferenceSystem
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS
IsEquivalent(SpatialReferenceSystem, SpatialReferenceSystem)
Determines if two SRS are equivalent. Same coordinates of equivalent SRS match same place on Earth. Some parameters of equivalent SRS can be different, for example Name
.
public static bool IsEquivalent(SpatialReferenceSystem srs1, SpatialReferenceSystem srs2)
Parameter | Type | Description |
---|---|---|
srs1 | SpatialReferenceSystem | First SRS. |
srs2 | SpatialReferenceSystem | Second SRS. |
Return Value
bool value, indicating whether two SRS are equivalent.
See Also
- class SpatialReferenceSystem
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS