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