CentralBodyCoverageGrid.GetHeightRelativeToSurface Method |
Gets the height of a point at a specific longitude and latitude.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double GetHeightRelativeToSurface(
double longitude,
double latitude
)
Public Function GetHeightRelativeToSurface (
longitude As Double,
latitude As Double
) As Double
public:
double GetHeightRelativeToSurface(
double longitude,
double latitude
)
member GetHeightRelativeToSurface :
longitude : float *
latitude : float -> float
Parameters
- longitude
- Type: System.Double
The longitude of the desired grid point. - latitude
- Type: System.Double
The latitude of the desired grid point.
Return Value
Type:
DoubleThe height of the specified grid point.
Exceptions
Remarks
See Also