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

Determines if another binary polygon overlap has occurred and, if so, returns the polygon that is in overlap with the input polygon.

Syntax

intl gdlFindNextPolygonOverlap( gdlFileHandle hFile, gdlShape* output );

Arguments

hFile

The gdlFileHandle returned by gdlOpenSpatialFile. Input.

output

A pointer to the overlapping polygon. Output.

Return values

GDL_NOT_FOUND

GDL_ERROR

GDL_OK

Prerequisites

gdlFindPolygonOverlap

Alternates

gdlFindNextPolygonOverlapPercentage

Notes

Following instances of this function, you should call gdlShapeFree with the output polygon when you are finished using the output polygon to release system resources.