MapMarker Geocoding Cartridge for Oracle

Size: px
Start display at page:

Download "MapMarker Geocoding Cartridge for Oracle"

Transcription

1 MapMarker Geocoding Cartridge for Oracle Version 4.0 USA LAYER USER GUIDE

2 Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, without the written permission of MapInfo Corporation, One Global View, Troy, New York MapInfo Corporation. All rights reserved. MapInfo, the MapInfo logo and MapMarker are trademarks of MapInfo Corporation and/or its affiliates. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. The following trademarks are owned by the United States Postal Service: LACS Link and DPV. MapInfo Corporate Headquarters: Voice: (518) Fax: (518) Sales Info Hotline: (800) Government Sales Hotline: (800) Technical Support Hotline: (518) Technical Support Fax: (518) Contact information for all MapInfo offices is located at: Adobe Acrobat is a registered trademark of Adobe Systems Incorporated in the United States. Products named herein may be trademarks of their respective manufacturers and are hereby recognized. Trademarked names are used editorially, to the benefit of the trademark owner, with no intent to infringe on the trademark. May 2006

3 Table of Contents Chapter 1: MapMarker Geocoding Cartridge USA Layer Overview Installing MapMarker Geocoding Cartridge USA Running the Installer Installing the Files USA Layer Overview Introduction to the USA Objects GEOADDRESS3 Object CANDIDATE3 Object ADDRESSRANGE3 Object ADDRESSRANGEUNIT3 Object MM_PREFERENCE3 Object INPUTTABLEINFO3 Object OUTPUTTABLEINFO3 Object MM_USA Package commonaddress Object MISYS.GeoAddress3 Object MYSIS.Candidate3 Object MISYS.AddressRange3 Object MISYS.ADDRESSRANGEUNIT MISYS.MM_Preference3 Object Appendix A: MapMarker Geocoding Cartridge USA Layer Examples single_fields.sql table_fields.sql table_geoaddr.sql trigger_fields.trg create_us_addr.sql geocode_us_addr.sql Appendix B: Glossary Glossary of Address and Geocoding Terms Index

4 MapMarker Geocoding Cartridge USA Layer 1 In this chapter: Overview Installing MapMarker Geocoding Cartridge USA

5 Chapter 1: MapMarker Geocoding Cartridge USA Layer Overview The MapMarker Geocoding Cartridge USA layer extends the functionality of the MapMarker Geocoding Cartridge to U.S.street geocoding. The USA MMJ layer allows the setting of U.S.-specific preferences and the return of U.S.-specific address element fields. Preferences such as expanded radius search and use CASS mode are available. There are no U.S.-specific input address fields (though some of the standard fields have USA connotations.) Installing MapMarker Geocoding Cartridge USA The installation of MapMarker Geocoding Cartridge USA is a two step process. First run the installer on the product CD to lay down the MapMarker Geocoding Cartridge USA files (see Running the Installer below). Once the installation from the CD is complete, you must run the misys_usa.sql file to actually install the MapMarker Geocoding Cartridge USA (see Installing the Files on page 8). Note: must be completely installed prior to installing MapMarker Geocoding Cartridge USA. Running the Installer To install MapMarker Geocoding Cartridge USA: 1. Place the MapMarker Geocoding Cartridge software CD in your CD-ROM drive. 2. Run install.htm from the MapMarker Geocoding Cartridge CD. Select the installation package for your platform. The installation is copied to a temporary location on your system. Alternatively, you can bypass the browser. Go to the appropriate OS folder on the product CD under /InstData and run the install executable. The Introduction dialog displays MapInfo Corporation. All rights reserved. 5 GeocodingCartridge_USA.pdf

6 Chapter 1: MapMarker Geocoding Cartridge USA Layer 3. On the Introduction dialog, click NEXT to proceed. The Choose Install Folder dialog displays. 4. At the Choose Install Folder dialog, accept the default location to install MapMarker Geocoding Cartridge USA or browse to another location. Click NEXT. The Choose type of Installation dialog displays. 5. Select whether you are installing on an ORACLE CLIENT machine or an ORACLE SERVER and then click NEXT. Perform a Client installation if you are installing on a machine that will connect to an Oracle server elsewhere on your network. Perform a Server installation if you are installing on the Oracle server machine. If you select ORACLE SERVER, continue with step 7. The DataBase Alias Name dialog displays MapInfo Corporation. All rights reserved. 6 GeocodingCartridge_USA.pdf

7 Chapter 1: MapMarker Geocoding Cartridge USA Layer 6. Specify the database alias to which your Oracle Client connects in the DATABASE ALIAS field and then click NEXT. The MISYS Account Information dialog displays. 7. Type your MISYS password into the corresponding field and then click NEXT. The Pre-Installation Summary dialog displays MapInfo Corporation. All rights reserved. 7 GeocodingCartridge_USA.pdf

8 Chapter 1: MapMarker Geocoding Cartridge USA Layer 8. Review the information in the Pre-Installation Summary dialog, making sure all settings are correct. If you need to make any corrections, click PREVIOUS to navigate back through the installation wizard and make the necessary changes on the appropriate dialogs. If all settings are correct, click INSTALL to start the product installation. The Installing MapInfo(TM)GeocodingCartridge4.0-USA dialog displays. If you decide you do not want to install MapMarker Geocoding Cartridge USA, click CANCEL. The Install Complete dialog displays. 9. At the Install Complete dialog, click DONE to exit the software installer. Installing the Files After you run the installer, you must run the misys_usa.sql file as MISYS to finish the product installation. Note: When running this file in SQL*Plus, ensure your working directory is the same directory where the.sql file is located MapInfo Corporation. All rights reserved. 8 GeocodingCartridge_USA.pdf

9 USA Layer Packages and Object Types 2 In this chapter: USA Layer Overview Introduction to the USA Objects GEOADDRESS3 Object CANDIDATE3 Object ADDRESSRANGE3 Object ADDRESSRANGEUNIT3 Object MM_PREFERENCE3 Object INPUTTABLEINFO3 Object OUTPUTTABLEINFO3 Object

10 USA Layer Overview The MapMarker Geocoding Cartridge USA layer is made up of a jar file and a package that enable U.S.-specific field references and preference settings in some of the Geocoding Cartridge s core objects. The cartmmj_usa.jar file contains java code to translate addfields and addflags of the MM_PREFERENCE3 object to USA-specific geocode constraints settings, and to translate address elements from the java additionalfields to the addfields of CANDIDATE3, ADDRESSRANGE3 and ADDRESSRANGEUNIT3 objects. It is located in the USA\Install\sql folder of your product installation directory. The MM_USA package contains a collection of procedures and functions that allows for USA-centric reference to fields in the GEOADDRESS3, CANDIDATE3, ADDRESSRANGE3, ADDRESSRANGEUNIT3 and MM_PREFERENCE3 objects. It is located in the USA\Install\sql folder of your product installation directory. The sections that follow describe the USA Layer objects. Then the MM_USA package methods and how they act on the objects are described. Introduction to the USA Objects The objects used by the MapMarker Geocoding Cartridge USA layer are the same objects as in the core MapMarker Geocoding Cartridge product. However, the data used by the objects is specific to the United States and its territories. For example, the core product provides generic fields that will accept any 256 character string, but the USA implementation of the MapMarker Geocoding Cartridge uses these fields to store very specific types of data, such as census block, carrier route, and delivery point information. The tables presented below are the same tables found in the core documentation, but are updated to reflect the USA-specific treatment of the fields MapInfo Corporation. All rights reserved. 10 GeocodingCartridge_USA.pdf

11 GEOADDRESS3 Object The GEOADDRESS3 object type defines the attributes and functions required to geocode single addresses. It is also used for table geocoding where you wish to look at address range information or store results for more than one candidate. The address information to be geocoded is placed in the appropriate fields of the GEOADDRESS3 object, and the findlocation function geocodes the address and populates the CANDIDATESET3 with the returned candidates. The parts of the GEOADDRESS3 object are described below. Field Type Description country VARCHAR2(3) Input: the ISO standard abbreviation for the country of the input address genericfield1 VARCHAR2(256) Input: street2; secondary address information such as a Post Office box or apartment number genericfield2 VARCHAR2(256) not used for USA geocoding genericfield3 VARCHAR2(256) Input: PMB designator genericfield4 VARCHAR2(256) Input: PMB range placename VARCHAR2(256) Input: placename, usually a business name or well known landmark preaddress VARCHAR2(256) not used for USA geocoding addressnumber VARCHAR2(256) Input: address number This may be blank and the address number included in the mainaddress. predirectional VARCHAR2(256) Input: pre direction of a parsed input street prethoroughfaretype VARCHAR2(256) Input: pre type of a parsed input street mainaddress VARCHAR2(256) Input: street address postthouroughfaretype VARCHAR2(256) Input: post type of a parsed input street postdirectional VARCHAR2(256) Input: post directional of a parsed input street postaddress VARCHAR2(256) Input: the lastline; the postal code and any areanames in unparsed format postcode1 VARCHAR2(256) Input: zip code postcode2 VARCHAR2(256) Input: zip + 4 areaname1 VARCHAR2(256) Input: state areaname2 VARCHAR2(256) Input: county Note: Currently unsupported by the MapMarker Geocoding Server MapInfo Corporation. All rights reserved. 11 GeocodingCartridge_USA.pdf

