InputRequest - web_services - 23.1

Spectrum Web Services Guide

Product type
Software
Portfolio
Integrate
Product family
Spectrum
Product
Spectrum > Web Services
Version
23.1
Language
English
Product name
Spectrum Technology Platform
Title
Spectrum Web Services Guide
First publish date
2007
Last updated
2024-10-17
Published on
2024-10-17T00:33:46.811413

The input fields for Geo Confidence Surface are the output fields returned by the GeoConfidence output category of the Enterprise Geocoding Module. These fields are described below.

columnName Field Name Response Element Max. Field Length with null terminator Description

GeoConfidenceCode

13

The value returned in this field indicates which geoconfidence surface type has been returned.

The possible values are:

INTERSECTION
A geocode point for the intersection of two streets.
ADDRESS
An array of street segment points representing the street segment where the address is located.
POINT
If the geocoder was able to match the address using point data, the point geometry where the address is located.
POSTAL1
A geocode point for the ZIP centroid.
POSTAL2
An array of points for all street segments in the ZIP + 2 in which the address is located.
POSTAL3
An array of points for street segments in the ZIP + 4 in which the address is located.
ERROR
An error has occurred.

StreetSegmentPoints

1024

An array of latitude/longitude values that represent the street segment points.

Note: This field contains values only if the GeoConfidenceCode field returns a value of ADDRESS, POSTAL2, or POSTAL3.

GeoConfidenceCentroidLatitude

11

The latitude of the centroid of the geoconfidence polygon.

GeoConfidenceCentroidLongitude

12

The longitude of the centroid of the geoconfidence polygon.