Function Formats - 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

The format for the syntax of each function is:

ReturnType FunctionName(ArgumentType identifier, ArgumentType identifier)

where:

  • ReturnType is the type of return value associated with the function.
  • FunctionName is the name of the function.
  • ArgumentType is the type of the identifier that follows.
  • identifier is the descriptive name of the argument.

Primitive data types used are as follows:

intl signed integer
double 64-bit floating point
pstr pointer to null-terminated string
gdlHandle 64-bit1 signed integer
gdlFileHandle 64-bit1 signed integer
gdlShape 64-bit1 signed integer
GsId 64-bit1 signed integer

1The size of the pointer is dependent on the operating system: 64-bit for a 64-bit OS.

All examples in the function reference are shown using "C."

Note: The return values and input values provided for each function are explained in detail in "Summary of Return and Input Values."