12 Field Type Description areaname3 VARCHAR2(256) Input: city areaname4 VARCHAR2(256) Input: urbanization unitvalue VARCHAR2(256) Input: unit value unittype VARCHAR2(256) Input: unit type TotalCands NUMBER Output: total number of candidates found by the geocoder for the input address CloseCands NUMBER Output: number of the total candidates that the geocoder considered close matches errorcode NUMBER Output: number corresponding to a type of address related error. Does not include server, user and database errors, as these errors abort the geocoding process. errormsg VARCHAR2(256) Output: text of an address related error candidates CANDIDATESET3 Output: all of the available/requested candidates for this address after geocoding CANDIDATE3 Object The CANDIDATE3 object is used to hold the candidates returned by the cartridge when the GEOADDRESS3 is geocoded. These candidates contain address information as well as location information. The actual contents of some fields is dependent on the country and the implementation of the geocoding solution used. Field Type Description country VARCHAR2(3) the ISO standard abbreviation for the country this candidate is in genericfield1 VARCHAR2(256) street2; secondary address information such as a Post Office box or apartment number genericfield2 VARCHAR2(256) not used for USA geocoding genericfield3 VARCHAR2(256) PMB designator genericfield4 VARCHAR2(256) PMB range addfield(1) VARCHAR2(256) carrier route addfield(2) VARCHAR2(256) check digit addfield(3) VARCHAR2(256) delivery point addfield(4) VARCHAR2(256) LACS 2006 MapInfo Corporation. All rights reserved. 12 GeocodingCartridge_USA.pdf

13 Field Type Description addfield(5) VARCHAR2(256) multi-unit flag addfield(6) VARCHAR2(256) record type addfield(7) VARCHAR2(256) census block addfield(8) VARCHAR2(256) geographic rank (for geographic fallback candidates) addfield(9) VARCHAR2(256) DPV CONF addfield(10) VARCHAR2(256) DPV CMRA addfield(11) VARCHAR2(256) DPV FP addfield(12) VARCHAR2(256) DPV footnote 1 addfield(13) VARCHAR2(256) DPV footnote 2 addfield(14) VARCHAR2(256) DPV footnote 3 addfield(15) VARCHAR2(256) default flag addfield(16) VARCHAR2(256) LACSLink indicator addfield(17) VARCHAR2(256) LACSLink return code addfield(18) VARCHAR2(256) Out PMB street2 flag; if set to T (true) genericfield1 will have the street2 information placename VARCHAR2(256) the placename of a candidate address formattedstreet VARCHAR2(256) the formatted street address (not parsed into individual fields, for example: 10 Main St Apt 2 ) formattedlocation VARCHAR2(256) the last line information of the address, such as area name information and postal code. preaddress VARCHAR2(256) not used for USA geocoding addressnumber VARCHAR2(256) the address number for the candidate (some implementations may return this combined with street address information in one or more of the following fields) predirectional VARCHAR2(256) the String assigned by the country geocoder to predirectional prethoroughfaretype VARCHAR2(256) the String assigned by the country geocoder to the prethoroughfaretype mainaddress VARCHAR2(256) the String assigned by the country geocoder to the mainaddress field. In most countries candidates this will be the name of the street, for example: Main in Main Street. postthoroughfaretype VARCHAR2(256) the post type for the street address, if available postdirectional VARCHAR2(256) the post directional, if available PostAddress VARCHAR2(256) not used in USA geocoding 2006 MapInfo Corporation. All rights reserved. 13 GeocodingCartridge_USA.pdf

14 Field Type Description postcode1 VARCHAR2(256) zip code postcode2 VARCHAR2(256) zip+4. areaname1 VARCHAR2(256) state areaname2 VARCHAR2(256) county (not currently supported) areaname3 VARCHAR2(256) city areaname4 VARCHAR2(256) urbanization unitvalue VARCHAR2(256) the unit value for this candidate unittype VARCHAR2(256) the unit type for this candidate X NUMBER the longitude coordinate for the candidate Y NUMBER the latitude coordinate for the candidate SRID NUMBER the Oracle SRID, which represents the coordinate system the latitude and longitude should be interpreted in closematchflag CHAR(1) T if true (if the geocoder considered this candidate a closematch). F if false. resultcode VARCHAR2(256) the result code for the candidate. This corresponds to the type of point returned as well as which fields in the input address matches the corresponding fields in this candidate. ranges ADDRESSRANGE3SET ranges for candidate ADDRESSRANGE3 Object The ADDRESSRANGE3 lists the street house ranges for a match candidate. The parts of an ADDRESSRANGE3 object are described below: Field Type Description country VARCHAR2(3) the ISO standard abbreviation for the country this candidate is in genericfield1 VARCHAR2(256) not used for USA geocoding genericfield2 VARCHAR2(256) not used for USA geocoding genericfield3 VARCHAR2(256) not used for USA geocoding genericfield4 VARCHAR2(256) not used for USA geocoding addfield(1) VARCHAR2(256) record type 2006 MapInfo Corporation. All rights reserved. 14 GeocodingCartridge_USA.pdf

15 Field Type Description addfield(2) VARCHAR2(256) carrier route addlfield(3) VARCHAR2(256) LACS addfield(4) VARCHAR2(256) AltBase placename VARCHAR2(256) placename, usually a business name or well known landmark preaddress VARCHAR2(256) not used for USA geocoding addressnumber VARCHAR2(256) not used for USA geocoding predirectional VARCHAR2(256) not used for USA geocoding prethoroughfaretype VARCHAR2(256) not used for USA geocoding mainaddress VARCHAR2(256) not used for USA geocoding postthouroughfaretype VARCHAR2(256) not used for USA geocoding postdirectional VARCHAR2(256) not used for USA geocoding postaddress VARCHAR2(256) not used for USA geocoding postcode1 VARCHAR2(256) zip code postcode2 VARCHAR2(256) zip+4 areaname1 VARCHAR2(256) not used for USA geocoding areaname2 VARCHAR2(256) not used for USA geocoding areaname3 VARCHAR2(256) not used for USA geocoding areaname4 VARCHAR2(256) not used for USA geocoding unitvalue VARCHAR2(256) unit value unittype VARCHAR2(256) unit type lowhouse VARCHAR2(256) the low address of the range highhouse VARCHAR2(256) the high address of the range rangecondition VARCHAR2(256) information related to what address numbers are between the from and the to. In the USA these conditions would be (O)dd, (E)ven, (B)oth. In some other countries it may have other meanings. So a from of 1 and a to of 9 with a range condition of Odd would also contain 3, 5, and 7. If the condition were Both it would contain all the integers from 1 to 9. A Even condition for this range would not be correct. rangeside NUMBER 0 = left, 1 = right (default to left if the side is not known) units ADDRESSRANGEUNIT3SET range units 2006 MapInfo Corporation. All rights reserved. 15 GeocodingCartridge_USA.pdf

16 ADDRESSRANGEUNIT3 Object This object holds the data associated with a CandidateRangeUnit from the server. The server allows for returning multiple RangeUnits per range. It contains all of the address fields as well as specific unit fields. Field Type Description country VARCHAR2(3) the ISO standard abbreviation for the country this candidate is in addfield(1) VARCHAR2(256) record type addlfield(2) VARCHAR2(256) carrier route addfield(3) VARCHAR2(256) LACS addlfield(4) VARCHAR2(256) altbase addlfield(5) VARCHAR2(256) odd/even genericfield1 VARCHAR2(256) not used for USA geocoding genericfield2 VARCHAR2(256) not used for USA geocoding genericfield3 VARCHAR2(256) not used for USA geocoding genericfield4 VARCHAR2(256) not used for USA geocoding placename VARCHAR2(256) placename, usually a business name or well known landmark preaddress VARCHAR2(256) not used for USA geocoding addressnumber VARCHAR2(256) not used for USA geocoding predirectional VARCHAR2(256) not used for USA geocoding prethoroughfaretype VARCHAR2(256) not used for USA geocoding mainaddress VARCHAR2(256) not used for USA geocoding postthouroughfaretype VARCHAR2(256) not used for USA geocoding postdirectional VARCHAR2(256) not used for USA geocoding postaddress VARCHAR2(256) not used for USA geocoding postcode1 VARCHAR2(256) not used for USA geocoding postcode2 VARCHAR2(256) zip+4 areaname1 VARCHAR2(256) not used for USA geocoding areaname2 VARCHAR2(256) not used for USA geocoding areaname3 VARCHAR2(256) not used for USA geocoding areaname4 VARCHAR2(256) not used for USA geocoding 2006 MapInfo Corporation. All rights reserved. 16 GeocodingCartridge_USA.pdf

