Declared in RemoteSensor
Declaration
double GetResolutionForLatLong(
double latitude,
double longitude
);Description
Returns the best (minimum) resolution achieved at a specific latitude and longitude for this sensor. For Camera sensors this is GSD [m]; for other RemoteSensors this is FOV ground width [m].
Parameters
| Name | Description |
|---|---|
| latitude | [deg] Latitude in range [-90, 90]. |
| longitude | [deg] Longitude in range [0, 360). |