|
subroutine georef_coord_array_getval |
( |
type(georef_coord_array), intent(in) |
this, |
|
|
double precision, dimension(:), intent(out), optional, allocatable |
x, |
|
|
double precision, dimension(:), intent(out), optional, allocatable |
y, |
|
|
integer, intent(out), optional |
topo, |
|
|
type(geo_proj), intent(out), optional |
proj |
|
) |
| |
Query a georef_coord_array object.
This is the correct way to retrieve the contents of a georef_coord_array object, since its members are declared as PRIVATE.
- Parametri
-
[in] | this | object to query |
[out] | x | x-coordinate |
[out] | y | y-coordinate |
[out] | topo | topology associated with the coordinates |
[out] | proj | geographical projection |
Definizione alla linea 1002 del file georef_coord_class.F90.
|