17 Field Type Description unitvalue VARCHAR2(256) unit value unittype VARCHAR2(256) unit type lowunit VARCHAR2(256) a field holding the low unit value for this unit highunit VARCHAR2(256) a field holding the high unit value for this unit MM_PREFERENCE3 Object The MM_PREFERENCE3 object type is used to define how a geocode request is handled. Different preferences can be created to match different geocoding needs. To modify the default settings in the MapMarker Geocoding Cartridge, create or modify a preferences object in the MISYS_PREFERENCES3 table, and then use MM_ADMIN.set_default_preferences to make that preference the single entry in the MISYS_DEFAULT_PREFERENCES3 table. Other preferences may be stored in the MISYS_PREFERENCES3 table and passed to the geocoding engine when the row is being geocoded. The parts of an MM_PREFERENCE3 object are as follows. Field Type Description name VARCHAR2(32) the name of the preference. All access to the preferences may be by name so as to avoid needing to have the various object and package members updated whenever a change to the preference type is required. The Java side of the cartridge will be responsible for retrieving the information of a preference. CloseOnly CHAR(1) field to determine if only closematches will be returned. T = true, F = false. maxcandidates NUMBER the maximum number of candidates to return for an input address geocode maxrangespercandidate NUMBER the maximum number of ADDRESSRANGE2 objects to return for each candidate MaxRangeUnitsPerRange NUMBER the maximum number of ADDRESSRANGEUNIT2 objects to return for each range serverurl VARCHAR2(256) the URL of the server. This is used by the Java side code to open a connection to the server from the client. batchsize NUMBER how often output info is committed in the database. postalfallback CHAR(1) determines if the geocoder can attempt to fallback to a postal centroid in the event that no closematches are found on street geocoding. The country implementation must support this for any centroids to be returned. T = true, F = false. geographicfallback CHAR(1) allows for fallback to geogrpahic data MapInfo Corporation. All rights reserved. 17 GeocodingCartridge_USA.pdf

18 Field Type Description corneroffsetunit CHAR(2) corresponds to the defined unit types for controlling how the offset distances should be interpreted corneroffsetdistance NUMBER the number of distunits the segment on which interpolation should be shrunk. The effect in practice is to move the two endpoint addresses in corneroffset distance and compute all in between addresses from this imaginary segment. streetoffsetunit CHAR(2) the unit of measurement to interpret the streetoffset in streetoffsetdistance NUMBER the number of distunits the street result should be offset from the center-line of the street segment. Only applies to points interpolated based on address ranges. RequestSRID NUMBER the SRID coordinates should be returned in. Will be overridden for table geocoding with an output SDO_GEOMETRY column. mustmatchaddressnumber CHAR(1) If set to T, closematches must match the input address number. T = true, F = false. mustmatchmainaddress CHAR(1) if set to T, the street name fields must match the input for closematches. T = true, F = false. mustmatchareaname1 CHAR(1) if set to T, close candidates must match the areaname1 given in input. T = true, F = false. mustmatchareaname2 CHAR(1) if set to T, close candidates must match the areaname2 given in input. T = true, F = false. mustmatchareaname3 CHAR(1) if set to T, close candidates must match the areaname3 given in input. T = true, F = false. mustmatchareaname4 CHAR(1) if set to T, close candidates must match the areaname4 given in input. T = true, F = false. mustmatchpostal CHAR(1) if set to T, closematches must match the input postal code. T = true, F = false. mustmatchinput CHAR(1) if set to T, the above preferences are also set to T where appropriate. T = true, F = false. addflag(1) CHAR(1) CASS addflag(2) CHAR(1) expanded search addflag(3) CHAR(1) expanded search, stay in state addlflag(4) CHAR(1) DPV addlflag(5) CHAR(1) LACSLink addfield(1) VARCHAR2(256) expanded radius (in miles) addfield(2) VARCHAR2(256) alternate lookup (STREET_FIRST/PLACE_FIRST) 2006 MapInfo Corporation. All rights reserved. 18 GeocodingCartridge_USA.pdf

19 INPUTTABLEINFO3 Object The INPUTTABLEINFO3 object serves as a holder for column mappings to addresses in an input table. For each of the fields, specify the name of the column used to hold that value for the table or null if there is no column for that value (for example, input postcode1). All the named columns should contain character data. Field Type Description tablename VARCHAR2(65) column in the named table containing a unique identifier naming the table that is described KeyColumn VARCHAR2(32) column in the named table linking input to output countrycolumn VARCHAR2(32) column in the named table containing the ISO standard abbreviation for the country of the input address genericfield1column VARCHAR2(32) column in the named table containing the street2; secondary address information such as a Post Office box or apartment number genericfield2column VARCHAR2(32) not used for USA geocoding genericfield3column VARCHAR2(32) column in the named table containing the PMB designator genericfield4column VARCHAR2(32) column in the named table containing the PMB range placenamecolumn VARCHAR2(32) column in the named table containing the placename, usually a business name or well known landmark preaddresscolumn VARCHAR2(32) not used for USA geocoding addressnumbercolumn VARCHAR2(32) column in the named table containing the address number This may be blank and the address number included in the mainaddress. predirectionalcolumn VARCHAR2(32) column in the named table containing the pre direction of a parsed input street prethoroughfaretypecolumn VARCHAR2(32) column in the named table containing the pre type of a parsed input street mainaddresscolumn VARCHAR2(32) column in the named table containing the street address postthoroughfaretypecolumn VARCHAR2(32) column in the named table containing the post type of a parsed input street postdirectionalcolumn VARCHAR2(32) column in the named table containing the post directional of a parsed input street postaddresscolumn VARCHAR2(32) column in the named table containing the lastline; the postal code and any areanames in unparsed format postcode1column VARCHAR2(32) column in the named table containing the zip code postcode2column VARCHAR2(32) column in the named table containing the zip MapInfo Corporation. All rights reserved. 19 GeocodingCartridge_USA.pdf

20 Field Type Description areaname1column VARCHAR2(32) column in the named table containing the state areaname2column VARCHAR2(32) column in the named table containing the county Note: Currently unsupported by the MapMarker Geocoding Server. areaname3column VARCHAR2(32) column in the named table containing the city areaname4column VARCHAR2(32) column in the named table containing the urbanization unitvaluecolumn VARCHAR2(32) column in the named table containing the unit value unittypecolumn VARCHAR2(32) column in the named table containing the unit type defaultcountry CHAR(3) the default country to be used when the INPUTTABLEINFO3 country field is empty or a record in the input table does not have a value in this field. OUTPUTTABLEINFO3 Object The OUTPUTTABLEINFO3 object stores the column information that defines where the output from the geocoding request should be placed. The additional fields also represent the names of columns in the table for that type of data. The attributes of the OUTPUTTABLEINFO3 object are defined below. All attributes of the OUTPUTTABLEINFO3 object are String types. Field Type Description tablename VARCHAR2(65) the fully qualified name of the output table keycolumn VARCHAR2(32) column in the named table where the column name linking input to output will be written countrycolumn VARCHAR2(32) column in the named table where the ISO standard abbreviation for this candidate s country will be written genericfield1column VARCHAR2(32) column in the named table where the street2 will be written genericfield2column VARCHAR2(32) column in the named table where the census block will be written genericfield3column VARCHAR2(32) column in the named table where the PMB designator will be written genericfield4column VARCHAR2(32) column in the named table where the PMB range will be written placenamecolumn VARCHAR2(32) column in the named table where the placename of a candidate address will be written 2006 MapInfo Corporation. All rights reserved. 20 GeocodingCartridge_USA.pdf

21 Field Type Description formattedstreetcolumn VARCHAR2(32) column in the named table where the formatted street address will be written (not parsed into individual fields, for example: 10 Main St Apt 2 ) formattedlocationcolumn VARCHAR2(32) column in the named table where the last line information of the address, such as area name information and postal code, will be written. preaddresscolumn VARCHAR2(32) not used for USA geocoding addressnumbercolumn VARCHAR2(32) column in the named table where the address number for the candidate will be written (some implementations may return this combined with street address info in one or more of the following fields) predirectionalcolumn VARCHAR2(32) column in the named table where the String assigned by the country geocoder to predirectional will be written prethoroughfaretypecolumn VARCHAR2(32) column in the named table where the String assigned by the country geocoder to the prethoroughfaretype will be written mainaddresscolumn VARCHAR2(32) column in the named table where the String assigned by the country geocoder to the mainaddress field will be written. In most countries candidates this will be the complete street address, and may include the address number. postthoroughfaretypecolumn VARCHAR2(32) column in the named table where the post type for the street address will be written, if available postdirectionalcolumn VARCHAR2(32) column in the named table where the post directional will be written, if available postcode1column VARCHAR2(32) column in the named table where the zip code will be written postcode2column VARCHAR2(32) column in the named table where the zip+4 will be written areaname1column VARCHAR2(32) column in the named table where the state will be written areaname2column VARCHAR2(32) column in the named table where the county will be written (not currently supported) areaname3column VARCHAR2(32) column in the named table where the city will be written areaname4column VARCHAR2(32) column in the named table where the urbanization will be written unitvaluecolumn VARCHAR2(32) column in the named table where the unit value will be written unittypecolumn VARCHAR2(32) column in the named table where the unit type will be written xcolumn VARCHAR2(32) column in the named table where the longitude coordinate will be written ycolumn VARCHAR2(32) column in the named table where the latitude coordinate will be written 2006 MapInfo Corporation. All rights reserved. 21 GeocodingCartridge_USA.pdf

