001// --------------------------------------------------------------------------------
002// Copyright 2002-2024 Echo Three, LLC
003//
004// Licensed under the Apache License, Version 2.0 (the "License");
005// you may not use this file except in compliance with the License.
006// You may obtain a copy of the License at
007//
008//     http://www.apache.org/licenses/LICENSE-2.0
009//
010// Unless required by applicable law or agreed to in writing, software
011// distributed under the License is distributed on an "AS IS" BASIS,
012// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
013// See the License for the specific language governing permissions and
014// limitations under the License.
015// --------------------------------------------------------------------------------
016
017package com.echothree.model.control.geo.common;
018
019public interface GeoConstants {
020    
021    String GeoCodeType_ROOT = "ROOT";
022    String GeoCodeType_COUNTRY = "COUNTRY";
023    String GeoCodeType_STATE = "STATE";
024    String GeoCodeType_COUNTY = "COUNTY";
025    String GeoCodeType_CITY = "CITY";
026    String GeoCodeType_ZIP_CODE = "ZIP_CODE";
027    
028    String GeoCodeAliasType_CITY_NAME = "CITY_NAME";
029    String GeoCodeAliasType_COUNTRY_NAME = "COUNTRY_NAME";
030    String GeoCodeAliasType_COUNTY_NAME = "COUNTY_NAME";
031    String GeoCodeAliasType_COUNTY_NUMBER = "COUNTY_NUMBER";
032    String GeoCodeAliasType_ISO_3_NUMBER = "ISO_3_NUMBER";
033    String GeoCodeAliasType_ISO_3_LETTER = "ISO_3_LETTER";
034    String GeoCodeAliasType_ISO_2_LETTER = "ISO_2_LETTER";
035    String GeoCodeAliasType_POSTAL_2_LETTER = "POSTAL_2_LETTER";
036    String GeoCodeAliasType_STATE_NAME = "STATE_NAME";
037    String GeoCodeAliasType_ZIP_CODE = "ZIP_CODE";
038    
039    String GeoCodeScope_COUNTRIES = "COUNTRIES";
040    
041    String CountryName_AFGHANISTAN = "AFGHANISTAN";
042    String CountryName_ALBANIA = "ALBANIA";
043    String CountryName_ALGERIA = "ALGERIA";
044    String CountryName_AMERICAN_SAMOA = "AMERICAN_SAMOA";
045    String CountryName_ANDORRA = "ANDORRA";
046    String CountryName_ANGOLA = "ANGOLA";
047    String CountryName_ANGUILLA = "ANGUILLA";
048    String CountryName_ANTARCTICA = "ANTARCTICA";
049    String CountryName_ANTIGUA_AND_BARBUDA = "ANTIGUA_AND_BARBUDA";
050    String CountryName_ARGENTINA = "ARGENTINA";
051    String CountryName_ARMENIA = "ARMENIA";
052    String CountryName_ARUBA = "ARUBA";
053    String CountryName_AUSTRALIA = "AUSTRALIA";
054    String CountryName_AUSTRIA = "AUSTRIA";
055    String CountryName_AZERBAIJAN = "AZERBAIJAN";
056    String CountryName_BAHAMAS = "BAHAMAS";
057    String CountryName_BAHRAIN = "BAHRAIN";
058    String CountryName_BANGLADESH = "BANGLADESH";
059    String CountryName_BARBADOS = "BARBADOS";
060    String CountryName_BELARUS = "BELARUS";
061    String CountryName_BELGIUM = "BELGIUM";
062    String CountryName_BELIZE = "BELIZE";
063    String CountryName_BENIN = "BENIN";
064    String CountryName_BERMUDA = "BERMUDA";
065    String CountryName_BHUTAN = "BHUTAN";
066    String CountryName_BOLIVIA = "BOLIVIA";
067    String CountryName_BOSNIA_AND_HERZEGOWINA = "BOSNIA_AND_HERZEGOWINA";
068    String CountryName_BOTSWANA = "BOTSWANA";
069    String CountryName_BOUVET_ISLAND = "BOUVET_ISLAND";
070    String CountryName_BRAZIL = "BRAZIL";
071    String CountryName_BRITISH_INDIAN_OCEAN_TERRITORY = "BRITISH_INDIAN_OCEAN_TERRITORY";
072    String CountryName_BRITISH_VIRGIN_ISLANDS = "BRITISH_VIRGIN_ISLANDS";
073    String CountryName_BRUNEI_DARUSSALAM = "BRUNEI_DARUSSALAM";
074    String CountryName_BULGARIA = "BULGARIA";
075    String CountryName_BURKINA_FASO = "BURKINA_FASO";
076    String CountryName_BURUNDI = "BURUNDI";
077    String CountryName_CAMBODIA = "CAMBODIA";
078    String CountryName_CAMEROON = "CAMEROON";
079    String CountryName_CANADA = "CANADA";
080    String CountryName_CAPE_VERDE = "CAPE_VERDE";
081    String CountryName_CAYMAN_ISLANDS = "CAYMAN_ISLANDS";
082    String CountryName_CENTRAL_AFRICAN_REPUBLIC = "CENTRAL_AFRICAN_REPUBLIC";
083    String CountryName_CHAD = "CHAD";
084    String CountryName_CHILE = "CHILE";
085    String CountryName_CHINA = "CHINA";
086    String CountryName_CHRISTMAS_ISLAND = "CHRISTMAS_ISLAND";
087    String CountryName_COCOS_KEELING_ISLANDS = "COCOS_KEELING_ISLANDS";
088    String CountryName_COLOMBIA = "COLOMBIA";
089    String CountryName_COMOROS = "COMOROS";
090    String CountryName_CONGO = "CONGO";
091    String CountryName_COOK_ISLANDS = "COOK_ISLANDS";
092    String CountryName_COSTA_RICA = "COSTA_RICA";
093    String CountryName_COTE_DIVOIRE = "COTE_DIVOIRE";
094    String CountryName_CROATIA = "CROATIA";
095    String CountryName_CUBA = "CUBA";
096    String CountryName_CYPRUS = "CYPRUS";
097    String CountryName_CZECH_REPUBLIC = "CZECH_REPUBLIC";
098    String CountryName_DEMOCRATIC_PEOPLES_REPUBLIC_OF_KOREA = "DEMOCRATIC_PEOPLES_REPUBLIC_OF_KOREA";
099    String CountryName_DEMOCRATIC_REPUBLIC_OF_THE_CONGO = "DEMOCRATIC_REPUBLIC_OF_THE_CONGO";
100    String CountryName_DENMARK = "DENMARK";
101    String CountryName_DJIBOUTI = "DJIBOUTI";
102    String CountryName_DOMINICA = "DOMINICA";
103    String CountryName_DOMINICAN_REPUBLIC = "DOMINICAN_REPUBLIC";
104    String CountryName_EAST_TIMOR = "EAST_TIMOR";
105    String CountryName_ECUADOR = "ECUADOR";
106    String CountryName_EGYPT = "EGYPT";
107    String CountryName_EL_SALVADOR = "EL_SALVADOR";
108    String CountryName_EQUATORIAL_GUINEA = "EQUATORIAL_GUINEA";
109    String CountryName_ERITREA = "ERITREA";
110    String CountryName_ESTONIA = "ESTONIA";
111    String CountryName_ETHIOPIA = "ETHIOPIA";
112    String CountryName_FALKLAND_ISLANDS = "FALKLAND_ISLANDS";
113    String CountryName_FAROE_ISLANDS = "FAROE_ISLANDS";
114    String CountryName_FEDERATED_STATES_OF_MICRONESIA = "FEDERATED_STATES_OF_MICRONESIA";
115    String CountryName_FIJI = "FIJI";
116    String CountryName_FINLAND = "FINLAND";
117    String CountryName_FRANCE = "FRANCE";
118    String CountryName_FRENCH_GUIANA = "FRENCH_GUIANA";
119    String CountryName_FRENCH_POLYNESIA = "FRENCH_POLYNESIA";
120    String CountryName_FRENCH_SOUTHERN_TERRITORIES = "FRENCH_SOUTHERN_TERRITORIES";
121    String CountryName_GABON = "GABON";
122    String CountryName_GAMBIA = "GAMBIA";
123    String CountryName_GEORGIA = "GEORGIA";
124    String CountryName_GERMANY = "GERMANY";
125    String CountryName_GHANA = "GHANA";
126    String CountryName_GIBRALTAR = "GIBRALTAR";
127    String CountryName_GREECE = "GREECE";
128    String CountryName_GREENLAND = "GREENLAND";
129    String CountryName_GRENADA = "GRENADA";
130    String CountryName_GUADELOUPE = "GUADELOUPE";
131    String CountryName_GUAM = "GUAM";
132    String CountryName_GUATEMALA = "GUATEMALA";
133    String CountryName_GUINEA = "GUINEA";
134    String CountryName_GUINEA_BISSAU = "GUINEA_BISSAU";
135    String CountryName_GUYANA = "GUYANA";
136    String CountryName_HAITI = "HAITI";
137    String CountryName_HEARD_AND_MCDONALD_ISLANDS = "HEARD_AND_MCDONALD_ISLANDS";
138    String CountryName_HONDURAS = "HONDURAS";
139    String CountryName_HONG_KONG = "HONG_KONG";
140    String CountryName_HUNGARY = "HUNGARY";
141    String CountryName_ICELAND = "ICELAND";
142    String CountryName_INDIA = "INDIA";
143    String CountryName_INDONESIA = "INDONESIA";
144    String CountryName_IRAQ = "IRAQ";
145    String CountryName_IRELAND = "IRELAND";
146    String CountryName_ISLAMIC_REPUBLIC_OF_IRAN = "ISLAMIC_REPUBLIC_OF_IRAN";
147    String CountryName_ISRAEL = "ISRAEL";
148    String CountryName_ITALY = "ITALY";
149    String CountryName_JAMAICA = "JAMAICA";
150    String CountryName_JAPAN = "JAPAN";
151    String CountryName_JORDAN = "JORDAN";
152    String CountryName_KAZAKHSTAN = "KAZAKHSTAN";
153    String CountryName_KENYA = "KENYA";
154    String CountryName_KIRIBATI = "KIRIBATI";
155    String CountryName_KUWAIT = "KUWAIT";
156    String CountryName_KYRGYZSTAN = "KYRGYZSTAN";
157    String CountryName_LAO_PEOPLES_DEMOCRATIC_REPUBLIC = "LAO_PEOPLES_DEMOCRATIC_REPUBLIC";
158    String CountryName_LATVIA = "LATVIA";
159    String CountryName_LEBANON = "LEBANON";
160    String CountryName_LESOTHO = "LESOTHO";
161    String CountryName_LIBERIA = "LIBERIA";
162    String CountryName_LIBYAN_ARAB_JAMAHIRIYA = "LIBYAN_ARAB_JAMAHIRIYA";
163    String CountryName_LIECHTENSTEIN = "LIECHTENSTEIN";
164    String CountryName_LITHUANIA = "LITHUANIA";
165    String CountryName_LUXEMBOURG = "LUXEMBOURG";
166    String CountryName_MACAU = "MACAU";
167    String CountryName_MADAGASCAR = "MADAGASCAR";
168    String CountryName_MALAWI = "MALAWI";
169    String CountryName_MALAYSIA = "MALAYSIA";
170    String CountryName_MALDIVES = "MALDIVES";
171    String CountryName_MALI = "MALI";
172    String CountryName_MALTA = "MALTA";
173    String CountryName_MARSHALL_ISLANDS = "MARSHALL_ISLANDS";
174    String CountryName_MARTINIQUE = "MARTINIQUE";
175    String CountryName_MAURITANIA = "MAURITANIA";
176    String CountryName_MAURITIUS = "MAURITIUS";
177    String CountryName_MAYOTTE = "MAYOTTE";
178    String CountryName_METROPOLITAN_FRANCE = "METROPOLITAN_FRANCE";
179    String CountryName_MEXICO = "MEXICO";
180    String CountryName_MONACO = "MONACO";
181    String CountryName_MONGOLIA = "MONGOLIA";
182    String CountryName_MONTENEGRO = "MONTENEGRO";
183    String CountryName_MONTSERRAT = "MONTSERRAT";
184    String CountryName_MOROCCO = "MOROCCO";
185    String CountryName_MOZAMBIQUE = "MOZAMBIQUE";
186    String CountryName_MYANMAR = "MYANMAR";
187    String CountryName_NAMIBIA = "NAMIBIA";
188    String CountryName_NAURU = "NAURU";
189    String CountryName_NEPAL = "NEPAL";
190    String CountryName_NETHERLANDS = "NETHERLANDS";
191    String CountryName_NETHERLANDS_ANTILLES = "NETHERLANDS_ANTILLES";
192    String CountryName_NEW_CALEDONIA = "NEW_CALEDONIA";
193    String CountryName_NEW_ZEALAND = "NEW_ZEALAND";
194    String CountryName_NICARAGUA = "NICARAGUA";
195    String CountryName_NIGER = "NIGER";
196    String CountryName_NIGERIA = "NIGERIA";
197    String CountryName_NIUE = "NIUE";
198    String CountryName_NORFOLK_ISLAND = "NORFOLK_ISLAND";
199    String CountryName_NORTHERN_MARIANA_ISLANDS = "NORTHERN_MARIANA_ISLANDS";
200    String CountryName_NORWAY = "NORWAY";
201    String CountryName_OMAN = "OMAN";
202    String CountryName_PAKISTAN = "PAKISTAN";
203    String CountryName_PALAU = "PALAU";
204    String CountryName_PALESTINIAN_TERRITORY_OCCUPIED = "PALESTINIAN_TERRITORY_OCCUPIED";
205    String CountryName_PANAMA = "PANAMA";
206    String CountryName_PAPUA_NEW_GUINEA = "PAPUA_NEW_GUINEA";
207    String CountryName_PARAGUAY = "PARAGUAY";
208    String CountryName_PERU = "PERU";
209    String CountryName_PHILIPPINES = "PHILIPPINES";
210    String CountryName_PITCAIRN = "PITCAIRN";
211    String CountryName_POLAND = "POLAND";
212    String CountryName_PORTUGAL = "PORTUGAL";
213    String CountryName_PUERTO_RICO = "PUERTO_RICO";
214    String CountryName_QATAR = "QATAR";
215    String CountryName_REPUBLIC_OF_KOREA = "REPUBLIC_OF_KOREA";
216    String CountryName_REPUBLIC_OF_MACEDONIA = "REPUBLIC_OF_MACEDONIA";
217    String CountryName_REPUBLIC_OF_MOLDOVA = "REPUBLIC_OF_MOLDOVA";
218    String CountryName_REUNION = "REUNION";
219    String CountryName_ROMANIA = "ROMANIA";
220    String CountryName_RUSSIAN_FEDERATION = "RUSSIAN_FEDERATION";
221    String CountryName_RWANDA = "RWANDA";
222    String CountryName_SAINT_HELENA = "SAINT_HELENA";
223    String CountryName_SAINT_KITTS_AND_NEVIS = "SAINT_KITTS_AND_NEVIS";
224    String CountryName_SAINT_LUCIA = "SAINT_LUCIA";
225    String CountryName_SAINT_PIERRE_AND_MIQUELON = "SAINT_PIERRE_AND_MIQUELON";
226    String CountryName_SAINT_VINCENT_AND_THE_GRENADINES = "SAINT_VINCENT_AND_THE_GRENADINES";
227    String CountryName_SAMOA = "SAMOA";
228    String CountryName_SAN_MARINO = "SAN_MARINO";
229    String CountryName_SAO_TOME_AND_PRINCIPE = "SAO_TOME_AND_PRINCIPE";
230    String CountryName_SAUDI_ARABIA = "SAUDI_ARABIA";
231    String CountryName_SENEGAL = "SENEGAL";
232    String CountryName_SERBIA = "SERBIA";
233    String CountryName_SEYCHELLES = "SEYCHELLES";
234    String CountryName_SGSSI = "SGSSI";
235    String CountryName_SIERRA_LEONE = "SIERRA_LEONE";
236    String CountryName_SINGAPORE = "SINGAPORE";
237    String CountryName_SLOVAK_REPUBLIC = "SLOVAK_REPUBLIC";
238    String CountryName_SLOVENIA = "SLOVENIA";
239    String CountryName_SOLOMON_ISLANDS = "SOLOMON_ISLANDS";
240    String CountryName_SOMALIA = "SOMALIA";
241    String CountryName_SOUTH_AFRICA = "SOUTH_AFRICA";
242    String CountryName_SPAIN = "SPAIN";
243    String CountryName_SRI_LANKA = "SRI_LANKA";
244    String CountryName_STATE_OF_THE_VATICAN_CITY = "STATE_OF_THE_VATICAN_CITY";
245    String CountryName_SUDAN = "SUDAN";
246    String CountryName_SURINAME = "SURINAME";
247    String CountryName_SVALBARD_AND_JAN_MAYEN = "SVALBARD_AND_JAN_MAYEN";
248    String CountryName_SWAZILAND = "SWAZILAND";
249    String CountryName_SWEDEN = "SWEDEN";
250    String CountryName_SWITZERLAND = "SWITZERLAND";
251    String CountryName_SYRIAN_ARAB_REPUBLIC = "SYRIAN_ARAB_REPUBLIC";
252    String CountryName_TAIWAN = "TAIWAN";
253    String CountryName_TAJIKISTAN = "TAJIKISTAN";
254    String CountryName_THAILAND = "THAILAND";
255    String CountryName_TOGO = "TOGO";
256    String CountryName_TOKELAU = "TOKELAU";
257    String CountryName_TONGA = "TONGA";
258    String CountryName_TRINIDAD_AND_TOBAGO = "TRINIDAD_AND_TOBAGO";
259    String CountryName_TUNISIA = "TUNISIA";
260    String CountryName_TURKEY = "TURKEY";
261    String CountryName_TURKMENISTAN = "TURKMENISTAN";
262    String CountryName_TURKS_AND_CAICOS_ISLANDS = "TURKS_AND_CAICOS_ISLANDS";
263    String CountryName_TUVALU = "TUVALU";
264    String CountryName_UGANDA = "UGANDA";
265    String CountryName_UKRAINE = "UKRAINE";
266    String CountryName_UNITED_ARAB_EMIRATES = "UNITED_ARAB_EMIRATES";
267    String CountryName_UNITED_KINGDOM = "UNITED_KINGDOM";
268    String CountryName_UNITED_REPUBLIC_OF_TANZANIA = "UNITED_REPUBLIC_OF_TANZANIA";
269    String CountryName_UNITED_STATES = "UNITED_STATES";
270    String CountryName_UNITED_STATES_MINOR_OUTLYING_ISLANDS = "UNITED_STATES_MINOR_OUTLYING_ISLANDS";
271    String CountryName_UNITED_STATES_VIRGIN_ISLANDS = "UNITED_STATES_VIRGIN_ISLANDS";
272    String CountryName_URUGUAY = "URUGUAY";
273    String CountryName_UZBEKISTAN = "UZBEKISTAN";
274    String CountryName_VANUATU = "VANUATU";
275    String CountryName_VENEZUELA = "VENEZUELA";
276    String CountryName_VIETNAM = "VIETNAM";
277    String CountryName_WALLIS_AND_FUTUNA_ISLANDS = "WALLIS_AND_FUTUNA_ISLANDS";
278    String CountryName_WESTERN_SAHARA = "WESTERN_SAHARA";
279    String CountryName_YEMEN = "YEMEN";
280    String CountryName_YUGOSLAVIA = "YUGOSLAVIA";
281    String CountryName_ZAMBIA = "ZAMBIA";
282    String CountryName_ZIMBABWE = "ZIMBABWE";
283    
284}