iric_geo_polygon_read_points_f¶
Reads the coorinates of polygon vertices
Format (FORTRAN)¶
call iric_geo_polygon_read_points_f(pid, x, y, ier)
Format (C/C++)¶
ier = iRIC_Geo_Polygon_Read_Points(pid, x, y);
Format (Python)¶
This function does not exists for Python.
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
pid |
integer |
I |
Polygon ID |
x |
double precision , dimension(:), allocatable |
O |
X coordinates of polygon vertices |
y |
double precision , dimension(:), allocatable |
O |
Y coordinates of polygon vertices |
ier |
integer |
O |
Error code. 0 means success. |