22 Field Type Description SRIDColumn VARCHAR2(32) column in the named table where the Oracle SRID will be written, which represents the coordinate system the latitude and longitude should be interpreted in spatialobjectcolumn VARCHAR2(32) column in the named table where the name of a MDSYS.SDO_GEOMETRY column to put the point returned by the geocoder will be written closematchflagcolumn VARCHAR2(32) column in the named table that will contain a T if true (if the geocoder considered this candidate a closematch). F if false. TotalCandidatesColumn VARCHAR2(32) column in the named table where the total number of candidates found by the geocoder will be written for the input address TotalCloseCandidatesColumn VARCHAR2(32) column in the named table where the total number of candidates that the geocoder considered close matches will be written. Close candidates are ordered first in the candidate array. resultcodecolumn VARCHAR2(32) column in the named table where the result code for the candidate will be written. This corresponds to the type of point returned as well as which fields in the input address matches the corresponding fields in this candidate. errorcodecolumn VARCHAR2(32) column in the named table where the number corresponding to a type of address related error will be written. Does not include server, user and database errors, as these errors abort the geocoding process. errormessagecolumn VARCHAR2(32) column in the named table where the text of an address related error will be written addfield(1) VARCHAR2(256) carrier route addfield(2) VARCHAR2(256) check digit addfield(3) VARCHAR2(256) delivery point addfield(4) VARCHAR2(256) LACS addfield(5) VARCHAR2(256) multi-unit flag addfield(6) VARCHAR2(256) record type addfield(7) VARCHAR2(256) census block addfield(8) VARCHAR2(256) geographic rank (for geographic fallback candidates) addfield(9) VARCHAR2(256) DPV CONF addfield(10) VARCHAR2(256) DPV CMRA addfield(11) VARCHAR2(256) DPV FP addfield(12) VARCHAR2(256) DPV footnote MapInfo Corporation. All rights reserved. 22 GeocodingCartridge_USA.pdf

23 Field Type Description addfield(13) VARCHAR2(256) DPV footnote 2 addfield(14) VARCHAR2(256) DPV footnote 3 addfield(15) VARCHAR2(256) default flag addfield(16) VARCHAR2(256) LACSLink indicator addfield(17) VARCHAR2(256) LACSLink return code addfield(18) VARCHAR2(256) Out PMB street2 flag; if set to T (true) genericfield1 will have the street2 information MM_USA Package The MM_USA package contains a number of set and get methods that enable you to specify and have returned the U.S.-specific parts of an address.the methods are listed below, and are organized by object. commonaddress Object The MM_USA package contains the following methods for accessing commonaddress elements: Method function getstate(addr in CommonAddress) return VARCHAR2 function getcity(addr in CommonAddress) return VARCHAR2 function geturbanization(addr in CommonAddress) return VARCHAR2 function getzipcode(addr in CommonAddress) return VARCHAR2 function getzip4(addr in CommonAddress) return VARCHAR2 function getfirm(addr in CommonAddress) return VARCHAR2 Description Returns the address s areaname1. Returns the address s areaname3. Returns the address s areaname4. Returns the address s postcode1. Returns the address s postcode2. Returns the address s placename MapInfo Corporation. All rights reserved. 23 GeocodingCartridge_USA.pdf

24 MISYS.GeoAddress3 Object The following methods operate on MISYS.GeoAddress3 objects: Method procedure setstreet(addr in out GeoAddress3, street in VARCHAR2); procedure setstreet2(addr in out GeoAddress3, street2 in VARCHAR2); procedure setlastline(addr in out GeoAddress3, lastline in VARCHAR2); procedure setstate(addr in out GeoAddress3, state in VARCHAR2); procedure setcity(addr in out GeoAddress3, city in VARCHAR2); procedure seturbanization(addr in out GeoAddress3, urbanization in VARCHAR2); procedure setzipcode(addr in out GeoAddress3, zipcode in VARCHAR2); procedure setzip4(addr in out GeoAddress3, zip4 in VARCHAR2); procedure setfirm(addr in out GeoAddress3, firm in VARCHAR2); function getstreet(addr in GeoAddress3) return VARCHAR2; function getstreet2(addr in GeoAddress3) return VARCHAR2; function getlastline(addr in GeoAddress3) return VARCHAR2; Description Sets the GeoAddressAddress3 mainaddress. Sets the GeoAddress3 genericfield1. Sets the GeoAddress3 postaddress. Sets the GeoAddress3 areaname1. Sets the GeoAddress3 areaname3. Sets the GeoAddress3 areaname4. Sets the GeoAddress postcode1. Sets the GeoAddress postcode. Sets the GeoAddress placename. Returns the GeoAddress mainaddress. Returns the GeoAddress3 genericfield1. Returns the GeoAddress3 postaddress. MYSIS.Candidate3 Object The following methods operate on the MYSIS.Candidate3 object: Method function getstreet(cand in Candidate3) return VARCHAR2; function getstreet2(cand in Candidate3) return VARCHAR2; function getlastline(cand in Candidate3) return VARCHAR2; function getpmbdesignator(cand in Candidate3) return VARCHAR2; function getpmbrange(cand in Candidate3) return VARCHAR2; Description Returns the Candidate3 formattedstreet. Returns the Candidate3 genericfield1. Returns the Candidate3 formattedlocation. Returns the Candidate3 genericfield3. Returns the Candidate3 genericfield MapInfo Corporation. All rights reserved. 24 GeocodingCartridge_USA.pdf

25 The following methods operate on the MYSIS.Candidate3 object to get U.S.-specific output that is stored in the addfields of the candidate: Method function getcensusblock(cand in Candidate3) return VARCHAR2; function getlacs(cand in Candidate3) return VARCHAR2; function getdeliverypoint(cand in Candidate3) return VARCHAR2; function getcheckdigit(cand in Candidate3) return VARCHAR2; function getrecordtype(cand in Candidate3) return VARCHAR2; function getcarrierroute(cand in Candidate3) return VARCHAR2; function getmultiunitflag(cand in Candidate3) return VARCHAR2; function getpmboutaddr2(cand in Candidate3) return VARCHAR2; function getdefaultflag(cand in Candidate3) return VARCHAR2; function getgeographicrank(cand in Candidate3) return VARCHAR2; function getdpvconf(cand in Candidate3) return VARCHAR2; function getdpvcmra(cand in Candidate3) return VARCHAR2; function getdpvfp(cand in Candidate3) return VARCHAR2; function getdpvfn1(cand in Candidate3) return VARCHAR2; function getdpvfn2(cand in Candidate3) return VARCHAR2; function getdpvfn3(cand in Candidate3) return VARCHAR2; function getlacslinkindicator(cand in Candidate3) return VARCHAR2; function getlacslinkreturncode(cand in Candidate3) return VARCHAR2; Description Returns the Candidate3.getAdditionalField(7). Returns the Candidate3.getAdditionalField(4). Returns the Candidate3.getAdditionalField(3). Returns the Candidate3.getAdditionalField(2). Returns the Candidate3.getAdditionalField(6). Returns the Candidate3.getAdditionalField(1). Returns the Candidate3.getAdditionalField(5). Returns the Candidate3.getAdditionalField(18). Returns the Candidate3.getAdditionalField(15). Returns the Candidate3.getAdditionalField(8). Returns the Candidate3.getAdditionalField(9). Returns the Candidate3.getAdditionalField(10). Returns the Candidate3.getAdditionalField(11). Returns the Candidate3.getAdditionalField(12). Returns the Candidate3.getAdditionalField(13). Returns the Candidate3.getAdditionalField(14). Returns the Candidate3.getAdditionalField(16). Returns the Candidate3.getAdditionalField(17). MISYS.AddressRange3 Object The following methods operate on the MISYS.AddressRange3 object: Method function getoddeven(range in AddressRange3) return VARCHAR2; Description Returns the AddressRange3 rangecondition MapInfo Corporation. All rights reserved. 25 GeocodingCartridge_USA.pdf

26 The following methods get range information that is stored in the addfields of the range: Method function getrecordtype(range in AddressRange3) return VARCHAR2; function getcarrierroute(range in AddressRange3) return VARCHAR2; function getlacs(range in AddressRange3) return VARCHAR2; function getaltbase(range in AddressRange3) return VARCHAR2; Description Returns the AddressRange3. getadditionalfield(1). Returns the AddressRange3.getAdditionalField(2). Returns the AddressRange3.getAdditionalField(3). Returns the AddressRange3.getAdditionalField(4). MISYS.ADDRESSRANGEUNIT3 The following methods operate on the MISYS.ADDRESSRANGEUNIT3 object to get unit information that is stored in the addfields of the unit: Method function getrecordtype(unit in AddressRangeUnit3) return VARCHAR2; function getcarrierroute(unit in AddressRangeUnit3) return VARCHAR2; function getlacs(unit in AddressRangeUnit3) return VARCHAR2; function getaltbase(unit in AddressRangeUnit3) return VARCHAR2; function getoddeven(unit in AddressRangeUnit3) return VARCHAR2; Description Returns the AddressRangeUnit3.getAdditionalField(1). Returns the AddressRangeUnit3.getAdditionalField(2). Returns the AddressRangeUnit3.getAdditionalField(3). Returns the AddressRangeUnit3.getAdditionalField(4). Returns the AddressRangeUnit3.getAdditionalField(5). MISYS.MM_Preference3 Object The following methods operate on the MISYS.MM_Preference3 object: Method procedure setusecassmode(preference in out MM_Preference3, flag in CHAR); procedure setexpandedsearch(preference in out MM_Preference3, flag in CHAR); procedure setexpandedrestrictstate(preference in out MM_Preference3, flag in CHAR); procedure setusedpv(preference in out MM_Preference3, flag in CHAR); Description Sets the addflag 1 to flag. Sets the addflag 2 to flag. Sets the addflag 3 to flag. Sets the addflag 4 to flag MapInfo Corporation. All rights reserved. 26 GeocodingCartridge_USA.pdf

