|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
GIS Library - Projection limit functions. More...
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
| int | G_limit_east (double *east, int proj) |
| Function not yet implemented... More... | |
| int | G_limit_west (double *west, int proj) |
| Function not yet implemented... More... | |
| int | G_limit_north (double *north, int proj) |
| Limit north (y) coordinate. More... | |
| int | G_limit_south (double *south, int proj) |
| Limit south (y) coordinate. More... | |
GIS Library - Projection limit functions.
(C) 2001-2014 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file wind_limits.c.
| int G_limit_east | ( | double * | east, |
| int | proj | ||
| ) |
Function not yet implemented...
If the projection has absolute limits (like lat/lon), then this routine modifies the input coordinate to be within the limit.
Note: Function not yet implemented.
| [in] | east | |
| [in] | proj |
Definition at line 32 of file wind_limits.c.
| int G_limit_north | ( | double * | north, |
| int | proj | ||
| ) |
Limit north (y) coordinate.
If the projection has absolute limits (like lat/lon), then this routine modifies the input coordinate to be within the limit.
| [in,out] | north | north coordinate |
| [in] | proj | projection id |
Definition at line 68 of file wind_limits.c.
References PROJECTION_LL.
| int G_limit_south | ( | double * | south, |
| int | proj | ||
| ) |
Limit south (y) coordinate.
If the projection has absolute limits (like lat/lon), then this routine modifies the input coordinate to be within the limit.
| [in] | south | south coordinate |
| [in] | proj | projection id |
Definition at line 96 of file wind_limits.c.
References PROJECTION_LL.
| int G_limit_west | ( | double * | west, |
| int | proj | ||
| ) |
Function not yet implemented...
If the projection has absolute limits (like lat/lon), then this routine modifies the input coordinate to be within the limit.
Note: Function not yet implemented.
| [in] | west | |
| [in] | proj |
Definition at line 51 of file wind_limits.c.