iRIC_Geo_Polygon_Read_RealValue¶
Reads the value of polygon datas double precision real.
Format (FORTRAN)¶
call iRIC_Geo_Polygon_Read_RealValue(geo_handle, value, ier)
Format (C/C++)¶
ier = iRIC_Geo_Polygon_Read_RealValue(geo_handle, value)
Format (Python)¶
value = iRIC_Geo_Polygon_Read_RealValue(geo_handle)
Arguments and returned value¶
geo_handle¶
Item |
Value |
---|---|
Name |
geo_handle |
Input/Output |
Input |
Description |
Handle of geographic data |
Data type (FORTRAN) |
integer |
Data type (C/C++) |
int |
Data type (Python) |
int |
value¶
Item |
Value |
---|---|
Name |
value |
Input/Output |
Output |
Description |
The value of the condition |
Data type (FORTRAN) |
double precision |
Data type (C/C++) |
double* |
Data type (Python) |
float |
ier¶
Item |
Value |
---|---|
Name |
ier |
Input/Output |
Output |
Description |
Error code. 0 means success, other values mean error. |
Data type (FORTRAN) |
integer |
Data type (C/C++) |
int |
Data type (Python) |
(Not defined) |