gdlOpenSpatialFile - geographicdeterminationlibrary - 2024.00

Geographic Determination Library Reference for Windows and z/OS

Product type
Software
Portfolio
Locate
Product family
GeoStan Geocoding Suite
Product
GeoStan Geocoding Suite > Geographic Determination Library
Version
2024.00
ft:locale
en-US
Product name
GeoStan Geocoding Suite
ft:title
Geographic Determination Library Reference for Windows and z/OS
Copyright
2024
First publish date
1994
ft:lastEdition
2024-05-09
ft:lastPublication
2024-05-09T00:55:21.277000

Opens a file for spatial analysis.

Syntax

intl gdlOpenSpatialFile( gdlHandle hGdl, gdlFileHandle* hFile, char* filename );

Arguments

hGdl

The gdlHandle initialized by gdlInitialize. Input.

hFile

A pointer to a gdlFileHandle. Output.

filename

The filename of the spatial file to open. Input.

Return values

GDL_ERROR

GDL_NOT_FOUND

GDL_NOT_LICENSED

GDL_OK

Prerequisites

gdlInitialize

Alternates

None.

Notes

Call gdlCloseSpatialFile when finished with gdlFileHandle.