WO2004109319A1 - Method of location finding on a mobile computing device - Google Patents

Method of location finding on a mobile computing device Download PDF

Info

Publication number
WO2004109319A1
WO2004109319A1 PCT/GB2004/002474 GB2004002474W WO2004109319A1 WO 2004109319 A1 WO2004109319 A1 WO 2004109319A1 GB 2004002474 W GB2004002474 W GB 2004002474W WO 2004109319 A1 WO2004109319 A1 WO 2004109319A1
Authority
WO
WIPO (PCT)
Prior art keywords
tiles
tile
mobile computing
computing device
location
Prior art date
Application number
PCT/GB2004/002474
Other languages
French (fr)
Inventor
Neil Jefferson Barnes
Original Assignee
Symbian Software Limited
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Symbian Software Limited filed Critical Symbian Software Limited
Publication of WO2004109319A1 publication Critical patent/WO2004109319A1/en

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S19/00Satellite radio beacon positioning systems; Determining position, velocity or attitude using signals transmitted by such systems
    • G01S19/38Determining a navigation solution using signals transmitted by a satellite radio beacon positioning system
    • G01S19/39Determining a navigation solution using signals transmitted by a satellite radio beacon positioning system the satellite radio beacon positioning system transmitting time-stamped messages, e.g. GPS [Global Positioning System], GLONASS [Global Orbiting Navigation Satellite System] or GALILEO
    • G01S19/42Determining position
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/38Electronic maps specially adapted for navigation; Updating thereof
    • G01C21/3863Structures of map data
    • G01C21/387Organisation of map data, e.g. version management or database structures
    • G01C21/3881Tile-based structures
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/38Electronic maps specially adapted for navigation; Updating thereof
    • G01C21/3863Structures of map data
    • G01C21/387Organisation of map data, e.g. version management or database structures
    • G01C21/3878Hierarchical structures, e.g. layering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases

