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
Language
English
Product name
GeoStan Geocoding Suite
Title
Geographic Determination Library Reference for Windows and z/OS
Copyright
2024
First publish date
1994
Last updated
2024-05-09
Published on
2024-05-09T00:55:21.277227

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.