gdlShapeGetLong - 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

Returns properties from the shape object in the form of a long integer.

Syntax

intl gdlShapeGetLong( gdlShape shape, intl type, intl* value );

Arguments

shape

The GDL shape. Input.

type

The type of shape variable to return. Input.

GDL Shape Variables Explanation
GDL_TYPE The type of shape
GDL_PART_COUNT The number of parts the shape has
GDL_POINT_COUNT The total number of points

value

A pointer to the value. Output.

Return values

GDL_ERROR

GDL_OK

Prerequisites

None.

Alternates

None.