27 Method procedure setuselacslink(preference in out MM_Preference3, flag in CHAR); procedure setexpandedradius(preference in out MM_Preference3, distance in NUMBER) procedure setalternatelookup(preference in out MM_Preference3, alternatelookup in VARCHAR2); Description Sets the addflag 5 to flag. Sets the addfield 1 to TO_CHAR(distance). Sets the addfield 2 to alternatelookup. The following methods get U.S.-specific preference options: Method function getusecassmode(preference in MM_Preference3) return CHAR; function getexpandedsearch(preference in MM_Preference3) return CHAR; function getexpandedrestrictstate(preference in MM_Preference3) return CHAR; function getusedpv(preference in MM_Preference3) return CHAR; function getusalacslink(preference in MM_Preference3) return CHAR; function getexpandedradius(preference in MM_Preference3) return NUMBER; function getalternatelookup(preference in MM_Preference3) return VARCHAR2; Description Returns the MM_Preference.getAdditionalFlag(1). Returns the MM_Preference.getAdditionalFlag(2). Returns the MM_Preference.getAdditionalFlag(3.) Returns the MM_Preference.getAdditionalFlag(4). Returns the MM_Preference.getAdditionalFlag(5). Returns the MM_Preference.getAdditionalField(1). Returns the MM_Preference.getAdditionalField(2.) 2006 MapInfo Corporation. All rights reserved. 27 GeocodingCartridge_USA.pdf

28 MapMarker Geocoding Cartridge USA Layer Examples A To learn how to geocode to MapMarker using the MapMarker Geocoding Cartridge USA layer, look at the demos in the MapInfoGeocodingCartridge4.0\USA\demos directory for example SQL scripts. To run them, log in as MISYS. In this appendix: single_fields.sql table_fields.sql table_geoaddr.sql trigger_fields.trg

29 Appendix A: MapMarker Geocoding Cartridge USA Layer Examples single_fields.sql This script demonstrates how to geocode a single address when you do not have a GEOADDRESS3 object. Note: This script uses the first candidate even if there are multiple, equal matches. 1. The script turns on tracing so dbms_output will show up. 2. Then it creates a MISYS.GEOADDRESS3 object containing the address to be geocoded. 3. The script then geocodes using the MapMarker Geocoding Cartridge defaults. 4. If successful, the longitude/latitude coordinates of the first candidate are shown. After running this demonstration script, you can remove the temporary procedure created by this example by uncommenting and executing the last line in the script: drop procedure usa_single_fields; table_fields.sql This script demonstrates how to geocode a table when address information is not contained in GEOADDRESS3 objects. To use the code contained in this script on your own table, you must replace the table and column names with names applicable to your table. Note: This script uses only the street, zip, longitude and latitude fields. You may want to expand it to use other fields such and city, state, output firm, etc. It also uses the first candidate even if there are multiple, equal matches. 1. The script first drops table temp_geotable. This will show an error if the table does not exist. 2. It then creates and populates a temporary table and inserts the table metadata into USER_SDO_GEOM_METADATA. 3. Table temp_geotableout is then dropped. This will show an error if the table does not exist. 4. A second temporary table is then created for storing geocode results. 5. The script then creates a procedure named table_fields that assigns the INPUTTABLEINFO3 and OUTPUTTABLEINFO3 objects and calls the geocode_table procedure. Next, the table_fields procedure is called and the results are selected from the tables. After running this demonstration script, you can remove the temporary data created by this example by uncommenting and executing the last three lines in the script: drop table temp_geotable; drop table temp_geotableout; drop procedure table_fields; 2006 MapInfo Corporation. All rights reserved. 29 GeocodingCartridge_USA.pdf

30 Appendix A: MapMarker Geocoding Cartridge USA Layer Examples table_geoaddr.sql This script demonstrates how to geocode a table when address information is contained in a GEOADDRESS3 object. It also shows how to create a new preferences object to use during the geocode. To use the code contained in this script on your own table, you must replace the table and geoaddress column names with names applicable to your table. 1. The script turns on tracing so dbms_output will show up. 2. Table temp_geotable is then dropped. This will show an error if the table does not exist. 3. The script then creates and populates a temporary table. 4. A procedure that will geocode the table using new preference settings is then created. The default preferences are modified to allow for 4 candidates, each with 3 ranges and 3 range units. 5. The table is then geocoded using the modified MapMarker Geocoding Cartridge settings. After running this demonstration script, you can remove the temporary data created by this example by uncommenting and executing the last line in the script: drop table temp_geotable; trigger_fields.trg This script demonstrates how to geocode a new or updated record when you do not have a GEOADDRESS3 column. If you don't have an MISYS.GEOADRESS3 column in your table you can use the code supplied within this script. You must replace the table and column names with names applicable to your table. Note: This code uses the first candidate even if there are multiple, equal matches. 1. This script first drops table temp_coltrigger. This will show an error if the table does not exist. 2. Then a new table named temp_coltrigger is created containing company, add1, add2, city, state, and zip columns. Next, OutFirm, OutStreet, OutCity, OutState, OutZIP, longitude, latitude, and georesult columns are added to the table. 3. The trigger is then created. 4. A new address is then inserted. After the insert, candidate information should be automatically inserted into the temp_coltrigger table. After running this demonstration script, you can remove the temporary data created by this example by uncommenting and executing the last line in the script: drop table temp_coltrigger; 2006 MapInfo Corporation. All rights reserved. 30 GeocodingCartridge_USA.pdf

31 Appendix A: MapMarker Geocoding Cartridge USA Layer Examples create_us_addr.sql The create_us_addr.sql script and the script that follows, geocode_us_addr.sql, are executed in succession to demonstrate creating and geocoding a table of U.S. sample addresses. The create_us_addr.sql script creates an Oracle table of U.S. sample address named US_ADDR. This table of addresses is used when you execute the geocode_us_addr script. 1. Creates US_ADDR table with address input and output columns. 2. Inserts spatial metadata for the table into USER_SDO_GEOM_METADATA. 3. Creates a spatial index on US_ADDR table. 4. Inserts input address information into US_ADDR. 5. Grants select, insert, and update privileges to MISYS user. geocode_us_addr.sql This script demonstrates how to geocode a sample table of addresses named US_ADDR. Geocoded output information is inserted into the US_ADDR table and address match output is displayed upon script completion. 1. Creates input table, output table, and geocoding preference objects. 2. Assigns sampling of preferences to the preference objects. 3. Assigns input and output column names to the table objects. 4. Displays how to insert candidate spatial point objects and U.S. census information into the us_addr table. 5. Geocodes table with assigned preferences. 6. Georesult address matching information is displayed MapInfo Corporation. All rights reserved. 31 GeocodingCartridge_USA.pdf

32 Glossary B In this appendix: Glossary of Address and Geocoding Terms

33 Appendix B: Glossary Glossary of Address and Geocoding Terms Candidate Record from the MapMarker Address Dictionary that is considered a potential match for the input address, based on its score. Carrier Route USPS address element that describes a given mail delivery or collection route within a 5-digit ZIP Code. There are five possible Carrier Route codes: Bnnn = P.O. Box; Hnnn = Highway Contract; Rnnn = Rural Route; Cnnn = City Delivery; and Gnnn = General Delivery (where n = a number). CASS Mode A strict manner of geocoding records, based on the standards set by the USPS Coding and Accuracy Support System (CASS), which strives for accurate addresses for mail pieces. Geocoding in this way matches records to the exact house number, street name, and ZIP Code. Other geocoding preferences are overridden. The street name and postal code can vary. Census Block U.S. Census Bureau code that uniquely identifies a geographic area for census reporting. Up to a 15- digit alphanumeric code can be returned for a successful match, depending on the result code. The census value is interpreted as follows: SSCCCTTTTTTGBB(B) where: S = State Federal Information Processing Standard (FIPS) code (2 characters) C = County FIPS code (3 characters) T = Census Tract (6 characters) G = Census Block Group (1 character) B = Census Block (typically 2 characters. The third character means the block was split from another block.) S5 matches return the full code to the Census Block level. S1, S2, S3, Z1, Z2, and Z3 matches return the Block Group code (12 digits). No value is returned for S4 matches. Check Digit A one-digit code that together with Delivery Point is used to form the delivery point bar code on U.S. mail pieces. County Name of subdivision of a state. Delivery Point A two-digit code that along with the Check Digit is used to form the delivery point barcode on U.S. mail pieces MapInfo Corporation. All rights reserved. 33 GeocodingCartridge_USA.pdf

Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its

Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its v.3.0 User s Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part of this document may be

More information

MapInfo Geocoding Cartridge. User s Guide

MapInfo Geocoding Cartridge. User s Guide MapInfo Geocoding Cartridge User s Guide Information in this document is subject to change without notice and does not represent a commitment on the part of MapInfo or its representatives. No part of this

More information

MapMarker Plus Desktop Installation Guide

MapMarker Plus Desktop Installation Guide MapMarker Plus 11.0 Desktop Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No

More information

MapMarker Plus Developer Installation Guide

MapMarker Plus Developer Installation Guide MapMarker Plus 11.1 Developer Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No

More information

MapMarker Plus. for Windows v Installation Guide

MapMarker Plus. for Windows v Installation Guide MapMarker Plus for Windows v. 10.2 Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives.

More information

MapMarker for Windows Installation Guide

MapMarker for Windows Installation Guide MapMarker for Windows 10.0 Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Release Notes

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Release Notes Location Intelligence Geographic Information Systems MapMarker Plus Version 30 Release Notes Information in this document is subject to change without notice and does not represent a commitment on the

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 31. Release Notes

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 31. Release Notes Location Intelligence Geographic Information Systems MapMarker Plus Version 31 Release Notes Information in this document is subject to change without notice and does not represent a commitment on the

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 29. User Guide

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 29. User Guide Location Intelligence Geographic Information Systems MapMarker Plus Version 29 User Guide Information in this document is subject to change without notice and does not represent a commitment on the part

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide Location Intelligence Geographic Information Systems MapMarker Plus Version 30 Installation Guide Information in this document is subject to change without notice and does not represent a commitment on

