SPOSSD - spatial_geostan - 2024.00

Spatial+ Reference for Windows, UNIX/Linux, z/OS

Product type
Software
Portfolio
Locate
Product family
GeoStan Geocoding Suite
Product
GeoStan Geocoding Suite > Spatial+
Version
2024.00
Language
English
Product name
Spatial+
Title
Spatial+ Reference for Windows, UNIX/Linux, z/OS
Copyright
2024
First publish date
1994
Last updated
2024-05-07
Published on
2024-05-07T22:16:04.316305

Sets the current search distance for the FILEHANDLE object.

Syntax

01 FILEHANDLE PIC S9(9) BINARY.

01 NEWDIST PIC S9(9) BINARY.

01 SPRETCODE PIC S9(9) BINARY.

*

CALL ‘SPOSSD'

USING FILEHANDLE, NEWDIST, SPRETCODE.

Arguments

FILEHANDLE File handle from SPOFOP. Input.

NEWDIST New maximum search distance set in feet for a latitude and longitude

coordinate system. Input.

Return Values

PIP-OK

PIP-ERROR

SPOFOP.

Prerequisites

Alternates

None.

Notes

This procedure adjusts the current search distance for a SPOFOP to create a broader or narrower search. A broader search finds more objects, provided they exist in the input points array. The input value must be less than

PIP-MAXIMUM-SEARCH-DISTANCE and greater than

PIP-MINIMUM-SEARCH-DISTANCE.

The NEWDIST parameter specifies a rectangular search area. The units are in feet.