Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public CoverageGridPointWithResults FindNearestGridPointAtTime(
	Cartesian cartesianLocation,
	JulianDate date
)

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: CoverageGridPointWithResults
The nearest grid point. If GridPoints is empty, this returns null.
See Also