More information

Installing and Running a Data Quality Loqate CASS Address Application

Installing and Running a Data Quality Loqate CASS Address Application Installing and Running a Data Quality Loqate CASS Address Application This use case describes how to install and run a Data Quality (DQ) Loqate address application that supports the Coding Accuracy Support

More information

Envinsa. Version 4.4 USER DICTIONARY GUIDE

Envinsa. Version 4.4 USER DICTIONARY GUIDE Envinsa Version 4.4 USER DICTIONARY GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part

More information

COORDINATE SYSTEM TRANSFORM SERVICE REFERENCE

COORDINATE SYSTEM TRANSFORM SERVICE REFERENCE COORDINATE SYSTEM TRANSFORM SERVICE REFERENCE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part

More information

SpatialWare INSTALLATION GUIDE. for Microsoft SQL Server. Version 4.9.2

SpatialWare INSTALLATION GUIDE. for Microsoft SQL Server. Version 4.9.2 SpatialWare for Microsoft SQL Server Version 4.9.2 INSTALLATION GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its

More information

SpatialWare INSTALLATION GUIDE. for Microsoft SQL Server. Version 4.9

SpatialWare INSTALLATION GUIDE. for Microsoft SQL Server. Version 4.9 SpatialWare for Microsoft SQL Server Version 4.9 INSTALLATION GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its

More information

Local Update of Census Addresses (LUCA)

Local Update of Census Addresses (LUCA) Local Update of Census Addresses (LUCA) Version 1.0 GeoEnrichment Table of Contents 1 - Introduction Local Update of Census Addresses (LUCA) 4 Installation 4 2 - Data Layouts Record Format 6 1 - Introduction

More information

MapMarker 22.1 Release Notes

MapMarker 22.1 Release Notes MapMarker 22.1 Release Notes United States: Phone: 518.285.6000 Fax: 518.285.6070 Sales: 800.327.8627 Government Sales: 800.619.2333 Technical Support: 518.285.7283 Technical Support Fax: 518.285.6080

More information

MapMarker Plus 13.1 Release Notes

MapMarker Plus 13.1 Release Notes MapMarker Plus 13.1 Release Notes These Release Notes accompany the MapMarker Plus 13.1 release. This provides information on new features, behavioral changes in the software, fixes for customer-reported

More information

MapMarker Plus 13.2 Release Notes

MapMarker Plus 13.2 Release Notes MapMarker Plus 13.2 Release Notes These Release Notes accompany the MapMarker Plus 13.2 release. This provides information on new features, behavioral changes in the software, fixes for customer-reported

More information

MapMarker Plus 14.2 Release Notes

MapMarker Plus 14.2 Release Notes MapMarker Plus 14.2 Release Notes Americas: Phone: 518 285 6000 Fax: 518 285 6070 Sales: 800 327 8627 Government Sales: 800 619 2333 Technical Support: 518 285 7283 www.mapinfo.com 2009 Pitney Bowes Software

More information

MapMarker NZL v4.5 Release Notes

MapMarker NZL v4.5 Release Notes MapMarker NZL v4.5 Release Notes Asia Pacific/Australia: Phone: +61.2.9437.6255 Fax: +61.2.9439.1773 Technical Support: 1.800.648.899 pbinsight.com.au These MapMarker NZL v4.5 Release Notes contain information

More information

THE PREMIER GEOCODING ANALYZING BUSINESS DATA.

THE PREMIER GEOCODING ANALYZING BUSINESS DATA. THE PREMIER GEOCODING PRODUCT FOR MAPPING AND ANALYZING BUSINESS DATA www.mapinfo.com Put MapMarker Plus To Work for You Customer location information is a strategic asset. To make the most of this asset,

More information

Match and Location Codes

Match and Location Codes Centrus GeoStan Match and Location Codes Version 28.00 For Windows, UNIX/Linux, z/os April 2015 2015 Pitney Bowes Software Inc. All rights reserved. Pitney Bowes Software Inc. is a wholly-owned subsidiary

More information

MapInfo ProViewer 11.0 USER GUIDE

MapInfo ProViewer 11.0 USER GUIDE MapInfo ProViewer 11.0 USER GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part of this

More information

MapInfo. Line Style Editor User Guide

MapInfo. Line Style Editor User Guide MapInfo Line Style Editor User Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part of this

More information

MAILERS+4 Quick Start Guide

MAILERS+4 Quick Start Guide Quick Start Guide MAILERS+4 Quick Start Guide Contents System Requirements... 1 Where To Find Help... 2 Online Help User s Guide Online Tutorials Melissa Data Web Site Call Us Toll Free The MAILERS+4 Interface...

More information

YAddress SQL Client API Manual

YAddress SQL Client API Manual YAddress SQL Client API Manual Yuri Software, Inc. Sept 2017 Table of Contents YADDRESS... 3 ARCHITECTURE... 3 Project Setup... Error! Bookmark not defined. PROGRAMMING REFERENCE... 4 YADDRESSCLIENT CLASS...

More information

Reference Guide. Address Check

Reference Guide. Address Check Reference Guide Address Check MELISSA DATA ADDRESS CHECK Address Checking Process Explained AddressCheck verifies and standardizes address data against the most current reference data from the U. S. Postal

More information

MapMarker Plus 14.0 Release Notes

MapMarker Plus 14.0 Release Notes MapMarker Plus 14.0 Release Notes Americas: Phone: 518 285 6000 Fax: 518 285 6070 Sales: 800 327 8627 Government Sales: 800 619 2333 Technical Support: 518 285 7283 www.mapinfo.com 2008 Pitney Bowes Software

More information

Spectrum Technology Platform

Spectrum Technology Platform Spectrum Technology Platform Version 10.0 SP1 Table of Contents Auxiliary File Layout 115 1 - Enterprise Geocoding Module Enterprise Geocoding Module 4 - Geocode US Address Input 16 Options Output 36 Reports

More information

AIS VIEWER USER S GUIDE Version April 2016

AIS VIEWER USER S GUIDE Version April 2016 Address Information System Product AIS VIEWER USER S GUIDE Version 1.07.05.01 April 2016 Address Management National Customer Support Center United States Postal Service 225 N. Humphreys Blvd Ste 501 Memphis,

More information

MapMarker USA v25.1 Release Notes

MapMarker USA v25.1 Release Notes MapMarker USA v25.1 Release Notes United States: Phone: 518.285.6000 Fax: 518.285.6070 Sales: 800.327.8627 Government Sales: 800.619.2333 Technical Support: 518.285.7283 Technical Support Fax: 518.285.6080

More information

MapMarker Canada 10.0 Release Notes

MapMarker Canada 10.0 Release Notes MapMarker Canada 10.0 Release Notes United States: Phone: 518.285.6000 Fax: 518.285.6070 Sales: 800.327.8627 Government Sales: 800.619.2333 Technical Support: 518.285.7283 Technical Support Fax: 518.285.6080

More information

ENVINSA PATCH NOTES

ENVINSA PATCH NOTES ENVINSA 4.0.2 PATCH NOTES Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part of this document

More information

Address Information System Products Technical Guide

Address Information System Products Technical Guide Address Information System Products Technical Guide January 2017 NATIONAL CUSTOMER SUPPORT CENTER UNITED STATES POSTAL SERVICE 225 N. HUMPHREYS BLVD STE 501 MEMPHIS TN 38188-1001 (800) 238-3150 Table

More information

MapMarker Plus 13.0 Release Notes

MapMarker Plus 13.0 Release Notes MapMarker Plus 13.0 Release Notes These Release Notes accompany the MapMarker Plus 13.0 release. This provides information on new features, behavioral changes in the software, fixes for customer-reported

More information

Spectrum Technology Platform. Version 9.0. Geocoding Guide for Malaysia

Spectrum Technology Platform. Version 9.0. Geocoding Guide for Malaysia Spectrum Technology Platform Version 9.0 Geocoding Guide for Malaysia Contents Chapter 1: Geocode Address Global...5 Input...6 Input Fields...6 Address Input Guidelines...7 Single Line Input...7 Street

More information

GeoLytics. User Guide. Online Demographic Database

GeoLytics. User Guide. Online Demographic Database GeoLytics Online Demographic Database User Guide Introduction 1 Steps to Create a Report and Export Data 1 Creating & Naming a Request 2 Selecting an Area 3 Selecting the Subarea 5 Selecting Counts & Variables

More information

DSF 2 PRODUCT LICENSEE PERFORMANCE REQUIREMENTS

DSF 2 PRODUCT LICENSEE PERFORMANCE REQUIREMENTS 1. General 1.1 There are over 165 million address records in the United States Postal Service address database. The DSF 2 Product identifies whether a ZIP + 4 coded address is currently represented in

More information

MapMarker Canada 9.3 Release Notes

MapMarker Canada 9.3 Release Notes MapMarker Canada 9.3 Release Notes These Release Notes accompany the MapMarker Canada 9.3 release. This provides information on new features, behavioral changes in the software, fixes for customer-reported

More information

Experience extraordinary merge/purge power

Experience extraordinary merge/purge power 2017 Experience extraordinary merge/purge power MatchUp Quick Start Guide COPYRIGHT Information in this document is subject to change without notice. Companies, names, and data used in examples herein

