cg_iRIC_Read_Geo_Filename

Reads the file name and data type of geographic data.

Format (FORTRAN)

call cg_iRIC_Read_Geo_Filename(fid, name, geoid, strvalue, type, ier)

Format (C/C++)

ier = cg_iRIC_Read_Geo_Filename(fid, name, geoid, strvalue, type)

Format (Python)

strvalue, type = cg_iRIC_Read_Geo_Filename(fid, name, geoid)

Arguments and returned value

fid

Table 365 Description of fid

Item

Value

Name

fid

Input/Output

Input

Description

File ID

Data type (FORTRAN)

integer

Data type (C/C++)

int

Data type (Python)

int

name

Table 366 Description of name

Item

Value

Name

name

Input/Output

Input

Description

The name of the geographic data

Data type (FORTRAN)

character(*)

Data type (C/C++)

const char*

Data type (Python)

str

geoid

Table 367 Description of geoid

Item

Value

Name

geoid

Input/Output

Input

Description

ID of geographic data (Start from 1)

Data type (FORTRAN)

integer

Data type (C/C++)

int

Data type (Python)

int

strvalue

Table 368 Description of strvalue

Item

Value

Name

strvalue

Input/Output

Output

Description

File name

Data type (FORTRAN)

character(*)

Data type (C/C++)

char*

Data type (Python)

str

type

Table 369 Description of type

Item

Value

Name

type

Input/Output

Output

Description

Type of geographic data (1: polygon, 2 = cross-section data)

Data type (FORTRAN)

integer

Data type (C/C++)

int*

Data type (Python)

int

ier

Table 370 Description of 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)