CentralBodyCoverageGridGetHeightRelativeToSurface 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: 24.2.419.0 (24.2.419.0)
Syntax public 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: SystemDouble
The longitude of the desired grid point. - latitude
- Type: SystemDouble
The latitude of the desired grid point.
Return Value
Type:
DoubleThe height of the specified grid point.
Exceptions Remarks See Also