More information

MapMarker Canada 10.2 Release Notes

MapMarker Canada 10.2 Release Notes MapMarker Canada 10.2 Release Notes United States: Phone: 518.285.6000 Fax: 518.285.6070 Sales: 800.327.8627 Government Sales: 800.619.2333 Technical Support: 518.285.7283 Technical Support Fax: 518.285.6080

More information

MapMarker Canada 10.3 Release Notes

MapMarker Canada 10.3 Release Notes MapMarker Canada 10.3 Release Notes Canada: Phone: 416.594.5200 Fax: 416.594.5201 Sales: 800.268.3282 Technical Support:.518.285.7283 Technical Support Fax: 518.285.6080 pbinsight.ca United States: Phone:

More information

Technology Platform. Spectrum. Version Enterprise Tax Guide

Technology Platform. Spectrum. Version Enterprise Tax Guide Spectrum Version 11.0 Technology Platform Table of Contents 1 - Introduction Enterprise Tax Module 4 Enterprise Tax Databases 5 2 - Assign GeoTAX Info Geocoding Options 71 Output Data Options 72 Preview

More information

GeocodeDVD User Guide

GeocodeDVD User Guide GeoLytics GeocodeDVD User Guide Installation 1 Introduction 2 How does GeocodeDVD work? 2 Interface layout of the screen 2 Manual Geocoding 3 Batch Geocoding 5 Geocoding Options Optimizing Your Results

More information

Address Verification, Correction and ZIP+4 API User s Guide

Address Verification, Correction and ZIP+4 API User s Guide Address Verification, Correction and ZIP+4 API User s Guide The Software Company, Inc. www.softwarecompany.com Introduction NetZipCode for.net allows you to quickly and easily build ZIP Code lookup, address

More information

MapMarker Plus Canada 9 Release Notes

MapMarker Plus Canada 9 Release Notes MapMarker Plus Canada 9 Release Notes Americas: Phone: 518 285 6000 Fax: 518 285 6070 Sales: 800 327 8627 Government Sales: 800 619 2333 Technical Support: 518 285 7283 www.mapinfo.com 2008 Pitney Bowes

More information

Introduction System Requirements Installation Instructions Screen Features Menu File Menu View Menu...

Introduction System Requirements Installation Instructions Screen Features Menu File Menu View Menu... User Manual TABLE OF CONTENTS Introduction... 4 System Requirements... 5 Installation Instructions... 6 Screen Features... 7 Menu... 8 File Menu... 8 View Menu... 9 Data Menu... 10 Tools Menu... 11 Help

More information

CASS Technical Guide January Table of Contents

CASS Technical Guide January Table of Contents Table of Contents Purpose... 1 Overview... 1 Fee-Based Certification... 1 Fee Schedule... 2 Products Needed for CASS Certification... 2 Address Information System (AIS) Products... 2 Licensed Products...

More information

Location Intelligence Infrastructure Asset Management. Confirm. Confirm Mapping Interface Version v18.00b.am

Location Intelligence Infrastructure Asset Management. Confirm. Confirm Mapping Interface Version v18.00b.am Location Intelligence Infrastructure Asset Management Confirm Confirm Mapping Interface Version v18.00b.am Information in this document is subject to change without notice and does not represent a commitment

More information

MapMarker USA v24.1 Release Notes

MapMarker USA v24.1 Release Notes MapMarker USA v24.1 Release Notes United States: Phone: 518.285.6000 Fax: 518.285.6070 Sales: 800.327.8627 Government Sales: 800.619.2333 Technical Support: 518.285.7283 Technical Support Fax: 518.285.6080

More information

MapMarker Australia v14 Data v Release Notes

MapMarker Australia v14 Data v Release Notes MapMarker Australia v14 Data v2009.10 Release Notes United States: Phone: 518.285.6000 Fax: 518.285.6070 Sales: 800.327.8627 Government Sales: 800.619.2333 Technical Support: 518.285.7283 Technical Support

More information

If you are familiar with the RDS CASS Certification process, you know that you

If you are familiar with the RDS CASS Certification process, you know that you NCOALINK PROCESSING According to the United States Postal Service (USPS), over 40 million United States residents change their address annually. Probably several of those residents are listed in your database.

More information

Healthcare Database Connector

Healthcare Database Connector Healthcare Database Connector Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark

More information

ADVANCED DATA QUALITY DATA DICTIONARY

ADVANCED DATA QUALITY DATA DICTIONARY ADVANCED DATA QUALITY DATA DICTIONARY TABLE OF CONTENTS ADVANCED DATA QUALITY OVERVIEW... 3 ADDRESSMAX... 3 NCOA Link... 3 LACS LINK... 3 DPV TM... 4 DSF 2... 7 ADQ REFERENCE DATABASE.8 HARTE-HANKS CHANGE

More information

GeoCoder Object. Quick Start Guide

GeoCoder Object. Quick Start Guide GeoCoder Object Quick Start Guide COPYRIGHT Companies; names; and data used in examples herein are fictitious unless otherwise noted. No part of this document may be reproduced or transmitted in any form

More information

Custom Location Extension

Custom Location Extension Custom Location Extension User Guide Version 1.4.9 Custom Location Extension User Guide 2 Contents Contents Legal Notices...3 Document Information... 4 Chapter 1: Overview... 5 What is the Custom Location

More information

Spectrum Technology Platform. Version 9.0 SP1. Geocoding Guide for Russia - SOAP

Spectrum Technology Platform. Version 9.0 SP1. Geocoding Guide for Russia - SOAP Spectrum Technology Platform Version 9.0 SP1 Geocoding Guide for Russia - SOAP Contents Chapter 1: GeocodeAddressGlobal...5 Input...6 Input Fields...6 Address Input Guidelines...7 Single Line Input...7

More information

Location Intelligence Component

Location Intelligence Component Location Intelligence Component Version 1.0 for Business Objects XI 3.0 USER GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the

More information

Spectrum Version 12.0 SP1. Technology Platform. Siebel Module User Guide

Spectrum Version 12.0 SP1. Technology Platform. Siebel Module User Guide Spectrum Version 12.0 SP1 Technology Platform Table of Contents 1 - Introduction to the Siebel Module Siebel Module 4 Siebel Module Services 6 Siebel Module Databases 6 2 - Integrating Siebel with Spectrum

More information

Spectrum Technology Platform. Version 9.0 SP1. Geocoding Guide for Malaysia - API

Spectrum Technology Platform. Version 9.0 SP1. Geocoding Guide for Malaysia - API Spectrum Technology Platform Version 9.0 SP1 Geocoding Guide for Malaysia - API Contents Chapter 1: GeocodeAddressGlobal...5 Input...6 Input Fields...6 Address Input Guidelines...7 Single Line Input...7

More information

Data Quality Web Service. Quick Start Guide

Data Quality Web Service. Quick Start Guide Data Quality Web Service Quick Start Guide COPYRIGHT Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

Location Intelligence Infrastructure Asset Management. Confirm. Confirm Mapping Link to MapInfo Professional Version v18.00b.am

Location Intelligence Infrastructure Asset Management. Confirm. Confirm Mapping Link to MapInfo Professional Version v18.00b.am Location Intelligence Infrastructure Asset Management Confirm Confirm Mapping Link to MapInfo Professional Version v18.00b.am Information in this document is subject to change without notice and does not

More information

MapMarker. v28.0 RELEASE NOTES

MapMarker. v28.0 RELEASE NOTES MapMarker v28.0 RELEASE NOTES Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part of this document

More information

imagerunner 2545i/ i/ / Remote UI Guide

imagerunner 2545i/ i/ / Remote UI Guide Remote UI Guide Please read this guide before operating this product. After you finish reading this guide, store it in a safe place for future reference. ENG imagerunner 2545i/2545 2535i/2535 2530/2525

More information

Guide to Post Office Box Street Addresses (PBSA) January 2017 V 1.1

Guide to Post Office Box Street Addresses (PBSA) January 2017 V 1.1 Guide to Post Office Box Street Addresses (PBSA) January 2017 V 1.1 ii Revision History Version 1 - April 13, 2012 Document Created June 7, 2012 - Date of DPV PBSA table release revised January 26, 2017

More information

The form must be legible all information except signatures must be printed or typed.

The form must be legible all information except signatures must be printed or typed. 1900 New Highway, Farmingdale NY 11735-1509 Phone: 631.293.6100 Fax: 631.293.4113 As licensees of USPS National Change Of Address (NCOA LinkTM ) service, we are required to provide all NCOA LInkTM customers

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

CDYNE Postal Address Verification Web Service

CDYNE Postal Address Verification Web Service CDYNE Postal Address Verification Web Service Version 4.3 WSDL: http://ws.cdyne.com/psaddress/addresslookup.asmx?wsdl Testing URL: http://ws.cdyne.com/psaddress/addresslookup.asmx Developer Resources:

More information

Relativity Designer Installation Guide

Relativity Designer Installation Guide Liant Software Corporation Relativity Designer Installation Guide Version 5 Copyright 1994-2003 by Liant Software Corporation. All rights reserved. Printed in U.S.A. No part of this publication may be

More information

Oracle Retail Customer Engagement Cloud Service (Relate) Installation Guide - Installer Release 11.4 E Revision 2

Oracle Retail Customer Engagement Cloud Service (Relate) Installation Guide - Installer Release 11.4 E Revision 2 Oracle Retail Customer Engagement Cloud Service (Relate) Installation Guide - Installer Release 11.4 E79512-01 Revision 2 September 2016 Oracle Retail Customer Engagement Cloud Service (Relate), Installation

