Specifying a buffer distance in a boundary search - GeoTAX_Premium - 7.7

GeoTAX Premium for Windows, UNIX/Linux, and z/OS

Product type
Software
Portfolio
Verify
Product family
Geo Addressing
Product
GeoTAX Premium
Version
7.7
Language
English
Product name
GeoTAX Premium
Title
GeoTAX Premium for Windows, UNIX/Linux, and z/OS
Copyright
2023
First publish date
1998
Last updated
2024-07-30
Published on
2024-07-30T03:53:01.467023

You can specify the distance, in feet, to use as a buffer around polygons defined in the standard boundary files or a user-defined boundary file. This is an optional comparison between a point and the buffered zone. The returned data will indicate whether the point is inside the polygon, inside the polygon but in the buffered zone, or outside the polygon but still inside the buffered zone (as shown in the following illustration):

To define the buffer distance for the boundary files (SPD, IPD, PTC & PAY), use the following:

Batch processing

Use the Input buffer distance field in the BUFOUT parameter card.

Integrator Series API

Use the szBoundaryBuffDist element in the GTXINPUT parameter structure prior to calling GTXMatchAddress.

Callable Functions

Use the MCA-BOUNDARY-BUFFER-DIST field in the Matcher Control Area prior to Calling the GTMATCH program.

To define the buffer distance with a user-defined boundary file, use the following:

Batch processing

Use the Input buffer distance field in the BF2OUT parameter card.

Integrator Series API

Use the szUserBoundBuffDist element in the GTXINPUT parameter structure prior to calling GTXMatchAddress.

Callable Functions

Use the MCA-USER-BND-BUFFER-DIST field in the Matcher Control Area prior to Calling the GTMATCH program.

Note: The buffer distance for place and cousub files is internally set to zero and cannot be modified, so that only one place and one MCD is returned for each type of associated match.
Note: The spatial calculations that are required to perform buffer distance functions consume a lot of processing power and will decrease the throughput of the process.

The results for the point comparison to a buffered area on a boundary is covered in Distance & status returns for a point comparison to a boundary.