Definitions

  • a mobile computing device is a portable computing device with resource constraints (e.g. computing power significantly less than a desktop or laptop computer). Examples of mobile computing devices includes smart phones and PDAs.
  • Mobile computing devices can run personal navigation software and other kinds of location dependent applications; generally, these applications require the device to store digital maps of a region (typically defining roads in a region such as a country as vectors and locations of interest as points coded into a standard format, such as WGC84 - World Geodetic System 1984).
  • the device itself will include software that can analyse the data held in the digital maps.
  • personal navigation software allows the device (in combination with a location finding system such as GPRS, GPS etc.) to locate the current position of the device and display it on a map and also to locate and display routes to user defined destinations.
  • the software can be used to display locations of interest on the map: for example, a user might want to know where the closest petrol station is to his current location.
  • the device can then search its database storing the location of petrol stations and then display all nearby petrol stations.
  • This kind of search function is usually performed using some kind of trigonometric function, with the straight line distance between the current location of the user and each petrol station in its entire database being sequentially calculated; no preferential ordering of the sequence of petrol stations is done, since that implies prior knowledge of which petrol station is closest, which the device does not have.
  • This kind of search can use significant computing cycles and hence power, which are both scarce resources on a mobile computing device.
  • Spatial tile indexing systems are well known in the field of mainframe databases used to store very large volumes of geographic information. Spatial tile indexing is a technique to reduce the time taken to find geographic features (landmarks, points of interest etc.) within specified criteria of another feature (e.g. distance). It comprises dividing the world into a known number of "tiles" or cells, with each tile being hie arch daily decomposable into smaller sub-tiles at one level down, and each of those sub-tiles themselves being decomposable into even smaller sub-tiles at a further level down etc.. Then, one determines which tile and sub-tile(s) a landmark is located within and storing the tile identifier(s) along with other attributes of the landmark in a database. The tile identifiers code for the level of decqmpostion of higher level tiles and sub-tiles, as well as the particular sub-tile at the lowest level of decomposition.
  • the tile identifiers are used as a first pass filter to reduce the set of candidate landmarks that have to be assessed.
  • US 2002/0035432 which describes spatial indexing linked to the internet, a field generally known as the spatial web.
  • location finding on a mobile computing device includes the step of using a database of geographic features that have been spatial tile indexed using an arrangement of tiles, in which each tile can be hierarchically decomposed into lower levels of smaller sub-tiles.
  • the prior art shows a strong technical bias towards using spatial tile indexing in the field of large geographic databases (e.g. Oracle ⁇ ? Spatial) running on computing platforms that are not challenged by the resource constraints of mobile computing devices.
  • the present invention is based on the insight that spatial tile indexing goes a long way to solving the problem of minimsing computing cycles and hence power consumption in a mobile computing device when performing a search of a geographic features database to locate user defined features that are within user specified criteria of another geographic feature (e.g. petrol stations that are closest to a user's current location).
  • another geographic feature e.g. petrol stations that are closest to a user's current location
  • Buffering e.g. determining the location of features that are within say 200 metres of a planned route
  • the present invention can be deployed as a first pass process to reduce the subsequent time needed to perform a conventional location finding process. It can also be used as the sole location finding process.
  • a region is divided into 4 tiles, number 1 through to 4, as shown in Figure 1A. This is hierarchically decomposed, so that tile region '1' is itself split into 4 tiles (known as sub-tiles), numbered 11 — 14, as shown in Figure IB. At the next level down, tile 11 is itself decomposed into 4 sub-tiles, numbered 111 through to 114, as shown in Figure IB. With 16 levels of decomposition of this kind, it is possible to map the entire world surface down to approximately lKm tiles.
  • the highest tile levels cover tiles 0 through to 3. This enables more efficient mapping to binary. These tiles can therefore be represented in binary format as 00, 01 , 10 and 11 as shown in Figure 2A;.
  • the highest tile can be held in the first two bits (bits 1 and 2 ) of a binary number.
  • the next level of decomposition can be held in the next two bits (bits 3 and 4) and so on, allowing any tile to be uniquely addressed.
  • tile '00' itself can be decomposed into sub-tiles '0000', '0001', '0010' and '0011 ', as shown in Figure 2B, as can each of the other high level tiles.
  • Each of these sub-tiles can then be decomposed using the same method as shown if Figure 2C.
  • a 2 Byte (i.e. 16 bit) number can only hold 10 levels of decomposition. With this approach, 16 levels of decomposition is possible. This is important to a mobile device where storage space is limited. It also allows 'bit comparison' to be utilised which uses less computing time than a normal comparison of two numbers
  • the bits can be utilised to indicate which half of the tile the sub-tile or feature is located in. For example the first of the two bits can be used to indicate if the sub-tile or feature is in the left side of the tile above, the second bit to indicate if the sub-tile or feature is in the top half of the tile above. This then allows easier location of the sub-tiles surrounding the current sub-tile and hence reduces the amount of computing time required when searching for features.
  • the method will round down to a smaller tile size rather than round up to a larger tile size.
  • the method will give a level of 8 (which gives a tile size of 313Km) rather than a level of 7 (which gives a tile size of 626Km).
  • the routine will continue decomposing the tile until the required level of decomposition is reached.
  • Cartesian coordinates are used to indicate the location of the feature.

Landscapes

  • Engineering & Computer Science (AREA)
  • Remote Sensing (AREA)
  • Radar, Positioning & Navigation (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Automation & Control Theory (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Instructional Devices (AREA)
  • Processing Or Creating Images (AREA)

Abstract

Location finding on a mobile computing device includes the step of using a database of geographic features that have been spatial tile indexed using an arrangement of tiles, in which each tile can be hierarchically decomposed into lower levels of smaller sub-tiles. To date, the application of spatial tile indexing in the context of resource constrained mobile computing devices has not been recognised. With the present invention, location queries that were computationally very intensive to perform using a conventional approach can now been undertaken much more efficiently.

Description

METHOD OF LOCATION FINDING ON A MOBILE COMPUTING DEVICE
BACKGROUND TO THE INVENTION
1. Field of the Invention
This invention relates to a method of location finding on a mobile computing device. A mobile computing device is a portable computing device with resource constraints (e.g. computing power significantly less than a desktop or laptop computer). Examples of mobile computing devices includes smart phones and PDAs.
2. Description of the Prior Art Mobile computing devices can run personal navigation software and other kinds of location dependent applications; generally, these applications require the device to store digital maps of a region (typically defining roads in a region such as a country as vectors and locations of interest as points coded into a standard format, such as WGC84 - World Geodetic System 1984). The device itself will include software that can analyse the data held in the digital maps. Hence, personal navigation software allows the device (in combination with a location finding system such as GPRS, GPS etc.) to locate the current position of the device and display it on a map and also to locate and display routes to user defined destinations. Likewise, the software can be used to display locations of interest on the map: for example, a user might want to know where the closest petrol station is to his current location. The device can then search its database storing the location of petrol stations and then display all nearby petrol stations. This kind of search function is usually performed using some kind of trigonometric function, with the straight line distance between the current location of the user and each petrol station in its entire database being sequentially calculated; no preferential ordering of the sequence of petrol stations is done, since that implies prior knowledge of which petrol station is closest, which the device does not have. This kind of search can use significant computing cycles and hence power, which are both scarce resources on a mobile computing device.
Spatial tile indexing systems are well known in the field of mainframe databases used to store very large volumes of geographic information. Spatial tile indexing is a technique to reduce the time taken to find geographic features (landmarks, points of interest etc.) within specified criteria of another feature (e.g. distance). It comprises dividing the world into a known number of "tiles" or cells, with each tile being hie arch daily decomposable into smaller sub-tiles at one level down, and each of those sub-tiles themselves being decomposable into even smaller sub-tiles at a further level down etc.. Then, one determines which tile and sub-tile(s) a landmark is located within and storing the tile identifier(s) along with other attributes of the landmark in a database. The tile identifiers code for the level of decqmpostion of higher level tiles and sub-tiles, as well as the particular sub-tile at the lowest level of decomposition.
When searching for landmarks that meet criteria in relation to another landmark (within a certain distance, for example) the tile identifiers are used as a first pass filter to reduce the set of candidate landmarks that have to be assessed. Reference may be made to US 2002/0035432, which describes spatial indexing linked to the internet, a field generally known as the spatial web. Reference may also be made to products such as OracleSi (see Oracleδz' Spatial: Experiences with Extensible Databases. An Oracle Technical White Paper May 1999).
SUMMARY OF THE PRESENT INVENTION
In an implementation of the present invention, location finding on a mobile computing device includes the step of using a database of geographic features that have been spatial tile indexed using an arrangement of tiles, in which each tile can be hierarchically decomposed into lower levels of smaller sub-tiles.
The prior art shows a strong technical bias towards using spatial tile indexing in the field of large geographic databases (e.g. Oracleδ? Spatial) running on computing platforms that are not challenged by the resource constraints of mobile computing devices. Hence, the present invention is based on the insight that spatial tile indexing goes a long way to solving the problem of minimsing computing cycles and hence power consumption in a mobile computing device when performing a search of a geographic features database to locate user defined features that are within user specified criteria of another geographic feature (e.g. petrol stations that are closest to a user's current location). To date, the application of spatial tile indexing in the context of resource constrained mobile computing devices has not been recognised.
With the present invention, location queries that were computationally very intensive to perform using a conventional approach can now been undertaken much more efficiently. Examples include the following:
• Buffering: e.g. determining the location of features that are within say 200 metres of a planned route
• Locating features that are within a polygon, compound polygon etc; e.g. all museums within a city boundary
• Locating features that are within an intersection of lines, polygons, compound polygons etc.; e.g. all car parks outside of a traffic congestion charging zone but in a city centre or within 100 meters of that zone. The present invention can be deployed as a first pass process to reduce the subsequent time needed to perform a conventional location finding process. It can also be used as the sole location finding process.
In conventional spatial indexing systems, a region is divided into 4 tiles, number 1 through to 4, as shown in Figure 1A. This is hierarchically decomposed, so that tile region '1' is itself split into 4 tiles (known as sub-tiles), numbered 11 — 14, as shown in Figure IB. At the next level down, tile 11 is itself decomposed into 4 sub-tiles, numbered 111 through to 114, as shown in Figure IB. With 16 levels of decomposition of this kind, it is possible to map the entire world surface down to approximately lKm tiles.
In an implementation of the present invention, instead of starting tile numbering at '1 ', we start with a '0'. Hence, the highest tile levels cover tiles 0 through to 3. This enables more efficient mapping to binary. These tiles can therefore be represented in binary format as 00, 01 , 10 and 11 as shown in Figure 2A;. The highest tile can be held in the first two bits (bits 1 and 2 ) of a binary number. The next level of decomposition can be held in the next two bits (bits 3 and 4) and so on, allowing any tile to be uniquely addressed. Therefore, tile '00' itself can be decomposed into sub-tiles '0000', '0001', '0010' and '0011 ', as shown in Figure 2B, as can each of the other high level tiles. Each of these sub-tiles can then be decomposed using the same method as shown if Figure 2C. Using the conventional method, a 2 Byte (i.e. 16 bit) number can only hold 10 levels of decomposition. With this approach, 16 levels of decomposition is possible. This is important to a mobile device where storage space is limited. It also allows 'bit comparison' to be utilised which uses less computing time than a normal comparison of two numbers
By ordering the tiles or sub-tiles as shown in Figure 2A the bits can be utilised to indicate which half of the tile the sub-tile or feature is located in. For example the first of the two bits can be used to indicate if the sub-tile or feature is in the left side of the tile above, the second bit to indicate if the sub-tile or feature is in the top half of the tile above. This then allows easier location of the sub-tiles surrounding the current sub-tile and hence reduces the amount of computing time required when searching for features.
Appendix
The following is pseudo-code to determine the level of decomposition required for tile size.
This will give the level of decomposition required for the size of tile required. The method will round down to a smaller tile size rather than round up to a larger tile size.
For example if the projection width is 40070 Km (the circumference of the earth at the equator) and the tile size required is 500 Km then the method will give a level of 8 (which gives a tile size of 313Km) rather than a level of 7 (which gives a tile size of 626Km).
Set Level to (Log2(projection width/required tile size) + 1)
If (Level - Truncated(Level)) is greater than 0 Then
Increment Level by 1 End If
The following is pseudo-code to determine the bitmapped tile identifier given the coordinates of a feature and the level of decomposition
This will give the bitmapped identifier of the tile in which the feature is located. The routine will continue decomposing the tile until the required level of decomposition is reached. In the example below the Cartesian coordinates are used to indicate the location of the feature.
Set Y_Max to maximum Y coordinate in die projection
Set Y_Min to 0
Set X_Min to maximum X coordinate in the projection Set X Max to 0
Set Bit Position to 1
Set Level to 1
Do While Level is less than or equal to Required Level
If Feature Y Coordinate is less than (Y_Min+(Y_Max-Y_Min)/2)
Then
Set Tile Identifier indexed by Bit Position to 1 Set Y Max to Y_Max - (Y_Max - Y_Min) /2
Else
Set Tile Identifier indexed by Bit Position to 0 Set YJMin to Y_Min + (Y_Max - Y_Min)/2
End If
If Feature X Coordinate is less than (X_Min+(X_Max-X_Min)/2) Then
Set Tile Identifier indexed by Bit Position plus 1 to 1 Set X_Max to X_Max - (X_Max - X_Min)/2
Else
Set Tile Identifier indexed by Bit Position plus 1 to 0 Set X_Min to X_Min + (X_Max - X_Min)/2
End If
Increment Level by 1
Increment Bit Position by 2
End Do

Claims

1. A method of location finding on a mobile computing device comprising the step of using a database of geographic features that have been spatially tile indexed using an arrangement of tiles, in which each tile can be hierarchically decomposed into lower levels of smaller sub-tiles.
2. The method of Claim 1 in which the highest tile levels cover tiles 0 through to 3.
3. The method of Claim 2 in which each of the tiles can be represented as tiles with one of the following binary values: 00, 01, 1 and 10.
4. The method of Claim 3 in which each of the lower level tiles can be decomposed into tiles with one of the following binary values: 00, 01 , 11 and 10.
5. The method of Claim 1 comprising the step of determining the location of features that are within a defined buffer zone.
6. The method of Claim 1 comprising the step of finding locations that are within a polygon or compound polygon.
7. The method of Claim 1 comprising the step of finding locations that are within an intersection of lines, polygons or compound polygons.
8. A mobile computing device programmed to perform location finding using a database of geographic features that have been spatially tile indexed using an arrangement of tiles, in which each tile can be hierarchically decomposed into lower levels of smaller sub-tiles.
9. Computer software enabling a mobile computing device to perform location finding using a database of geographic features that have been spatially tile indexed using an arrangement of tiles, in which each tile can be hierarchically decomposed into lower levels of smaller sub-tiles.
PCT/GB2004/002474 2003-06-10 2004-06-10 Method of location finding on a mobile computing device WO2004109319A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GBGB0313377.4A GB0313377D0 (en) 2003-06-10 2003-06-10 Method of location finding on a mobile computing device
GB0313377.4 2003-06-10

Publications (1)

Publication Number Publication Date
WO2004109319A1 true WO2004109319A1 (en) 2004-12-16

Family

ID=27589809

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/GB2004/002474 WO2004109319A1 (en) 2003-06-10 2004-06-10 Method of location finding on a mobile computing device

Country Status (2)

Country Link
GB (2) GB0313377D0 (en)
WO (1) WO2004109319A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013057221A1 (en) * 2011-10-18 2013-04-25 Tomtom International B.V. Methods and apparatus for identifying geographic locations

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7903791B2 (en) 2005-06-13 2011-03-08 Telecommunication Systems, Inc. Enhanced E911 location information using voice over internet protocol (VoIP)
US9041744B2 (en) * 2005-07-14 2015-05-26 Telecommunication Systems, Inc. Tiled map display on a wireless device
US20220205808A1 (en) * 2020-12-25 2022-06-30 Mapsted Corp. Localization using tessellated grids
GB2625095A (en) * 2022-12-05 2024-06-12 There Tech Ltd A system and method for generating a hierarchical location identifier

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6222482B1 (en) * 1999-01-29 2001-04-24 International Business Machines Corporation Hand-held device providing a closest feature location in a three-dimensional geometry database

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4972319A (en) * 1987-09-25 1990-11-20 Delorme David M Electronic global map generating system
CA2205836C (en) * 1994-11-21 2005-05-24 Oracle Corporation Method and apparatus for multidimensional database using binary hyperspatial code
US20020035432A1 (en) * 2000-06-08 2002-03-21 Boguslaw Kubica Method and system for spatially indexing land

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6222482B1 (en) * 1999-01-29 2001-04-24 International Business Machines Corporation Hand-held device providing a closest feature location in a three-dimensional geometry database

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
PETER VAN OOSTEROM AND TOM VIJLBRIEF: "The Spatial Location Code", SDH'96, PROCEEDINGS OF THE 7TH INTERNATIONAL SYMPOSIUM ON SPATIAL DATA HANDLING. 1. FACULTY OF GEODETIC ENGINEERING, DELFT UNIVERSITY OF TECHNOLOGY, 12 August 1996 (1996-08-12), DELFT, NL, pages 3B.1 - 3B.17, XP002293525 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013057221A1 (en) * 2011-10-18 2013-04-25 Tomtom International B.V. Methods and apparatus for identifying geographic locations
US9377311B2 (en) 2011-10-18 2016-06-28 Stichting Mapcode Foundation Method and apparatus for identifying geographic locations

Also Published As

Publication number Publication date
GB0313377D0 (en) 2003-07-16
GB0412997D0 (en) 2004-07-14
GB2402778A (en) 2004-12-15

Similar Documents

Publication Publication Date Title
US7574428B2 (en) Geometry-based search engine for navigation systems
EP3407223B1 (en) Location based full text search
US8473203B2 (en) System for power facility navigation
US7197500B1 (en) System and method for use and storage of geographic data on physical media
US6622090B2 (en) Enhanced inertial measurement unit/global positioning system mapping and navigation process
US9280567B2 (en) Technique for structuring a navigation database
EP1202029B1 (en) Method and system for compact representation of routes
US6308177B1 (en) System and method for use and storage of geographic data on physical media
US6184823B1 (en) Geographic database architecture for representation of named intersections and complex intersections and methods for formation thereof and use in a navigation application program
EP2795255B1 (en) System and method for using skyline queries to search for points of interest along a route
EP2795256B1 (en) Methods for facilitating searching of points of interest along a route
US20060218114A1 (en) System and method for location based search
US20160364411A1 (en) Geocoding Locations Near A Specified City
EP1703256A2 (en) Method of organizing map data for affinity relationships and application for use thereof
EP3505867B1 (en) Method, apparatus, and computer program product for traffic optimized routing
EP2836928B1 (en) Full text search using r-trees
US7269510B2 (en) Device and carrier of map information data
US20070208683A1 (en) Method for differentiating duplicate or similarly named disjoint localities within a state or other principal geographic unit of interest
WO2004109319A1 (en) Method of location finding on a mobile computing device
US20090089319A1 (en) System and Method for Differentiating Duplicate Addresses in a Locality
CN1153177C (en) More optimal way searching system combined with radio communication system and its method
US20090234568A1 (en) Destination setting support devices, methods, and programs
EP2098826A2 (en) Destination selection support device and destination selection support program
CN1195199C (en) Optimal path quiding system and method combining radio communication system and road condition information
Clarke et al. A new world geographic reference system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DPEN Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed from 20040101)
122 Ep: pct application non-entry in european phase