Global Geocoding API Version 1.2 REST and Java API Developer Guide

Total Page:16

File Type:pdf, Size:1020Kb

Global Geocoding API Version 1.2 REST and Java API Developer Guide Location Intelligence Global Geocoding API Version 1.2 REST and Java API Developer Guide Table of Contents 1 - Installation Appendices Installing the Software 4 Appendix A: Installing the Data 7 Country-Specific Information 121 Appendix B: Result Codes 626 2 - Using the Global Geocoding Appendix C: API Error Messages 659 Introduction 18 Input Address Guidelines 19 Geocoding Capabilities 20 Configured Geocoding Datasets 21 Matching Options 22 Geocoding Options 28 Reverse Geocoding Options 36 Custom Options 40 Candidate Return Information 42 3 - REST Web Services Introduction to Global Geocoding Services 44 Making Requests using HTTP 44 Geocode Service 47 Reverse Geocode Service 79 Capabilities Service 101 Dictionaries Service 111 4 - Java API Getting Started 117 Javadocs 118 Sample Application 119 1 - Installation In this section Installing the Software 4 Installing the Data 7 Installation Installing the Software This chapter covers the following topics: • System requirements • Using the interactive software installer • Using the silent installer • Publishing the REST web service System Requirements Operating Systems The Global Geocoding API is supported on the following operating systems. Windows Operating Systems • Windows Server 2008 R2 • Windows Server 2012 R1 & R2 UNIX/Linux Operating Systems • AIX 6.1 • AIX 7.1 • Oracle Linux 6 • Red Hat Enterprise Linux 5 • Red Hat Enterprise Linux 6 • Solaris 10 (SPARC only) • Solaris 11 (SPARC only) • SUSE 10 • SUSE 11 Disk Space A complete installation of the Global Geocoding API (without data) requires approximately 350MB. Global Geocoding API 1.2 REST and Java API Developer Guide 4 Installation Using the Interactive Software Installer Using the Interactive Installer on Windows Note: You need to have administrator rights to install the software. The file name for the installer is: install.exe 1. Launch the installer. 2. Follow the instructions to complete the install. In case of installation failure, review the log file located in your installation directory. In the default installation directory, the log file is located in: C:\Program Files\Pitney Bowes\geocoding\Logs Using the Interactive Installer on UNIX/Linux Note: You must have sufficient privileges to write to the installation directory. The file name for the installer is: install.bin 1. Execute the following command in the console: chmod +x install.bin 2. Start the installer by executing the following command: ./install.bin 3. Follow the instructions provided by the script to complete the install. Using the Silent Installer The silent install process allows you to pre-configure the installation process so that it runs without user intervention. The following table describes the properties in the installer.properties file that need to be set for silent installation. Property Value Description INSTALLER_UI SILENT This property enables the silent installer mode. Global Geocoding API 1.2 REST and Java API Developer Guide 5 Installation Property Value Description USER_INSTALL_DIR Folder/Directory Indicates where the software is to be installed. • On Windows: Use "\\" between folders. For example, C:\\Program Files\\Pitney Bowes\\geocoding • On UNIX/Linux: Use "/" between folders. For example, /usr/pb/geocoding CHOSEN_INSTALL_SET FULL This property indicates that the entire software is to be installed. 1. Uncomment the properties inside the installer.properties file accompanying the installer. 2. Place the installer.properties file in the same directory as the install.exe (Windows)/install.bin (UNIX/Linux) file. 3. After modifying the installer.properties file, run the install using the appropriate install executable for your platform. Publishing the REST Web Service To start the REST Web Server, follow the instructions below for your platform. • On Windows: Run install_dir\tomcat\bin\startup.bat • On UNIX/Linux: Run install_dir/tomcat/bin/startup.sh After the server starts up, run the data installer, followed by the ConfigureData tool. Global Geocoding API 1.2 REST and Java API Developer Guide 6 Installation Installing the Data This chapter covers the following topics: • Using the interactive data installer • Using the silent data installer • Using the data configuration tool • Setting the geocoding dataset search order • Configuring a User Dictionary Using the Interactive Data Installer After downloading your geocoding datasets, the interactive data installer will install your data. To run the data installer, the following items are required: • The data installer executable: • On Windows: GAPIData.exe — For the default installation, this executable is located in the media\win64 directory. • On UNIX/Linux: GAPIData.bin — For the default installation, this executable is located in the media/platform directory. Where platform may have the following values. Use the one associated with your platform: • linux64—Can be used for all UNIX/Linux systems, except for Solaris and AIX. • solaris64 • aix64 • The installer.properties file — This file contains installer properties that can be modified for your installation. The file is located: • On Windows: For the default installation, the installer.properties file is located in the media\conf directory. • On UNIX/Linux: For the default installation, the installer.properties is located in the media/conf directory. After running the Interactive Data Installer, your geocoding datasets will be installed by default in: • On Windows: media\data directory • On UNIX/Linux: media/data directory Global Geocoding API 1.2 REST and Java API Developer Guide 7 Installation The following table describes the properties that can be modified in the installer.properties file. Property Value Description SGI_MEDIA_PROFILE ALL This property enables the installation of all the countries that are included with the installer. If there are geocoding datasets that are missing when the installer is run, the installation will still continue but will issue a warning. APAC This property enables the installation of the “Asia-Pacific” geocoding dataset. AMER This property enables the installation of the "Americas" geocoding dataset. XWGXWG This property enables the installation of the "World Centroids" geocoding dataset. EMEA This property enables the installation of the "Europe, Middle East and Africa" geocoding dataset. ALLNT This property enables the installation of the NAVTEQ dataset. Using the Interactive Data Installer on Windows Note: When installing multiple geocoding datasets for a country, it is necessary to select and install all of them concurrently to ensure the software will recognize all the datasets for the country. 1. After setting up the installer.properties file, launch the data installer executable: GAPIData.exe. 2. Follow the prompts provided by the installer. In case of installation failure, review the log file located in your installation directory. If the defaults were used for the installation, the log file is located in: C:\Program Files\Pitney Bowes\pbgdata\Logs After the data installation successfully completes, you need to configure the geocoding dataset(s). For details, see Using the Data Configuration Tool on page 11. Global Geocoding API 1.2 REST and Java API Developer Guide 8 Installation Using the Interactive Data Installer on UNIX/Linux Note: When installing multiple geocoding datasets for a country, it is necessary to select and install all of them concurrently to ensure the software will recognize all the datasets for the country. 1. After setting up the installer.properties file, execute the following command in the console: chmod +x GAPIData.bin 2. Start the installer by executing the following command: ./GAPIData.bin 3. Follow the script instructions to complete the install. When entering the geocoding datasets you would like to install, by default all are selected. To exclude geocoding datasets, provide a comma-separated list of the ones you do not want to install. After the data installation successfully completes, you need to configure your geocoding dataset(s). For details, see Using the Data Configuration Tool on page 11. Global Geocoding API 1.2 REST and Java API Developer Guide 9 Installation Using the Silent Data Installer The silent data install process allow you to pre-configure the data installation process so that it runs without user intervention. Note: When installing multiple geocoding datasets for a country, it is necessary to select and install all of them concurrently to ensure the software will recognize all the datasets for the country. The following table describes the properties in the installer.properties file that can be set for silent installation. Property Value Description SGI_MEDIA_PROFILE ALL This property enables the installation of all the countries that are included with the installer. If there are geocoding datasets that are missing when the installer is run, the installation will still continue but will issue a warning. APAC This property enables the installation of the “Asia-Pacific” geocoding dataset. AMER This property enables the installation of the "Americas" geocoding dataset. XWGXWG This property enables the installation of the "World Centroids" geocoding dataset. EMEA This property enables the installation of the "Europe, Middle East and Africa" geocoding dataset. ALLNT This property enables the installation of the NAVTEQ dataset. INSTALLER_UI SILENT This property enables silent installer mode. USER_INSTALL_DIR Folder/Directory Indicates where the geocoding dataset(s) is to be installed. • On Windows: Use "\\" between folders. For example,
Recommended publications
  • Illustrated Plans
    HOUSING & TRANSPORT N A D M I R A LT Y R O Woodlands Regional Centre A T D E S W W E S A D T O R Y Y T I S Canberra Plaza L H A R U I N M A D A V E N U E 8 9 E U S T N E E D W V A D A A R O O Y S R LT D A N G Woodlands Regional Centre I R M A N A D L D A N O W O A W SEMBAWANG B O M R E S T WOODLANDS H D CANBERRA LINK SEMBAWANG WAY 9 A E - NORTH U E N S O V A O R D S N U L A T Y D H T O O EC L W XO Y A P RR I S R R E H I S CANBERRA I DS U SO E N M W R M A T D A V E N A Y B N E ADMIRALTY U A E C W 8 S E A R N C 7 G U E W N A V E R E L A N D S O O D I KRANJI WAY W O T A O D D E A WOODLANDS 4 KRANJI WAY N D O YISHUN AVENUE 7 A R E O S LIM CHU KANG ROAD KANG CHU LIM R U D N N W A E E I L V T D 3 A O E O MARSILING U S 2 E O N D E E N KRANJI ROAD W V N A U D S A Y W O O D L A N N I L N S H U D E N O RING ROAD O V B O A R 1 U W E U WOODLANDS AVENUE 12 E N T K W O O D L A N D S A V YISHUN H I T - S WOODLANDS SOUTH N Melody Spring @ Yishun WOODLANDS AVE 2 D T O A U YISHUN AVENUE 8 I H S E U O L E T D S R M A A R I E O YISHUN AVENUE 1 KRANJI R V E T W I Y X G A E R N P H I I R D R T H N E L U T S H A O S I C U S R Y E T D E W N N Y I S H U N C E A O A K X Y I R P E D G A R R SUNGEI KADUT STREET 1 YISHUN AVENUE 1 NEO TIEW ROAD N LIM CHU KANG ROAD O I U R E D S S S E O D U S N N D R E A W YI S A V HU RO N RING L A KHATIB D B A E U O L V C T Y I U R F O PUNGGOL POINT R W M A D N D A I T A V SAMUDERA U E K N U D E N MANDAI ROAD I A L K I MANDAI ROAD T E M S TECK LEE A G N E D A N YISHUN AVENUE 1 I W R MANDAI ROAD NIBONG U O A D R S A T E L E SUM KEE
    [Show full text]
  • Curtin Singapore Brochure
    CURTIN SINGAPORE where east meets west where technology meets tradition where you meet your future Student Guide 2009 WELCOME TO CURTIN SINGAPORE Professor Jeanette Hacket Professor John Neilson Dr Rod Jones Vice-Chancellor Pro Vice-Chancellor Chief Executive Officer Curtin University of Technology Curtin Singapore Navitas Singapore Curtin University of Technology is an Australian It is with pleasure that I welcome your interest A very warm welcome to Curtin Singapore. pioneer of tertiary education delivery in the in Curtin Singapore. Curtin Singapore was established in 2008 international market. The University began At Curtin Singapore we offer a variety of with the intention of bringing Curtin’s offshore delivering programs in Singapore in 1986, and undergraduate and postgraduate courses. programs into a single, consolidated, state-of- now counts the Marketing Institute of Singapore, Curtin courses are widely recognised for their the-art campus. This will allow a full synergy of Curtin the Singapore Institute of Materials Management practical and applied nature, a combination Curtin’s academic delivery in Singapore. and the Singapore Human Resources Institute as which enables graduates to be effective in the Singapore’s stated intentions of being Asia’s campus valued long-term partners. workplace upon graduation. premier education hub and its well known locations Curtin’s Singapore Campus is an excellent Curtin Singapore is strongly committed education system will make Curtin Singapore opportunity to build upon these important to innovative, modern teaching methods an excellent choice for students seeking a relationships and take it a step further. The and maintenance of the highest academic university degree with an added Asian flavour.
    [Show full text]
  • Annex B Phase 2 Installation of Railway Noise Barriers S/N Line
    4 Annex B Phase 2 Installation of Railway Noise Barriers S/N Line Location Details From To 1 EWL Pasir Ris Tampines MRT Pasir Ris Drive 1 to MRT Tampines Expressway 2 EWL Tampines Simei MRT Block 248 to 268 MRT Tampines St 21 Tampines Ave 2 to PIE 3 EWL Simei MRT Tanah Merah Tanah Merah Kechil MRT Avenue to Tanah Merah MRT 4 EWL Redhill MRT Queenstown Alexandra Road to Stirling MRT Road 5 EWL Common- Buona Vista Block 7 Commonwealth wealth MRT MRT Avenue to Block 43 Holland Drive 6 EWL Clementi Jurong East Clementi Avenue 4 to MRT MRT Lempeng Drive 7 NSL Bukit Batok MRT Boon Lay Way to Jurong East Avenue 1 Jurong East Block 299 Bukit Batok MRT Street 22 to Bukit Batok MRT 8 NSL Bukit Batok Bukit Gombak Bukit Batok Street 52 to MRT MRT Bukit Batok Avenue 5 9 NSL Bukit Choa Chu Kang Bukit Batok Street 31 to Gombak MRT Block 395 Bukit Batok MRT West Avenue 5 Choa Chu Kang Avenue 1 to Choa Chu Kang Avenue 4 11 NSL Choa Chu Yew Tee MRT Choa Chu Kang Loop to Kang MRT Kranji Expressway 5 Choa Chu Kang Street 51 to Choa Chu Kang North 6 12 NSL Yew Tee Kranji MRT Choa Chu Kang North 7 MRT 14 NSL Marsiling Woodlands MRT Woodlands Street 13 to MRT Woodlands Avenue 5 15 NSL Woodlands Admiralty MRT Woodlands MRT to MRT Woodlands Avenue 2 16 NSL Admiralty Sembawang Woodlands Drive 73 MRT MRT 17 NSL Sembawang Yishun MRT Canberra Road to Block MRT 504C Canberra Link Block 170 Yishun Avenue 7 to Block 159 Yishun Street 11 18 NSL Yishun MRT Khatib MRT Block 749 Yishun Street 72 to Block 798 Yishun Ring Road 19 NSL Khatib MRT Yio Chu Kang Block 812 Yishun
    [Show full text]
  • Rail Corridor UPDATED
    Choa Chu Kang — Sungei future housing 12 Kadut 13 A walk down memory lane Kranji Bukit The trains have gone silent in the 24km Rail Corridor between Tanjong Pagar and Batok Woodlands, but lush life abounds. Some spots are now open to joggers and nature 14 WOODLANDS ROAD Agri-Food Kranji Singapore lovers, and the plan is to eventually turn it into a fully accessible redeveloped Innovation Park station Racecourse Upper Bukit Timah KRANJI EXPRESSWAY green space for the public. The corridor and its improvement plans are split into Truss Bridge 11 CHOA the southern, central and northern sections, with each section featuring its CHU KANG Bukit Timah ROAD BUKIT TIMAH EXPRESSWAY unique landmarks and scenery. Here are some highlights. Fire Station BUKIT Hillview Bukit PANJANG Towards Central Beauty World ROAD Catchment area Bukit Timah station 9 10 station Panjang TIMELINE Railway Station/ Kranji 6 Bukit Timah Station Master’s Bukit Timah Railway Station Nature Quarters 2011 Reserve • Originally constructed as a small station to serve the suburban parts of Singapore, this single-storey building follows the style of The URA begins consulting public and interest groups Tanjong Pagar HOLLAND 7 8 traditional small-town stations common in the United Kingdom and Railway Station ROAD Beauty on possible improvements to the Rail Corridor. World Rifle Range Malaya in the 1930s. Nature Park • The station is being redeveloped into a multi-use facility. AYER RAJAH King Albert 2018 EXPRESSWAY Park station JALAN JELITA Holland Several sections of the corridor, such as the Plain conserved Bukit Timah Railway Station and its Buona surroundings, are closed for improvement works Vista including heritage restoration and trail works.
    [Show full text]
  • Announcement
    AIMS APAC REIT MANAGEMENT LIMITED As Manager of AIMS APAC REIT 1 George Street, #23-03 One George Street Singapore 049145 (Constituted in the Republic of Singapore pursuant to a Trust Deed dated 5 December 2006 (as amended)) SGX ANNOUNCEMENT PROPOSED ACQUISITION OF 7 BULIM STREET, SINGAPORE 1. INTRODUCTION 1.1 Proposed Acquisition of 7 Bulim Street, Singapore AIMS APAC REIT Management Limited, as manager of AIMS APAC REIT ("AA REIT", and as manager of AA REIT, the "Manager"), is pleased to announce that HSBC Institutional Trust Services (Singapore) Limited, in its capacity as trustee of AA REIT (the "Trustee"), has on 7 August 2020 entered into a conditional put and call option agreement (the "Put and Call Option Agreement") with Titan (Wenya) Pte. Ltd. (the "Vendor") in relation to the proposed acquisition (the "Proposed Acquisition") of the property located at 7 Bulim Street, Singapore 648175 (the "Property") and the Plant and Equipment1 thereon. Pursuant to the Put and Call Option Agreement, the Trustee and the Vendor are required to enter into the sale and purchase agreement for the Property together with the Plant and Equipment (the "Purchase Agreement") on the day the Call Option (as defined herein) is exercised by the Trustee, or on the day the Put Option (as defined herein) is exercised by the Vendor (as the case may be). 1.2 Description of the Property The Property is a master-tenanted four-storey ramp-up logistics facility, with an ancillary office on each level. The facility is situated on a land area of 34,095 square metres, which has a remaining land tenure of approximately 22.2 years (as at 30 June 2020), with a gross floor area of 68,190 square metres.
    [Show full text]
  • Land Transport Masterplan
    LAND TRANSPORT MASTERPLAN MP-endpaperproposal.indd 8-9 2/18/08 6:18:47 PM For Singapore to realise its aspirations to be a thriving global city, its transport infrastructure is critical. Over the next 10 to 15 years, the transport system must support economic growth, a bigger population, higher expectations and more diverse lifestyles. With this in mind, we embarked on a comprehensive Land Transport Review in October 2006. We solicited and benefited from contributions from a broad spectrum of people including students, workers, employers, commuters, transport operators, ordinary Singaporeans and experts; at home and abroad. In total, more than 4,500 people contributed their time, energies and ideas to this review. The culmination of this effort is a Land Transport Masterplan that strives to make Singapore a great city to live, work and play in. This calls for major MINISTER’S changes to vastly improve our land transport system. It is a plan to build and develop a more people-centred transport system that is technologically intelligent, yet engagingly human. FOREWORD Singaporeans can look forward to a more integrated and user-friendly public transport system. Fast and reliable bus services will complement a greatly expanded rail network to bring people where they want to go quickly. Tree-lined sheltered walkways in the heartlands and bustling underground walkways filled with shops in the city will ensure a pleasant walk to bus and train stations for all commuters. Varied transport choices like premium buses, taxis and cycling will help to cater to different needs. With the construction of new expressways, island-wide connectivity will also be significantly improved.
    [Show full text]
  • Table 1 – Description of Sectors Location
    TABLE 1 – DESCRIPTION OF SECTORS LOCATION Sector Description of Location 1 Cross Street/ Collyer Quay/ Fullerton Square/ Philip Street/ Telok Ayer Street/ Raffles Place area 2 South Bridge Road/ South Canal Road/ Phillip Street/ Church Street/ Pickering Street 3 Hill Street/ Victoria Street/ Seah Street/ Beach Road/ Ophir Road/ Nicoll Highway/ Esplanade Drive/ City Hall area 4 Victoria Street/ Rochor Road/ Ophir Road/ Beach Road/ Seah Street/ Bugis area 5 Nicoll Highway/ Suntec City area/ Ophir Road/ Raffles Avenue/ Promenade area 6 Collyer Quay/ Fullerton Road 7 Stanley Street/ Cecil Street/ Shenton Way/ Cross Street 8 Maxwell Road/ Erskine Road/ Amoy Street/ Telok Ayer Street 9 Maxwell Road/ Peck Seah Street/ Enggor Street/ Shenton Way/ Anson Road 10 Kee Seng Street/ Gopeng Street/ Palmer Road/ Keppel Road/ Cantonment Road 11 Shenton Way/ Straits Boulevard/ Marina Boulevard/ Raffles Quay 12 Bayfront area/ Marina Bay Sands 13 Sheares Avenue/ Marina Boulevard/ Garden by the Bay area 14 Straits Boulevard/ Marina Boulevard/ Marina Costal Drive/ Marina South area 15 Outram Road/ Eu Tong Sen Street/ Pearl Hill Terrace 16 Cantonment Road/ Eu Tong Sen Street/ Cross Street/ Chinatown area/ Sector Description of Location Duxton area/ Peck Seah Street/ Kee Seng Street 17 New Bridge Road/ Cross Street/ Telok Ayer Street/ Pickering Street 18 Havelock Road/ Outram Road/ Pearl Bank/ Chin Swee Road 19 Kim Seng Road/ Robertson Quay area/ Mohamed Sultan Road / Clemenceau Avenue/ Havelock Road 20 Clemenceau Avenue/ River Valley Road/ Eu Tong Sen Street/
    [Show full text]
  • Preliminary Study of Transport Pattern and Demand in Singapore for Future Urban Air Mobility
    This document is downloaded from DR‑NTU (https://dr.ntu.edu.sg) Nanyang Technological University, Singapore. Preliminary study of transport pattern and demand in Singapore for future urban air mobility Wai, Cho Wing; Tan, Kailun; Low, Kin Huat 2021 Wai, C. W., Tan, K. & Low, K. H. (2021). Preliminary study of transport pattern and demand in Singapore for future urban air mobility. AIAA SciTech 2021 Forum, 1‑10. https://dx.doi.org/10.2514/6.2021‑1633 https://hdl.handle.net/10356/147431 https://doi.org/10.2514/6.2021‑1633 © 2021 Nanyang Technological University. Published by the American Institute of Aeronautics and Astronautics, Inc., with permission. Downloaded on 25 Sep 2021 21:31:32 SGT Preliminary Study of Transport Pattern and Demand in Singapore for Future Urban Air Mobility Cho Wing Wai1 School of Mechanical and Aerospace Engineering, Nanyang Technological University, Singapore 639798 Kailun Tan2 Air Traffic Management Research Institute, Nanyang Technological University, Singapore 637460 Kin Huat Low3 School of Mechanical and Aerospace Engineering, Nanyang Technological University, Singapore 639798 This paper aims to present the preliminary feasibility study of future urban air mobility (UAM), by means of flying taxis, based on the existing transportation demands in Singapore. Some cities such as Dallas, Los Angeles and Melbourne have already investigated the trends of urban air mobility and planned to launch its eVTOL in 2023. The consideration behind flying taxis in Singapore serves to smoothen traffic congestions in the central and industrial areas due to occasional traffic jams caused by road works or accidents, providing greater transportation convenience in a cosmopolitan city.
    [Show full text]
  • Singapore City Overview and Residential Buyer Guide 2018 Edition Singapore Market Overview Singapore Market Overview Singapore Market Overview
    Powered by Powered by Singapore City Overview and Residential Buyer Guide 2018 Edition Singapore Market Overview Singapore Market Overview Singapore Market Overview Despite its lack of natural for innovation to thrive. The urban Most condominiums in Singapore resources and limited land landscape is also diversifying, are well-equipped with facilities area, Singapore has not only with new shops, restaurants and such as gyms, swimming pools, survived the early years of entertainment to enjoy. barbecue pits, playgrounds postcolonial independence, and 24-hour security. Landed but has thrived, moving from Against this backdrop, Singapore residential properties are also being a low-income country ranks among the top destinations available for lease, but may not to a high-income one. It’s for investors in local residential have such facilities. accomplished this through property, as highlighted by Knight pragmatism and an unrelenting Frank’s City Wealth Index 2018. For foreign investors and focus on being both politically Singapore’s residential property expatriates relocating to neutral and economically relevant. sector has grown in size and Singapore, prime residential variety. There are approximately districts 9, 10 and 11 are among Singapore’s appeal comes from 1.1 million public housing (HDB) the top choices. These districts political stability, a well-defined units and 370,000 private dwelling are attractive because of their rule of law, world-class air and units, collectively housing a total close proximity to the Orchard sea infrastructure, sound labour population of 5.6 million residents. Road shopping belt, the famous relations and global connectivity. international and local schools, Its location enables access to the There are also hybrid units, known and Holland Village and vast 650-million population of as Executive Condominiums (ECs), Dempsey Hill – retail and South-East Asia, and you can fly to built by private developers who restaurant areas loved by many parts of Australasia in under bid for the sites by open tender.
    [Show full text]
  • Global Geocoding API Version 1.5 REST and Java API Developer Guide
    Location Intelligence Global Geocoding API Version 1.5 REST and Java API Developer Guide Table of Contents 1 - Installation Appendices Installing the Software 4 Appendix A: Installing the Data 7 Country-Specific Information 136 Appendix B: Language Coverage by Country 691 2 - Using the Global Geocoding Appendix C: API Result Codes 699 Appendix D: Introduction 21 Error Messages 729 Input Address Guidelines 22 Geocoding Capabilities 22 Configured Geocoding Datasets 23 Matching Options 24 Geocoding Options 29 Reverse Geocoding Options 40 Custom Options 44 Candidate Return Information 45 Setting Country-Level Preference Overrides 48 3 - REST Web Services Introduction to Global Geocoding Services 52 Making Requests using HTTP 52 Geocode Service 56 Reverse Geocode Service 90 Capabilities Service 115 Dictionaries Service 126 4 - Java API Getting Started 132 Javadocs 133 Sample Application 134 1 - Installation In this section Installing the Software 4 Installing the Data 7 Installation Installing the Software This chapter covers the following topics: • Using the interactive software installer • Using the silent installer • Publishing the REST web service For system requirements and supported operating systems, see the Release Notes. Global Geocoding API 1.5 REST and Java API Developer Guide 4 Installation Using the Interactive Software Installer Using the Interactive Installer on Windows Note: You need to have administrator rights to install the software. The file name for the installer is: install.exe 1. Launch the installer. 2. Follow the instructions to complete the install. In case of installation failure, review the log file located in your installation directory. In the default installation directory, the log file is located in: C:\Program Files\Pitney Bowes\geocoding\Logs Using the Interactive Installer on UNIX/Linux Note: You must have sufficient privileges to write to the installation directory.
    [Show full text]
  • GAZETTE Names and Boundaries of Electoral Divisions
    1 S 158/2020 First published in the Government Gazette, Electronic Edition, on 13 March 2020 at 3 pm. No. S 158 PARLIAMENTARY ELECTIONS ACT (CHAPTER 218) PARLIAMENTARY ELECTIONS (ELECTORAL DIVISIONS — NAMES AND BOUNDARIES) NOTIFICATION 2020 ARRANGEMENT OF PARAGRAPHS Paragraph 1. Citation and commencement 2. Names and boundaries of electoral divisions 3. Cancellation The Schedule In exercise of the powers conferred by sections 8(1) and 20A of the Parliamentary Elections Act, the Prime Minister makes the following Notification: Citation and commencement 1. This Notification is the Parliamentary Elections (Electoral Divisions — Names and Boundaries) Notification 2020 and comes into operation on 13 March 2020. Names and boundaries of electoral divisions 2. The names and boundaries of the electoral divisions of Singapore for the purposes of the next general election and any election after that under the Act are specified in the Schedule. Cancellation 3. The Parliamentary Elections (Names and Polling Districts of Electoral Divisions) Notification 2015 (G.N. No. S 443/2015) is cancelled. S 158/2020 2 THE SCHEDULE Paragraph 2 ELECTORAL DIVISIONS Name Boundaries ALJUNIED The electoral division of ALJUNIED is bounded approximately as follows: Commencing at the junction of Central Expressway and Lorong Chuan, and continuing progressively along Central Expressway, Ang Mo Kio Avenue 3, Hougang Avenue 2, Florence Road, Lim Ah Pin Road, Upper Serangoon Road, Hougang Avenue 3, Tampines Road, Sungei Serangoon, the production of Upper Serangoon View, Upper Serangoon View, Upper Serangoon Road, Hougang Central, imaginary boundary between Hougang Central Bus Interchange and Hougang MRT Station, and Block Nos. 851, 850 and 850A, private housing estates and Block Nos.
    [Show full text]
  • Determinants of Singapore Residential Land Value Master Of
    Determinants of Singapore Residential Land Value By Yean Pin Lee Bachelor of Science (Estate Management) National University of Singapore, 1996 Submitted to the Department of Architecture in Partial Fulfillment of the Requirements for the Degree of Master of Science inthe Real Estate Development at the MAAHuSTTS INSTITUTE Massachusetts Institute of Technology OFTECHNOLOGY September 2002 SEP 2 0 2002 @2002 Yean Pin Lee LIBRARIES All Rights Reserved ROTCH The author hereby grants to MIT permission to reproduce and to distribute publicly paper and electronic copies of this thesis document in whole or in part. Signature of Author: D palme Architecture U ugust 2002 Certified By: Henry 0. Pollakowski Visiting Scholar, Center for Real Estate Thesis Supervisor Accepted By: William C. Wheaton Chairman, Interdepartmental Degree Program in Real Estate Development Determinants of Singapore Residential Land Value By Yean Pin Lee Submitted to the Department of Architecture on August 3, 2002 In Partial Fulfillment of the Requirements for the Degree of Master of Science in the Real Estate Development ABSTRACT This empirical study investigates the factors that explain the variation in private residential land value in Singapore. In doing so, it determines the impact that land use zoning and plot ratio allowable have on residential land value. Previous empirical studies in the US and UK have found plot characteristics, accessibility and zoning variables to be important determinants of land value. However, these factors need to be examined within the specific economic, social and political context of different cities. In this study, these variables are employed to investigate whether the traditional determinants have similar significant impacts on the variation in residential land value in the dense and highly regulated Singapore land market.
    [Show full text]