More information

Spectrum Technology Platform. Version 9.0 SP1. Geocoding Guide for Croatia - API

Spectrum Technology Platform. Version 9.0 SP1. Geocoding Guide for Croatia - API Spectrum Technology Platform Version 9.0 SP1 Geocoding Guide for Croatia - API Contents Chapter 1: GeocodeAddressGlobal...5 Input...6 Input Fields...6 Address Input Guidelines...7 Single Line Input...7

More information

License Server. Version 4.6. License Server User Guide

License Server. Version 4.6. License Server User Guide License Server Version 4.6 Notices Copyright Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part

More information

Quentin Sager Consulting, Inc. [ZIP Plus 4 Multi-County Database] Standard Edition reference manual

Quentin Sager Consulting, Inc. [ZIP Plus 4 Multi-County Database] Standard Edition reference manual Quentin Sager Consulting, Inc. [ZIP Plus 4 Multi-County Database] Standard Edition reference manual ZIP Plus 4 Multi-County Database 2 This document contains the data set and file specifications for the

More information

Silk Performance Manager Installation and Setup Help

Silk Performance Manager Installation and Setup Help Silk Performance Manager 18.5 Installation and Setup Help Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 2004-2017 Micro Focus. All rights reserved.

More information

When a list is provided to APi-Marketing for processing, we will generate the PAF form which will automatically you the list owner.

When a list is provided to APi-Marketing for processing, we will generate the PAF form which will automatically  you the list owner. The USPS is requiring mail list owners to electronically sign a NCOA Processing Acknowledgment Form before Mail Service Providers can run the required National Change of Address software. When a list is

More information

Spectrum Technology Platform. Version 9.0. Geocoding Guide for Argentina

Spectrum Technology Platform. Version 9.0. Geocoding Guide for Argentina Spectrum Technology Platform Version 9.0 Geocoding Guide for Argentina Contents Chapter 1: Geocode Address Global...5 Input...6 Input Fields...6 Address Input Guidelines...7 Single Line Input...8 Street

More information

Upgrading the Procura Database

Upgrading the Procura Database Procura Health Management Systems Contact Procura Corporate Office 600-1112 Fort Street, Victoria, BC, Canada V8V 3K8 Phone: 1.877.776.2872 FAX: 250.380.1866 support@goprocura.com Software version Procura

More information

Addressing: Issues & Opportunities for Government Agencies. Jim Wilson Manager, Address Management United States Postal Service

Addressing: Issues & Opportunities for Government Agencies. Jim Wilson Manager, Address Management United States Postal Service Addressing: Issues & Opportunities for Government Agencies Jim Wilson Manager, Address Management United States Postal Service 1 Overview What is a quality address How address validation tools can help

More information

InterPSS OpenCIM User s Guide Software Release 1.2.1

InterPSS OpenCIM User s Guide Software Release 1.2.1 InterPSS OpenCIM User s Guide Software Release 1.2.1 March, 2010 i Important Information USE OF INTERPSS SOFTWARE AND THIS DOCUMENT IS SUBJECT TO THE TERMS AND CONDITIONS OF A LICENSE AGREEMENT FOUND IN

More information

Program Registration Release Release Notes

Program Registration Release Release Notes Program Registration Release 19.1.0.0 Release Notes CHANGE 1.0 SCHEDULED DEPLOYMENT DATE: FEBRUARY 11, 2018 SCHEDULED RELEASE NOTES PUBLISH DATE: FEBRUARY 15, 2018 The following trademarks are owned by

More information

AnySite. Australia. Install Guide. AnySite v9.1 Install Guide

AnySite. Australia. Install Guide. AnySite v9.1 Install Guide AnySite Australia Install Guide AnySite v9.1 Install Guide TABLE OF CONTENTS Chapter 1: Introduction... 4 Product Inventory Chapter 2: Before You Begin... 6 Permissions System Requirements Default Install

More information

MapMarker Data Installer

MapMarker Data Installer MapMarker Data Installer United States: Phone: 518.285.6000 Fax: 518.285.6070 Sales: 800.327.8627 Government Sales: 800.619.2333 Technical Support: 518.285.7283 Technical Support Fax: 518.285.6080 pbinsight.com

More information

Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its

Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its PRODUCT GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part of this document may be reproduced

More information

Oracle Database Express Edition

Oracle Database Express Edition Oracle Database Express Edition Getting Started Guide 11g Release 2 (11.2) E18585-04 July 2011 Welcome to Oracle Database Express Edition (Oracle Database XE). This guide gets you quickly up and running

More information

Spectrum Miner. Version 8.0. Release Notes

Spectrum Miner. Version 8.0. Release Notes Spectrum Miner Version 8.0 Copyright 2017 Pitney Bowes Software Inc. All rights reserved. MapInfo and Group 1 Software are trademarks of Pitney Bowes Software Inc. All other marks and trademarks are property

More information

Spectrum Technology Platform

Spectrum Technology Platform Spectrum Technology Platform Version 10.0 SP1 Table of Contents 1 - Input 4 Options 11 Output 19 2 - Reverse Geocode Address Global Input 35 Options 36 Output 40 3 - Result Codes for International Geocoding

More information

ECM-VNA Convergence Connector

ECM-VNA Convergence Connector ECM-VNA Convergence Connector Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: September 2016 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information

Integrated Address Management Solutions. Release Notes. United States United States. Simply Powerful Data Simply Quality Powerful Solutions

Integrated Address Management Solutions. Release Notes. United States United States. Simply Powerful Data Simply Quality Powerful Solutions Integrated Address Management Solutions MailRoom Architect for ToolKit Job Files Architect Release Notes United States United States Simply Powerful Data Simply Quality Powerful Solutions Satori Architect

More information

Location Intelligence Infrastructure Asset Management. Confirm. Contractor Access Version v18.10b.am

Location Intelligence Infrastructure Asset Management. Confirm. Contractor Access Version v18.10b.am Location Intelligence Infrastructure Asset Management Confirm Contractor Access Version v18.10b.am Information in this document is subject to change without notice and does not represent a commitment on

More information

Spectrum Technology Platform. Version 9.0 SP1. Geocoding Guide for Indonesia - API

Spectrum Technology Platform. Version 9.0 SP1. Geocoding Guide for Indonesia - API Spectrum Technology Platform Version 9.0 SP1 Geocoding Guide for Indonesia - API Contents Chapter 1: GeocodeAddressGlobal...5 Input...6 Input Fields...6 Address Input Guidelines...7 Single Line Input...7

More information

Using SQL Developer. Oracle University and Egabi Solutions use only

Using SQL Developer. Oracle University and Egabi Solutions use only Using SQL Developer Objectives After completing this appendix, you should be able to do the following: List the key features of Oracle SQL Developer Identify menu items of Oracle SQL Developer Create a

More information

ZipAssist For Microsoft Dynamics GP, 2010

ZipAssist For Microsoft Dynamics GP, 2010 ZipAssist For Microsoft Dynamics GP, 2010 Version 11.00.25 ZipAssist INSTALLING ZIPASSIST... 4 INSTALLING ZIPASSIST DATA FILES... 4 INSTALLING ZIPASSIST CLIENT... 4 REGISTERING THE SOFTWARE... 7 CUSTOMER

More information

NAACCR Geocoding Tutorial

NAACCR Geocoding Tutorial NAACCR Geocoding Tutorial Introduction The goal of the tutorial is to familiarize you with the NAACCR online geocoder. The NAACCR geocoder can be used to geocode one address at a time or in batch mode

More information

Address Information System Products Technical Guide

Address Information System Products Technical Guide Address Information System Products Technical Guide June 2002 NATIONAL CUSTOMER SUPPORT CENTER UNITED STATES POSTAL SERVICE 6060 PRIMACY PKWY STE 201 MEMPHIS TN 38188-0001 (800) 238-3150 122 Address Information

More information

SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr Getting Started Guide

SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr Getting Started Guide SILWOOD TECHNOLOGY LTD Safyr Metadata Discovery Software Safyr Getting Started Guide S I L W O O D T E C H N O L O G Y L I M I T E D Safyr Getting Started Guide Safyr 7.1 This product is subject to the

More information

MapInfo Location Intelligence Component

MapInfo Location Intelligence Component MapInfo Location Intelligence Component version 1.1 for MicroStrategy USER GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the

More information

Location Intelligence Infrastructure Asset Management. Confirm. Supported Platforms Version v18.00b.am

Location Intelligence Infrastructure Asset Management. Confirm. Supported Platforms Version v18.00b.am Location Intelligence Infrastructure Asset Management Confirm Supported Platforms v18.00b.am Information in this document is subject to change without notice and does not represent a commitment on the

More information

1 Installing the Address Verification Server

1 Installing the Address Verification Server Oracle Enterprise Data Quality Installing and Upgrading Oracle Enterprise Data Quality Address Verification Server Release 14.x, 15.x, 16.x E62411-03 March 2016 Oracle Enterprise Data Quality (EDQ) Address

More information

Location Intelligence Infrastructure Asset Management. Confirm. Financial Interface Specification Version v18.10b.am

Location Intelligence Infrastructure Asset Management. Confirm. Financial Interface Specification Version v18.10b.am Location Intelligence Infrastructure Asset Management Confirm Financial Interface Specification Version v.b.am Information in this document is subject to change without notice and does not represent a

More information