Ellipsoid.IsEquivalent
Contents
[
Hide
]IsEquivalent(Ellipsoid, Ellipsoid)
Determines if two ellipsoids are equivalent. If ellipsoid A is equivalent to ellipsoid B, then they have same semi major axis and inverse flattening.
public static bool IsEquivalent(Ellipsoid ellipsoid1, Ellipsoid ellipsoid2)
Parameter | Type | Description |
---|---|---|
ellipsoid1 | Ellipsoid | First ellipsoid. |
ellipsoid2 | Ellipsoid | Second ellipsoid. |
Return Value
bool value, indicating whether two ellipsoids are equivalent.
See Also
- class Ellipsoid
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS
IsEquivalent(Ellipsoid)
Determines if two ellipsoids are equivalent. If ellipsoid A is equivalent to ellipsoid B, then they have same semi major axis and inverse flattening.
public bool IsEquivalent(Ellipsoid other)
Parameter | Type | Description |
---|---|---|
other | Ellipsoid | Other ellipsoid. |
Return Value
bool value, indicating whether two ellipsoids are equivalent.
See Also
- class Ellipsoid
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS