ArcObjects Library Reference (DataSourcesRaster)  

IPushbroomUtilities.VectorIntersectEllipsoid Method

Intersect a vector with an ellipsoidal surface plus height

[Visual Basic .NET]
Public Sub VectorIntersectEllipsoid ( _
    ByRef vP As Double, _
    ByRef vU3 As Double, _
    ByVal htAboveEllipsoid As Double, _
    ByRef lon As Double, _
    ByRef lat As Double _
)
[C#]
public void VectorIntersectEllipsoid (
    ref double vP,
    ref double vU3,
    ref double htAboveEllipsoid,
    ref double lon,
    ref double lat
);
[C++]
HRESULT VectorIntersectEllipsoid(
  double* vP,
  double* vU3,
  double htAboveEllipsoid,
  double* lon,
  double* lat
);
[C++]

Parameters

vP [in]   vP is a parameter of type double vU3 [in]   vU3 is a parameter of type double htAboveEllipsoid [in]   htAboveEllipsoid is a parameter of type double lon [out]   lon is a parameter of type double lat [out]   lat is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPushbroomUtilities Interface