CoverageResultsFindNearestGridPointAtTime Method |
Given a cartesian location and date, find the nearest grid point according to physical distance.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CoverageGridPointWithResults FindNearestGridPointAtTime(
Cartesian cartesianLocation,
JulianDate date
)
Public Function FindNearestGridPointAtTime (
cartesianLocation As Cartesian,
date As JulianDate
) As CoverageGridPointWithResults
public:
CoverageGridPointWithResults^ FindNearestGridPointAtTime(
Cartesian cartesianLocation,
JulianDate date
)
member FindNearestGridPointAtTime :
cartesianLocation : Cartesian *
date : JulianDate -> CoverageGridPointWithResults
Parameters
- cartesianLocation
- Type: AGI.Foundation.CoordinatesCartesian
The location at which to search. - date
- Type: AGI.Foundation.TimeJulianDate
The date at which to query the grid's location.
Return Value
Type:
CoverageGridPointWithResultsThe nearest grid point. If
GridPoints is empty, this returns null.
See Also