libsim  Versione 7.2.6

◆ georef_coord_array_new()

type(georef_coord_array) function, public georef_coord_class::georef_coord_array_new ( double precision, dimension(:), intent(in), optional  x,
double precision, dimension(:), intent(in), optional  y,
integer, intent(in), optional  topo,
type(geo_proj), intent(in), optional  proj 
)

Construct a georef_coord_array object with the optional parameters provided.

If coordinates are not provided the object obtained is empty (missing, see c_e function), if coordinate arrays are of different lengths the georef_coord_array is initialised to the shortest length provided.

Parametri
[in]xx coordinate array
[in]yy coordinate array
[in]topotopology of the object, one of the georef_coord_array_* constants
[in]projgeographical projection associated to the coordinates

Definizione alla linea 971 del file georef_coord_class.F90.


Generated with Doxygen.