GsDpvGetFalsePosDetail - geostan_1 - 2024.01

GeoStan Geocoding Suite Reference for Windows, Linux, and z/OS

Product type
Software
Portfolio
Locate
Product family
GeoStan Geocoding Suite
Product
GeoStan Geocoding Suite > GeoStan
Version
2024.01
Language
English
Product name
GeoStan
Title
GeoStan Geocoding Suite Reference for Windows, Linux, and z/OS
Copyright
2024
First publish date
1994
Last updated
2024-07-29
Published on
2024-07-29T23:01:18.924000

Retrieves the detail record for a DPV false-positive report.

Syntax

GsFunStat GsDpvGetFalsePosDetail(GsId gs,GsFalsePosDetailData* pdata,int structSize);

Arguments

GsIdgs    ID returned by GsInitWithProps() for the current instance of GeoStan. Input.

GsFalsePosDetailData*pdata   This structure retrieves the DPV detail record for the false-positive address match using the data passed in GsFalsePosDetailData. The data members are details provided by GeoStan for the false-positive report. This structure contains the following:

char AddressPrimaryNumber   

House number. Output.

char AddressSecondaryAbbreviation

Unit type (APT, SUITE, LOT). Output.

char AddressSecondaryNumber

Unit number. Output.

char Filler

Reserved for future implementation. Output.

char MatchedPlus4   

ZIP Code extension. Output.

char MatchedZIPCODE

ZIP Code. Output.

char StreetName

Name of the street. Output.

char StreetPostDirectional

Street name postdirectional (N, S, E, W). Output.

char StreetpreDirectional

Street name predirectional (N, S, E, W). Output.

char StreetSuffixAbbreviation   

Street type (AVE, ST, RD). Output.

intstructSize   Size of theGsFalsePosDetailData data structure.Input.

Return Values

GS_SUCCESS

GS_ERROR    Call GsErrorGetEx() for more information.

GS_WARNING    Call GsErrorGetEx() for more information.

Prerequisites

GsInitDpv_r()

Notes

Only valid if the current/last record is a DPV false-positive match: GS_DPV_FALSE_POS = "Y"