by mjturvey | Dec 15, 2010 | Keep (KP Project), Revise (KP Project), Documentation
Field Descriptions Primary Data Fields Address Fields Unmatched Field Geocode Fields Data Enhancement Process Fields Server & Process Fields processStatus serverStatus Certified Product Fields CASS Fields SERP Fields AMAS Fields Documentation for our report codes...
by Chris Harman | Apr 13, 2011 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
Java Example import com.loqate.*; import java.io.*; import java.net.*; public class lqtSample { static { System.loadLibrary("lqtjava"); } public static void main(String args[]) { // Loqate objects lqtServer srv = lqtServer.create(); lqtInputRecord rec =...
by Chris Harman | Apr 12, 2012 | Keep (KP Project), Getting started
Format Process Overview The Format process is designed to output fields using the specified casing and output script. Relevant Options UseSymbolicTransliteration OutputCasing OutputScript Click here for the full list of supported options and their descriptions. Click...
by Chris Harman | Feb 9, 2011 | Keep (KP Project), Documentation, Getting started
GeoAccuracy Code Click here for more information on the geocode report fields Loqate provides. The GeoAccuracy code is made up of the following values: The geocoding status The geocoding level e.g. I4, A2, P4 Geocoding Status P: Point A single geocode was found...
by Chris Harman | Oct 16, 2013 | Keep (KP Project), Revise (KP Project), Getting started
How Are Geocode Accuracy Codes Generated? Recently, a Loqate customer sent us a question about geocode accuracy codes returned by The Loqate Engine. The addresses were next to each other on the same street, but had three different codes. It doesn’t seem to make...
by juanjsilva | Apr 21, 2013 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
Loqate Multithreading Sample Code in Java Overview This sample code below is provided as a reference to developers that want to use the Loqate Engine in a multithreaded environment. The LqtMultithreadTestDriver class is responsible for creating multiple threads. The...