US20080140727A1 - Method and apparatus for managing geographic information system data - Google Patents

Method and apparatus for managing geographic information system data Download PDF

Info

Publication number
US20080140727A1
US20080140727A1 US11/608,129 US60812906A US2008140727A1 US 20080140727 A1 US20080140727 A1 US 20080140727A1 US 60812906 A US60812906 A US 60812906A US 2008140727 A1 US2008140727 A1 US 2008140727A1
Authority
US
United States
Prior art keywords
elements
implemented method
geometric feature
computer implemented
notice
Prior art date
Legal status (The legal status 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 status listed.)
Abandoned
Application number
US11/608,129
Inventor
Karl Christian Pschierer
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Boeing Co
Original Assignee
Boeing Co
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 Boeing Co filed Critical Boeing Co
Priority to US11/608,129 priority Critical patent/US20080140727A1/en
Assigned to THE BOEING COMPANY reassignment THE BOEING COMPANY ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: PSCHIERER, KARL CHRISTIAN
Priority to EP07023535A priority patent/EP1930817A1/en
Publication of US20080140727A1 publication Critical patent/US20080140727A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • 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/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2477Temporal data queries
    • 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

  • the present invention relates generally to an improved data processing system, and in particular, to a method and apparatus for processing data. Still more particularly, the present invention relates to a computer implemented method, apparatus, and computer usable program code updating geographic information system data.
  • Geographic information system data represents real world objects, such as, roads, land use, and elevation, using digital data.
  • This data may relate information about a real world object to a digital representation of the real world object.
  • a digital image of a runway at an airport may be used to generate a map of the runway.
  • the map may be generated through other input, such as from measurements of the runway.
  • a dataset consisting of a geometry, such as a runway polygon may be associated with information, such as elevation, surface material or pavement strength. This information is also referred to as “attributes”, which may be stored in a database that may be queried as well as analyzed.
  • ADBs airport mapping databases
  • Airlines, traffic controllers, pilots, and other entities use the information from these databases in moving map displays or for identifying certain properties of different aeronautical elements, such as open/closed attribute value or a maximum wingspan for an aircraft on runways and taxiways.
  • the aeronautical information conceptual module is a conceptual/logical model that uses entities, attributes, and relationships to describe aeronautical features, such as runways, airports, navaids, obstacles, routes, terminal procedures, air space structures, services, and related aeronautical data.
  • the aeronautical information exchange model is a data exchange specification. This specification uses extensible markup language technology to define features and messages used to exchange information about the aeronautical data contained in the aeronautical information conceptual model.
  • NOTAM is the quasi-acronym for a “Notice To Airmen”.
  • NOTAMs are created and transmitted by government agencies under guidelines specified by Annex 15: Aeronautical Information Services of the International Convention on Civil Aviation.
  • a NOTAM is filed with an aviation authority to alert aircraft pilots of any hazards en route or at a specific location. The authority in turn provides means of disseminating relevant NOTAMs to pilots.
  • NOTAMs are issued and reported for a number of reasons, such as closed runways or temporary erection of obstacles, such as a crane, near an airfield.
  • AICM/AIXM includes an electronically coded NOTAM in an extensible markup language format. This type of message is referred to as an xNOTAM and is regarded as a delta or incremental updated data for the database. As for all incremental updates, a unique key is used to identify the affected information in the database.
  • the keys for identifying elements of AMDBs are derived from attributes from elements in an airport mapping database. These keys are not always unique. As a result, if an update is provided from a source other than the database originator, the update may refer to more than one element or an entirely different element in the database if the keys are not unique.
  • One mechanism currently used is to add a unique numerical attribute to each element for use in generating unique keys. This type of solution is usable only if the updates are received from the same provider of the original data sets or if the unique elements have been shared by different providers. Otherwise, the unique key is useless, and the same problem with referencing more than one element or a different element in the airport mapping database may occur.
  • An embodiment of the present invention provides a computer implemented method, apparatus, and computer usable program code for managing data in an airport mapping database.
  • a notice of an update is received to data relating to a set of elements at an airport, wherein the notice includes an attribute value change for the set of elements, an effective period of time for the attribute change, and a geometric feature associated with the set of elements in the airport mapping database that is to be updated.
  • the set of elements is located in the airport mapping database using the geometric feature.
  • the set of elements is updated using the changed attribute, wherein the changed attribute is reflected in results returned in response to queries made during the effective period of time.
  • Another embodiment of the present invention provides a computer implemented method, apparatus, and computer usable program code for managing updates to a geographic information system database.
  • a notice of an update to data in the geographic information system database is received.
  • An element in the geographic information system database is located using the geometric feature received in the notice.
  • the set of elements is updated using update data.
  • FIG. 1 is a pictorial representation of a network of data processing systems in which the advantageous embodiments of the present invention may be implemented;
  • FIG. 2 is a block diagram of a data processing system in which the advantageous embodiments of the present invention may be implemented
  • FIG. 3 is a diagram illustrating a geographic information system database in accordance with an advantageous embodiment of the present invention.
  • FIG. 4 is an example of a record in accordance with an advantageous embodiment of the present invention.
  • FIG. 5 is a diagram of a display generated using an airport mapping database in accordance with an advantageous embodiment of the present invention.
  • FIG. 6 is a diagram of elements in an airport mapping database presented in a display in accordance with an advantageous embodiment of the present invention.
  • FIG. 7 is a diagram illustrating a data structure containing an update in accordance with an advantageous embodiment of the present invention.
  • FIG. 8 is a diagram of runways and taxiways presented in a display in accordance with an advantageous embodiment of the present invention.
  • FIG. 9 is a diagram illustrating a data structure containing an update in accordance with an advantageous embodiment of the present invention.
  • FIG. 10 is a diagram illustrating a display runway and taxiways in accordance with an advantageous embodiment of the present invention.
  • FIG. 11 is a diagram of a data structure containing update information in accordance with an advantageous embodiment of the present invention.
  • FIG. 12 is a flowchart of a process for updating records in a database in accordance with an advantageous embodiment of the present invention.
  • FIG. 13 is a flowchart of a process for creating a notice containing an update in accordance with an advantageous embodiment of the present invention.
  • FIGS. 1-2 exemplary diagrams of data processing environments are provided in which the advantageous embodiments of the present invention may be implemented. It should be appreciated that FIGS. 1-2 are only exemplary and are not intended to assert or imply any limitation with regard to the environments in which different embodiments may be implemented. Many modifications to the depicted environments may be made.
  • FIG. 1 depicts a pictorial representation of a network of data processing systems in which the advantageous embodiments of the present invention may be implemented.
  • Network data processing system 100 is a network of computers in which embodiments may be implemented.
  • Network data processing system 100 contains network 102 , which is the medium used to provide communications links between various devices and computers connected together within network data processing system 100 .
  • Network 102 may include connections, such as wire, wireless communication links, or fiber optic cables.
  • server 104 and server 106 connect to network 102 along with storage unit 108 .
  • clients 110 , 112 , and 114 connect to network 102 . These clients 110 , 112 , and 114 may be, for example, personal computers or network computers.
  • server 104 provides data, such as boot files, operating system images, and applications to clients 110 , 112 , and 114 .
  • Clients 110 , 112 , and 114 are clients to server 104 in this example.
  • server 104 , server 106 , client 110 , client 112 , and client 114 may be computers in an airport or network of airports in which servers 104 and 106 contain airport mapping databases used by the clients.
  • Network data processing system 100 may include additional servers, clients, and other devices not shown.
  • aircraft 116 also may receive information from server 104 or 106 through a wireless communications link (in-flight) or any other data link on the ground.
  • aircraft 116 may include an airport mapping database and receive updates from servers 104 and 106 for guarding changes in conditions of different aeronautical elements.
  • network data processing system 100 is the Internet with network 102 representing a worldwide collection of networks and gateways that use the Transmission Control Protocol/Internet Protocol (TCP/IP) suite of protocols to communicate with one another.
  • network data processing system 100 also may be implemented as a number of different types of networks, such as for example, an intranet, a local area network (LAN), or a wide area network (WAN).
  • FIG. 1 is intended as an example, and not as an architectural limitation for different embodiments.
  • Data processing system 200 is an example of a computer, such as server 104 or client 110 in FIG. 1 , in which computer usable code or instructions implementing the processes may be located for the illustrative embodiments.
  • data processing system 200 employs a hub architecture including a north bridge and memory controller hub (MCH) 202 and a south bridge and input/output (I/O) controller hub (ICH) 204 .
  • MCH north bridge and memory controller hub
  • I/O input/output
  • main memory 208 main memory 208
  • graphics processor 210 are coupled to north bridge and memory controller hub 202 .
  • Processing unit 206 may contain one or more processors and even may be implemented using one or more heterogeneous processor systems.
  • Graphics processor 210 may be coupled to the MCH through an accelerated graphics port (AGP), for example.
  • AGP accelerated graphics port
  • local area network (LAN) adapter 212 is coupled to south bridge and I/O controller hub 204 and audio adapter 216 , keyboard and mouse adapter 220 , modem 222 , read only memory (ROM) 224 , universal serial bus (USB) ports and other communications ports 232 , and PCI/PCIe devices 234 are coupled to south bridge and I/O controller hub 204 through bus 238 , and hard disk drive (HDD) 226 and CD-ROM drive 230 are coupled to south bridge and I/O controller hub 204 through bus 240 .
  • PCI/PCIe devices may include, for example, Ethernet adapters, add-in cards, and PC cards for notebook computers. PCI uses a card bus controller, while PCIe does not.
  • ROM 224 may be, for example, a flash binary input/output system (BIOS).
  • Hard disk drive 226 and CD-ROM drive 230 may use, for example, an integrated drive electronics (IDE) or serial advanced technology attachment (SATA) interface.
  • IDE integrated drive electronics
  • SATA serial advanced technology attachment
  • a super I/O (SIO) device 236 may be coupled to south bridge and I/O controller hub 204 .
  • An operating system runs on processing unit 206 and coordinates and provides control of various components within data processing system 200 in FIG. 2 .
  • the operating system may be a commercially available operating system such as Microsoft® Windows® XP (Microsoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both).
  • An object oriented programming system such as the JavaTM programming system, may run in conjunction with the operating system and provides calls to the operating system from Java programs or applications executing on data processing system 200 .
  • Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.
  • Instructions for the operating system, the object-oriented programming system, and applications or programs are located on storage devices, such as hard disk drive 226 , and may be loaded into main memory 208 for execution by processing unit 206 .
  • the processes of the illustrative embodiments may be performed by processing unit 206 using computer implemented instructions, which may be located in a memory such as, for example, main memory 208 , read only memory 224 , or in one or more peripheral devices.
  • FIGS. 1-2 may vary depending on the implementation.
  • Other internal hardware or peripheral devices such as flash memory, equivalent non-volatile memory, or optical disk drives and the like, may be used in addition to or in place of the hardware depicted in FIGS. 1-2 .
  • the processes of the illustrative embodiments may be applied to a multiprocessor data processing system.
  • a bus system may be comprised of one or more buses, such as a system bus, an I/O bus and a PCI bus.
  • the bus system may be implemented using any type of communications fabric or architecture that provides for a transfer of data between different components or devices attached to the fabric or architecture.
  • a communications unit may include one or more devices used to transmit and receive data, such as a modem or a network adapter.
  • a memory may be, for example, main memory 208 or a cache such as found in north bridge and memory controller hub 202 .
  • a processing unit may include one or more processors or CPUs. The depicted examples in FIGS. 1-2 and above-described examples are not meant to imply architectural limitations.
  • data processing system 200 also may be a tablet computer, laptop computer, or telephone device in addition to taking the form of a PDA.
  • the different advantageous embodiments recognize that current systems for updating data in a geographic information system database, such as an airport mapping database, is difficult without unique keys.
  • the different advantageous embodiments provide a computer implemented method, apparatus, and computer usable program code for managing data in a geometric information system database.
  • a notice used to update data in a database, such as an airport mapping database includes update data containing a geometric feature associated with an element in an airport mapping database that is to be updated using the update data.
  • the element in these examples, is located in the airport mapping database using this geometric feature as a unique key. The element is then updated using the update data.
  • the updates take the form of a notice to airmen (NOTAM).
  • NOTAM notice to airmen
  • this notice is electronically coded in an extensible markup language format in these depicted examples.
  • This type of message is referred to as an xNOTAM and is regarded as a delta or incremental updated data for the database in the illustrative examples.
  • the unique key is used to identify the affected information in the database.
  • the unique key involves the use of geo-spatial key.
  • This key includes a geometric feature that is used to uniquely identify an aeronautical element in these examples.
  • the aeronautical element may be, for example, a runway, a taxiway, or a parking stand.
  • FIG. 3 a diagram illustrating a geographic information system database is depicted in accordance with an advantageous embodiment of the present invention.
  • this database takes the form of airport mapping database 300 , which includes database management system 302 and database 304 .
  • Database management system 302 is software designed to manage database 304 .
  • Database management system 302 may perform various operations on database 304 .
  • database management system 302 may be used to add or update data within database 304 .
  • Database 304 is a collection of records or information organized in a manner that may be queried or analyzed.
  • database management system 302 receives xNOTAM 306 , which is an update to a set of elements stored in records within database 304 .
  • This set of elements is one or more elements.
  • xNOTAM 306 contains geo-spatial key 308 , which is used to uniquely identify an element in a record stored in database 304 .
  • Geo-spatial key 308 uses a geometric feature to identify an element. This geometric feature may be, for example, a point, a line, or a polygon. In these examples, the point, the line, or the polygon is defined using coordinates, such as, longitude and latitude.
  • Database management system 302 takes geo-spatial key 308 along with other attributes in xNOTAM 306 to identify one or more of records 310 in database 304 to update. In this manner, geo-spatial key 308 provides a unique way to identify each element within records 310 in database 304 .
  • requester 312 may send query 314 to database management system 302 to obtain information from database 304 .
  • One or more records, such as records 310 are retrieved and returned in request 316 by database management system 302 to requester 312 .
  • requester 312 may be a software program or component located at an airline, air traffic control tower, or aircraft.
  • the result of a request may be displayed in a map or other graphical display.
  • this information may be used to modify processes, such as routing systems in an aircraft.
  • record 400 is an example of the record in records 310 within database 304 in FIG. 3 .
  • record 400 includes element attributes 402 and geocoding 404 .
  • Element attributes 402 in these examples are information describing the particular element.
  • element attributes 402 may include an identification of the type of element, such as a runway or taxiway and further data describing this element such as, for example, the name of the element, material, elevation or status.
  • Element attributes 402 may include anything about the element that is subject to change. Additionally, this information also may identify the airport at which the element is located.
  • Geocoding 404 contains the geometry object associated with the elements.
  • geometries may be, for example, geographic coordinates, such as coordinates expressed in latitude and longitude.
  • geographic coordinates When geographic coordinates are used in geocoding 404 , these coordinates may define the outline of the particular element in case it is an area element, or a line or a point.
  • the element may be for example, a runway or a portion of a runway.
  • record 400 also may include a beginning and ending time for the complete record or for one or more particular attributes if those elements are temporary ones. In some cases the period of time may be permanent one in which a beginning time is present, but no ending time is set.
  • the geo-spatial key received in xNOTAM is used to determine whether a particular record corresponds to the geo-spatial key. For example, if the geo-spatial key takes the form of a line, the determination may be made as to whether geocoding 404 intersects the line. In another example, the geo-spatial key may be a polygon. With this type of example, a determination may be made as to whether geocoding 404 intersects the polygon or is entirely encompassed by the polygon to determine whether record 400 should be retrieved for modification. The determination also may be made as to whether geocoding 404 overlaps or touches the geo-spatial key.
  • Display 500 is generated using information from a database, such as database 304 , using database management system 302 both in FIG. 3 .
  • display 500 is an airport mapping database display in an airport moving map.
  • the position of an aircraft is shown using aircraft icon 502 , which moves with respect to map 504 as the aircraft moves.
  • a notice to airmen is presented in which information indicates that runway 506 is closed.
  • FIG. 6 a diagram of elements in an airport mapping database presented in a display is depicted in accordance with an advantageous embodiment of the present invention.
  • display 600 is a presentation of different elements in an airport mapping database.
  • the elements include runway 602 and runway 604 .
  • taxiways 606 , 608 , 610 , 612 , 614 , 616 , 618 , 620 , 622 , 624 , and 626 are illustrated. These elements for the taxiway are polygons for the taxiway. Each taxiway and runway may be described using elements that form a particular runway or taxiway.
  • taxiway 606 includes elements 628 , 630 , 632 , 634 , 636 , 638 , 640 , 642 , 644 , 646 , 648 , 650 , 652 , 654 , and 656 .
  • a portion of taxiway 606 is closed based on an xNOTAM that has been received.
  • the elements that are closed are elements 630 , 632 , 634 , 636 , 638 , 640 , 642 , 644 , 646 , 648 , 650 , 652 , and 654 .
  • This geo-spatial key takes the form of line 658 .
  • Each element in taxiway 606 intersecting line 658 is closed based on the xNOTAM that has been received. The identification of these elements is made by determining which elements within the database intersect line 658 .
  • Line 658 in these examples, is defined using a set of coordinates. The geographic coordinates defining the different elements in the database are compared to this line to determine whether intersections between line 658 and the different elements occur.
  • data structure 700 is an xNOTAM.
  • Data structure 700 is an example of data formatted using extensible markup language in these examples.
  • Line 702 identifies this update as affecting a taxiway.
  • Line 704 identifies the time when data structure 700 was generated.
  • Section 705 identifies the particular taxiway or portions of the taxiway that are affected by this update.
  • Lines 706 and 708 in data structure 700 identify the taxiway in the manner normally used. These lines contain an airport and identifier.
  • Line 710 in section 705 includes a geo-spatial key.
  • the geo-spatial key takes the form of a line with two sets of coordinates defining the end points of the line.
  • Line 712 indicates that any element in the taxiway intersecting this line is affected by the update.
  • Line 714 in data structure 700 indicates that the update is to set the status attribute of the taxiway to “closed”. This closure is valid between the times specified in lines 716 and 718 .
  • FIG. 8 a diagram of runways and taxiways presented in a display is depicted in accordance with an advantageous embodiment of the present invention.
  • display 600 indicates that taxiway guidance lines are closed and not be used.
  • polygon 800 is used in display 600 to indicate that elements 802 , 804 , 806 , 808 , 810 , 812 , 814 , 816 , 818 , 820 , 822 , 824 and 826 in taxiway 606 are closed.
  • the sections that are affected by this polygon are ones that intersect the polygon.
  • data structure 900 is an extensible markup language data structure for a xNOTAM.
  • Line 902 indicates that the type of element is for a taxiway guidance line.
  • Section 904 contains the identification of the element.
  • this section includes a geo-spatial key as shown in lines 906 and 908 . These coordinates define a polygon similar to polygon 800 in FIG. 8 .
  • the geo-spatial key is identified as being a polygon in line 910 .
  • Line 912 indicates that the elements that are affected by this update are ones that intersect the polygon.
  • FIG. 10 a diagram shows a display depicting runways and taxiways in accordance with an advantageous embodiment of the present invention.
  • display 1000 includes runways 1002 and 1004 . Additionally, this display also includes taxiways 1006 , 1008 , 1010 , 1012 , 1014 , 1016 , 1018 , and 1020 .
  • Taxiway 1012 includes elements 1021 , 1022 , 1024 , 1026 , and 1028 .
  • Polygon 1030 is used to indicate which taxiway elements in taxiway 1012 are closed. In these examples, polygon 1030 encompasses elements 1021 , 1022 , 1024 , 1026 , and 1028 . The closures only apply to elements that are located completely within polygon 1030 in these examples and do not include elements that intersect polygon 1030 .
  • data structure 1100 takes the form of a XML data structure for an xNOTAM.
  • line 1102 indicates that the elements affected are taxiway elements.
  • Section 1104 contains the identification information to identify which taxiway elements are affected by this update.
  • the type of key is identified in line 1106 as being a polygon.
  • the coordinates for this polygon are found in 1108 .
  • Line 1110 indicates that only elements that are within the polygon are affected by this update.
  • data structure 1100 in this example indicates that only taxiway elements are affected by this update. Thus, if runway elements were encompassed by the polygon, these elements would not be affected in these particular examples.
  • runway elements also are to be closed
  • a separate data structure identifying runway elements to be closed may be used containing the same polygon coordinates.
  • the identification could be global to apply to any airport element encompassed by the polygon in these examples.
  • FIG. 12 a flowchart of a process for updating records in a database is depicted in accordance with an advantageous embodiment of the present invention.
  • the process illustrated in FIG. 12 may be implemented in a database management system, such as database management system 302 to modify records within a database, such as database 304 in FIG. 3 .
  • the process begins by receiving an xNOTAM (operation 1200 ).
  • the process identifies the location (operation 1202 ).
  • the location is an identification of a particular airport.
  • the process locates the geo-spatial key and the type of element affected by the update in the xNOTAM (operation 1204 ).
  • the process searches for a record containing an element corresponding to the geo-spatial key and the type of element at the identified location (operation 1206 ).
  • the process identifies an attribute value change for these elements (operation 1212 ).
  • the geocoding of the element may also be considered as a value which may be changed.
  • a beginning and ending time for the attribute value change also is identified (operation 1214 ). Thereafter, the records in the list are updated with the attribute value change and the beginning and ending time for the attribute value change (operation 1216 ) with the process terminating thereafter.
  • the beginning and ending times for the attribute value change identified in operation 1214 may be used to determine when these changes are applied to the identified elements in the records when queries are made.
  • the application of the changes may be implemented using a number of different mechanisms. For example, the changes may be made directly to the records in the database with the beginning and ending times used to determine when these changes are to be returned with queries and when to remove the changes.
  • the updates may be stored in a separate set of tables.
  • the records for the elements corresponding to the query are identified in the database. Those records are compared to the ones in the temporary tables to determine whether changes should be applied to the response that is to be returned to the requester.
  • FIG. 13 a flowchart of a process for creating a notice containing an update is depicted in accordance with an advantageous embodiment of the present invention.
  • the process illustrated in FIG. 13 may be implemented using a database management system, such as database management system 302 of FIG. 3 .
  • the process begins by displaying a map (operation 1300 ).
  • the map is a map of all or portions of an airport. This map may include, for example, runways, taxiways, and parking stands.
  • the process waits for user input defining a geometric feature (operation 1302 ).
  • this input is received, the type of element associated with the geometric features is identified (operation 1304 ).
  • these operations in these examples receive user input to define geometric features
  • these geometric features may be created by computer implemented processes based on data received indicating what elements are affected.
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified function or functions.
  • the function or functions noted in the block may occur out of the order noted in the figures. For example, in some cases, two blocks shown in succession may be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
  • the different advantageous embodiments of the present invention provide a computer implemented method, apparatus, and computer usable program code for managing data in a geographic information system database, such as an airport mapping database.
  • a geographic information system database such as an airport mapping database.
  • This notice includes an update to the data as well as a geometric feature associated with an element in the airport mapping database that is to be updated.
  • the element is updated using the updated data.
  • This geometric feature may be, for example, a line or a polygon.
  • multiple lines or polygons or a combination of lines and polygons may be used to identify the elements that are to be updated. In this manner, each element in an airport mapping database may be uniquely identified.
  • these different features may be implemented for other types of geographic information system databases, such as navigation, obstacle databases or any other aeronautical database with geographic context.
  • these features may be applied to a database that provides for mapping of roadways in a city or state.
  • These features also may be applied to mapping of waterways.
  • the geo-spatial keys may use any sort of geometric feature or combination of geometric features depending on the particular implementation. Additionally, tolerances may be used for features that are not entirely encompassed or exactly intersect a particular element.

Abstract

A computer implemented method, apparatus, and computer usable program code for managing data in an airport mapping database. A notice of an update is received to data relating to a set of elements at an airport, wherein the notice includes a attribute value change for the set of elements, an effective period of time for the attribute value change, and a geometric feature associated with the set of elements in the airport mapping database that is to be updated. The set of elements is located in the airport mapping database using the geometric feature. The set of elements is updated using the attribute value change, wherein the attribute value change is reflected in results returned in response to queries made during the effective period of time.

Description

    BACKGROUND INFORMATION
  • 1. Field of Invention
  • The present invention relates generally to an improved data processing system, and in particular, to a method and apparatus for processing data. Still more particularly, the present invention relates to a computer implemented method, apparatus, and computer usable program code updating geographic information system data.
  • 2. Background Description
  • Geographic information system data represents real world objects, such as, roads, land use, and elevation, using digital data. This data may relate information about a real world object to a digital representation of the real world object. For example, a digital image of a runway at an airport may be used to generate a map of the runway. The map may be generated through other input, such as from measurements of the runway. Additionally, a dataset consisting of a geometry, such as a runway polygon, may be associated with information, such as elevation, surface material or pavement strength. This information is also referred to as “attributes”, which may be stored in a database that may be queried as well as analyzed.
  • Database systems have been developed using these models. The databases are often referred to as airport mapping databases (AMDBs). Airlines, traffic controllers, pilots, and other entities use the information from these databases in moving map displays or for identifying certain properties of different aeronautical elements, such as open/closed attribute value or a maximum wingspan for an aircraft on runways and taxiways.
  • One implementation of a geographic information system for aeronautical use is the aeronautical information conceptual model (AICM) and the aeronautical information exchange model (AIXM). The aeronautical information conceptual module is a conceptual/logical model that uses entities, attributes, and relationships to describe aeronautical features, such as runways, airports, navaids, obstacles, routes, terminal procedures, air space structures, services, and related aeronautical data. The aeronautical information exchange model is a data exchange specification. This specification uses extensible markup language technology to define features and messages used to exchange information about the aeronautical data contained in the aeronautical information conceptual model. These models were originally developed by Eurocontrol, which is the European organization for the safety of air navigation. This organization is a civil and military organization that contains thirty-seven number states with an objective of developing a seamless air traffic management system.
  • NOTAM is the quasi-acronym for a “Notice To Airmen”. NOTAMs are created and transmitted by government agencies under guidelines specified by Annex 15: Aeronautical Information Services of the International Convention on Civil Aviation. A NOTAM is filed with an aviation authority to alert aircraft pilots of any hazards en route or at a specific location. The authority in turn provides means of disseminating relevant NOTAMs to pilots. NOTAMs are issued and reported for a number of reasons, such as closed runways or temporary erection of obstacles, such as a crane, near an airfield. AICM/AIXM includes an electronically coded NOTAM in an extensible markup language format. This type of message is referred to as an xNOTAM and is regarded as a delta or incremental updated data for the database. As for all incremental updates, a unique key is used to identify the affected information in the database.
  • The keys for identifying elements of AMDBs are derived from attributes from elements in an airport mapping database. These keys are not always unique. As a result, if an update is provided from a source other than the database originator, the update may refer to more than one element or an entirely different element in the database if the keys are not unique. One mechanism currently used is to add a unique numerical attribute to each element for use in generating unique keys. This type of solution is usable only if the updates are received from the same provider of the original data sets or if the unique elements have been shared by different providers. Otherwise, the unique key is useless, and the same problem with referencing more than one element or a different element in the airport mapping database may occur.
  • Therefore, it would be advantageous to have an improved computer implemented method, apparatus, and computer usable program code for identifying elements in an airport mapping database.
  • SUMMARY OF THE INVENTION
  • An embodiment of the present invention provides a computer implemented method, apparatus, and computer usable program code for managing data in an airport mapping database. A notice of an update is received to data relating to a set of elements at an airport, wherein the notice includes an attribute value change for the set of elements, an effective period of time for the attribute change, and a geometric feature associated with the set of elements in the airport mapping database that is to be updated. The set of elements is located in the airport mapping database using the geometric feature. The set of elements is updated using the changed attribute, wherein the changed attribute is reflected in results returned in response to queries made during the effective period of time.
  • Another embodiment of the present invention provides a computer implemented method, apparatus, and computer usable program code for managing updates to a geographic information system database. A notice of an update to data in the geographic information system database is received. An element in the geographic information system database is located using the geometric feature received in the notice. The set of elements is updated using update data.
  • The features, functions, and advantages can be achieved independently in various embodiments of the present invention or may be combined in yet other embodiments.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The novel features believed characteristic of the invention are set forth in the appended claims. The invention itself, however, as well as a preferred mode of use, further objectives and advantages thereof, will best be understood by reference to the following detailed description of an advantageous embodiment of the present invention when read in conjunction with the accompanying drawings, wherein:
  • FIG. 1 is a pictorial representation of a network of data processing systems in which the advantageous embodiments of the present invention may be implemented;
  • FIG. 2 is a block diagram of a data processing system in which the advantageous embodiments of the present invention may be implemented;
  • FIG. 3 is a diagram illustrating a geographic information system database in accordance with an advantageous embodiment of the present invention;
  • FIG. 4 is an example of a record in accordance with an advantageous embodiment of the present invention;
  • FIG. 5 is a diagram of a display generated using an airport mapping database in accordance with an advantageous embodiment of the present invention;
  • FIG. 6 is a diagram of elements in an airport mapping database presented in a display in accordance with an advantageous embodiment of the present invention;
  • FIG. 7 is a diagram illustrating a data structure containing an update in accordance with an advantageous embodiment of the present invention;
  • FIG. 8 is a diagram of runways and taxiways presented in a display in accordance with an advantageous embodiment of the present invention;
  • FIG. 9 is a diagram illustrating a data structure containing an update in accordance with an advantageous embodiment of the present invention;
  • FIG. 10 is a diagram illustrating a display runway and taxiways in accordance with an advantageous embodiment of the present invention;
  • FIG. 11 is a diagram of a data structure containing update information in accordance with an advantageous embodiment of the present invention;
  • FIG. 12 is a flowchart of a process for updating records in a database in accordance with an advantageous embodiment of the present invention; and
  • FIG. 13 is a flowchart of a process for creating a notice containing an update in accordance with an advantageous embodiment of the present invention.
  • DETAILED DESCRIPTION OF THE INVENTION
  • With reference now to the figures and in particular with reference to FIGS. 1-2, exemplary diagrams of data processing environments are provided in which the advantageous embodiments of the present invention may be implemented. It should be appreciated that FIGS. 1-2 are only exemplary and are not intended to assert or imply any limitation with regard to the environments in which different embodiments may be implemented. Many modifications to the depicted environments may be made.
  • With reference now to the figures, FIG. 1 depicts a pictorial representation of a network of data processing systems in which the advantageous embodiments of the present invention may be implemented. Network data processing system 100 is a network of computers in which embodiments may be implemented. Network data processing system 100 contains network 102, which is the medium used to provide communications links between various devices and computers connected together within network data processing system 100. Network 102 may include connections, such as wire, wireless communication links, or fiber optic cables. In the depicted example, server 104 and server 106 connect to network 102 along with storage unit 108. In addition, clients 110, 112, and 114 connect to network 102. These clients 110, 112, and 114 may be, for example, personal computers or network computers. In the depicted example, server 104 provides data, such as boot files, operating system images, and applications to clients 110, 112, and 114. Clients 110, 112, and 114 are clients to server 104 in this example. In these examples, server 104, server 106, client 110, client 112, and client 114 may be computers in an airport or network of airports in which servers 104 and 106 contain airport mapping databases used by the clients. Network data processing system 100 may include additional servers, clients, and other devices not shown.
  • Additionally, aircraft 116 also may receive information from server 104 or 106 through a wireless communications link (in-flight) or any other data link on the ground. Alternatively, aircraft 116 may include an airport mapping database and receive updates from servers 104 and 106 for guarding changes in conditions of different aeronautical elements.
  • In the depicted example, network data processing system 100 is the Internet with network 102 representing a worldwide collection of networks and gateways that use the Transmission Control Protocol/Internet Protocol (TCP/IP) suite of protocols to communicate with one another. Of course, network data processing system 100 also may be implemented as a number of different types of networks, such as for example, an intranet, a local area network (LAN), or a wide area network (WAN). FIG. 1 is intended as an example, and not as an architectural limitation for different embodiments.
  • With reference now to FIG. 2, a block diagram of a data processing system is shown in which the advantageous embodiments of the present invention may be implemented. Data processing system 200 is an example of a computer, such as server 104 or client 110 in FIG. 1, in which computer usable code or instructions implementing the processes may be located for the illustrative embodiments.
  • In the depicted example, data processing system 200 employs a hub architecture including a north bridge and memory controller hub (MCH) 202 and a south bridge and input/output (I/O) controller hub (ICH) 204. Processing unit 206, main memory 208, and graphics processor 210 are coupled to north bridge and memory controller hub 202. Processing unit 206 may contain one or more processors and even may be implemented using one or more heterogeneous processor systems. Graphics processor 210 may be coupled to the MCH through an accelerated graphics port (AGP), for example.
  • In the depicted example, local area network (LAN) adapter 212 is coupled to south bridge and I/O controller hub 204 and audio adapter 216, keyboard and mouse adapter 220, modem 222, read only memory (ROM) 224, universal serial bus (USB) ports and other communications ports 232, and PCI/PCIe devices 234 are coupled to south bridge and I/O controller hub 204 through bus 238, and hard disk drive (HDD) 226 and CD-ROM drive 230 are coupled to south bridge and I/O controller hub 204 through bus 240. PCI/PCIe devices may include, for example, Ethernet adapters, add-in cards, and PC cards for notebook computers. PCI uses a card bus controller, while PCIe does not. ROM 224 may be, for example, a flash binary input/output system (BIOS). Hard disk drive 226 and CD-ROM drive 230 may use, for example, an integrated drive electronics (IDE) or serial advanced technology attachment (SATA) interface. A super I/O (SIO) device 236 may be coupled to south bridge and I/O controller hub 204.
  • An operating system runs on processing unit 206 and coordinates and provides control of various components within data processing system 200 in FIG. 2. The operating system may be a commercially available operating system such as Microsoft® Windows® XP (Microsoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both). An object oriented programming system, such as the Java™ programming system, may run in conjunction with the operating system and provides calls to the operating system from Java programs or applications executing on data processing system 200. Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.
  • Instructions for the operating system, the object-oriented programming system, and applications or programs are located on storage devices, such as hard disk drive 226, and may be loaded into main memory 208 for execution by processing unit 206. The processes of the illustrative embodiments may be performed by processing unit 206 using computer implemented instructions, which may be located in a memory such as, for example, main memory 208, read only memory 224, or in one or more peripheral devices.
  • The hardware in FIGS. 1-2 may vary depending on the implementation. Other internal hardware or peripheral devices, such as flash memory, equivalent non-volatile memory, or optical disk drives and the like, may be used in addition to or in place of the hardware depicted in FIGS. 1-2. Also, the processes of the illustrative embodiments may be applied to a multiprocessor data processing system.
  • A bus system may be comprised of one or more buses, such as a system bus, an I/O bus and a PCI bus. Of course the bus system may be implemented using any type of communications fabric or architecture that provides for a transfer of data between different components or devices attached to the fabric or architecture. A communications unit may include one or more devices used to transmit and receive data, such as a modem or a network adapter. A memory may be, for example, main memory 208 or a cache such as found in north bridge and memory controller hub 202. A processing unit may include one or more processors or CPUs. The depicted examples in FIGS. 1-2 and above-described examples are not meant to imply architectural limitations. For example, data processing system 200 also may be a tablet computer, laptop computer, or telephone device in addition to taking the form of a PDA.
  • The different advantageous embodiments recognize that current systems for updating data in a geographic information system database, such as an airport mapping database, is difficult without unique keys. Thus, the different advantageous embodiments provide a computer implemented method, apparatus, and computer usable program code for managing data in a geometric information system database. A notice used to update data in a database, such as an airport mapping database, includes update data containing a geometric feature associated with an element in an airport mapping database that is to be updated using the update data. The element, in these examples, is located in the airport mapping database using this geometric feature as a unique key. The element is then updated using the update data.
  • In these depicted examples, the updates take the form of a notice to airmen (NOTAM). In particular, this notice is electronically coded in an extensible markup language format in these depicted examples. This type of message is referred to as an xNOTAM and is regarded as a delta or incremental updated data for the database in the illustrative examples. As for all incremental updates, the unique key is used to identify the affected information in the database. In these examples, the unique key involves the use of geo-spatial key. This key includes a geometric feature that is used to uniquely identify an aeronautical element in these examples. The aeronautical element may be, for example, a runway, a taxiway, or a parking stand.
  • Turning now to FIG. 3, a diagram illustrating a geographic information system database is depicted in accordance with an advantageous embodiment of the present invention. In this example, this database takes the form of airport mapping database 300, which includes database management system 302 and database 304. Database management system 302 is software designed to manage database 304. Database management system 302 may perform various operations on database 304. For example, database management system 302 may be used to add or update data within database 304. Database 304 is a collection of records or information organized in a manner that may be queried or analyzed.
  • In these examples, database management system 302 receives xNOTAM 306, which is an update to a set of elements stored in records within database 304. This set of elements is one or more elements. In these particular examples, xNOTAM 306 contains geo-spatial key 308, which is used to uniquely identify an element in a record stored in database 304. Geo-spatial key 308 uses a geometric feature to identify an element. This geometric feature may be, for example, a point, a line, or a polygon. In these examples, the point, the line, or the polygon is defined using coordinates, such as, longitude and latitude.
  • Database management system 302 takes geo-spatial key 308 along with other attributes in xNOTAM 306 to identify one or more of records 310 in database 304 to update. In this manner, geo-spatial key 308 provides a unique way to identify each element within records 310 in database 304. As a result, requester 312 may send query 314 to database management system 302 to obtain information from database 304. One or more records, such as records 310 are retrieved and returned in request 316 by database management system 302 to requester 312. In these examples, requester 312 may be a software program or component located at an airline, air traffic control tower, or aircraft.
  • The result of a request may be displayed in a map or other graphical display. Alternatively, this information may be used to modify processes, such as routing systems in an aircraft.
  • Turning now to FIG. 4, an example of the record is depicted in accordance with an advantageous embodiment of the present invention. As illustrated, record 400 is an example of the record in records 310 within database 304 in FIG. 3. In this illustrative example, record 400 includes element attributes 402 and geocoding 404. Element attributes 402 in these examples are information describing the particular element. For example, element attributes 402 may include an identification of the type of element, such as a runway or taxiway and further data describing this element such as, for example, the name of the element, material, elevation or status. Element attributes 402 may include anything about the element that is subject to change. Additionally, this information also may identify the airport at which the element is located. Geocoding 404 contains the geometry object associated with the elements. These geometries may be, for example, geographic coordinates, such as coordinates expressed in latitude and longitude. When geographic coordinates are used in geocoding 404, these coordinates may define the outline of the particular element in case it is an area element, or a line or a point. The element may be for example, a runway or a portion of a runway.
  • Additionally, depending on the particular implementation, record 400 also may include a beginning and ending time for the complete record or for one or more particular attributes if those elements are temporary ones. In some cases the period of time may be permanent one in which a beginning time is present, but no ending time is set.
  • The geo-spatial key received in xNOTAM, such as xNOTAM 306 in FIG. 3, is used to determine whether a particular record corresponds to the geo-spatial key. For example, if the geo-spatial key takes the form of a line, the determination may be made as to whether geocoding 404 intersects the line. In another example, the geo-spatial key may be a polygon. With this type of example, a determination may be made as to whether geocoding 404 intersects the polygon or is entirely encompassed by the polygon to determine whether record 400 should be retrieved for modification. The determination also may be made as to whether geocoding 404 overlaps or touches the geo-spatial key.
  • Turning now to FIG. 5, a diagram of a display generated using an airport mapping database is depicted in accordance with an advantageous embodiment of the present invention. Display 500 is generated using information from a database, such as database 304, using database management system 302 both in FIG. 3.
  • In this example, display 500 is an airport mapping database display in an airport moving map. In this example, the position of an aircraft is shown using aircraft icon 502, which moves with respect to map 504 as the aircraft moves. In this particular example, a notice to airmen is presented in which information indicates that runway 506 is closed.
  • Turning now to FIG. 6, a diagram of elements in an airport mapping database presented in a display is depicted in accordance with an advantageous embodiment of the present invention. In this example, display 600 is a presentation of different elements in an airport mapping database. In this example, the elements include runway 602 and runway 604. Additionally, taxiways 606, 608, 610, 612, 614, 616, 618, 620, 622, 624, and 626 are illustrated. These elements for the taxiway are polygons for the taxiway. Each taxiway and runway may be described using elements that form a particular runway or taxiway. For example, taxiway 606 includes elements 628, 630, 632, 634, 636, 638, 640, 642, 644, 646, 648, 650, 652, 654, and 656. In this particular example, a portion of taxiway 606 is closed based on an xNOTAM that has been received. In the depicted example, the elements that are closed are elements 630, 632, 634, 636, 638, 640, 642, 644, 646, 648, 650, 652, and 654.
  • These portions are identified using a geo-spatial key. This geo-spatial key takes the form of line 658. Each element in taxiway 606 intersecting line 658 is closed based on the xNOTAM that has been received. The identification of these elements is made by determining which elements within the database intersect line 658. Line 658, in these examples, is defined using a set of coordinates. The geographic coordinates defining the different elements in the database are compared to this line to determine whether intersections between line 658 and the different elements occur.
  • Turning now to FIG. 7, a diagram illustrating a data structure containing an update is depicted in accordance with an advantageous embodiment of the present invention. In this particular example, data structure 700 is an xNOTAM. Data structure 700 is an example of data formatted using extensible markup language in these examples. Line 702 identifies this update as affecting a taxiway. Line 704 identifies the time when data structure 700 was generated. Section 705 identifies the particular taxiway or portions of the taxiway that are affected by this update. Lines 706 and 708 in data structure 700 identify the taxiway in the manner normally used. These lines contain an airport and identifier.
  • Line 710 in section 705 includes a geo-spatial key. In this example, the geo-spatial key takes the form of a line with two sets of coordinates defining the end points of the line. Line 712 indicates that any element in the taxiway intersecting this line is affected by the update. Line 714 in data structure 700 indicates that the update is to set the status attribute of the taxiway to “closed”. This closure is valid between the times specified in lines 716 and 718.
  • Turning now to FIG. 8, a diagram of runways and taxiways presented in a display is depicted in accordance with an advantageous embodiment of the present invention. As illustrated, display 600 indicates that taxiway guidance lines are closed and not be used. In this example, polygon 800 is used in display 600 to indicate that elements 802, 804, 806, 808, 810, 812, 814, 816, 818, 820, 822, 824 and 826 in taxiway 606 are closed. The sections that are affected by this polygon are ones that intersect the polygon.
  • Turning now to FIG. 9, a diagram of a data structure containing an update is depicted in accordance with an advantageous embodiment of the present invention. In this example, data structure 900 is an extensible markup language data structure for a xNOTAM. Line 902 indicates that the type of element is for a taxiway guidance line. Section 904 contains the identification of the element. In these examples, this section includes a geo-spatial key as shown in lines 906 and 908. These coordinates define a polygon similar to polygon 800 in FIG. 8. In this example, the geo-spatial key is identified as being a polygon in line 910. Line 912 indicates that the elements that are affected by this update are ones that intersect the polygon.
  • Turning now to FIG. 10, a diagram shows a display depicting runways and taxiways in accordance with an advantageous embodiment of the present invention. In this example, display 1000 includes runways 1002 and 1004. Additionally, this display also includes taxiways 1006, 1008, 1010, 1012, 1014, 1016, 1018, and 1020. Taxiway 1012 includes elements 1021, 1022, 1024, 1026, and 1028. Polygon 1030 is used to indicate which taxiway elements in taxiway 1012 are closed. In these examples, polygon 1030 encompasses elements 1021, 1022, 1024, 1026, and 1028. The closures only apply to elements that are located completely within polygon 1030 in these examples and do not include elements that intersect polygon 1030.
  • Turning now to FIG. 11, a diagram of a data structure containing update information is depicted in accordance with an advantageous embodiment of the present invention. In this example, data structure 1100 takes the form of a XML data structure for an xNOTAM. In this example, line 1102 indicates that the elements affected are taxiway elements. Section 1104 contains the identification information to identify which taxiway elements are affected by this update.
  • In these examples, the type of key is identified in line 1106 as being a polygon. The coordinates for this polygon are found in 1108. Line 1110 indicates that only elements that are within the polygon are affected by this update. Additionally, data structure 1100 in this example indicates that only taxiway elements are affected by this update. Thus, if runway elements were encompassed by the polygon, these elements would not be affected in these particular examples.
  • Of course, depending on the particular implementation, if runway elements also are to be closed, a separate data structure identifying runway elements to be closed may be used containing the same polygon coordinates. In another alternative embodiment, the identification could be global to apply to any airport element encompassed by the polygon in these examples.
  • Turning now to FIG. 12, a flowchart of a process for updating records in a database is depicted in accordance with an advantageous embodiment of the present invention. The process illustrated in FIG. 12 may be implemented in a database management system, such as database management system 302 to modify records within a database, such as database 304 in FIG. 3.
  • The process begins by receiving an xNOTAM (operation 1200). The process then identifies the location (operation 1202). In these examples, the location is an identification of a particular airport. Thereafter, the process locates the geo-spatial key and the type of element affected by the update in the xNOTAM (operation 1204). The process then searches for a record containing an element corresponding to the geo-spatial key and the type of element at the identified location (operation 1206).
  • A determination is made as to whether a record for the element corresponding to the geo-spatial key and the type of element at the location has been found that has not previously been identified (operation 1208). If such a record is found, the record is added to a list (operation 1210) with the process then turning to operation 1206 as described above.
  • When no more new records are found in operation 1208, the process then identifies an attribute value change for these elements (operation 1212). The geocoding of the element may also be considered as a value which may be changed. Additionally, a beginning and ending time for the attribute value change also is identified (operation 1214). Thereafter, the records in the list are updated with the attribute value change and the beginning and ending time for the attribute value change (operation 1216) with the process terminating thereafter.
  • The beginning and ending times for the attribute value change identified in operation 1214 may be used to determine when these changes are applied to the identified elements in the records when queries are made. The application of the changes may be implemented using a number of different mechanisms. For example, the changes may be made directly to the records in the database with the beginning and ending times used to determine when these changes are to be returned with queries and when to remove the changes.
  • Alternatively, the updates may be stored in a separate set of tables. With this type of implementation, when a query is made, the records for the elements corresponding to the query are identified in the database. Those records are compared to the ones in the temporary tables to determine whether changes should be applied to the response that is to be returned to the requester.
  • Turning now to FIG. 13, a flowchart of a process for creating a notice containing an update is depicted in accordance with an advantageous embodiment of the present invention. The process illustrated in FIG. 13 may be implemented using a database management system, such as database management system 302 of FIG. 3.
  • The process begins by displaying a map (operation 1300). In these examples, the map is a map of all or portions of an airport. This map may include, for example, runways, taxiways, and parking stands. Thereafter, the process waits for user input defining a geometric feature (operation 1302). When this input is received, the type of element associated with the geometric features is identified (operation 1304).
  • Next, a determination is made as to whether the user has finished defining geometric features (operation 1306). If the user has not concluded defining geometric features, the process returns to operation 1302. Otherwise, the user has to define which attributes of the defined elements have to be modified. After that, the notice is created (operation 1308). In these examples, the notice is an xNOTAM using extensible markup language. This notice may take the form of data structures, such as those illustrated in FIGS. 7, 9, or 11. Thereafter, the notice is distributed (operation 1310) with the process terminating thereafter.
  • Although these operations in these examples receive user input to define geometric features, these geometric features may be created by computer implemented processes based on data received indicating what elements are affected.
  • The flowcharts and block diagrams in the different depicted embodiments illustrate the architecture, functionality, and operation of some possible implementations of apparatus, methods, and computer program products. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified function or functions. In some alternative implementations, the function or functions noted in the block may occur out of the order noted in the figures. For example, in some cases, two blocks shown in succession may be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
  • Therefore, the different advantageous embodiments of the present invention provide a computer implemented method, apparatus, and computer usable program code for managing data in a geographic information system database, such as an airport mapping database. When a notice of an update to data is received, an element is located using the notice. This notice includes an update to the data as well as a geometric feature associated with an element in the airport mapping database that is to be updated. When this element is located, the element is updated using the updated data. This geometric feature may be, for example, a line or a polygon. Further, depending on the particular implementation, multiple lines or polygons or a combination of lines and polygons may be used to identify the elements that are to be updated. In this manner, each element in an airport mapping database may be uniquely identified.
  • Further, although the depicted embodiments are implemented in an airport mapping database, these different features may be implemented for other types of geographic information system databases, such as navigation, obstacle databases or any other aeronautical database with geographic context. For example, these features may be applied to a database that provides for mapping of roadways in a city or state. These features also may be applied to mapping of waterways. The geo-spatial keys may use any sort of geometric feature or combination of geometric features depending on the particular implementation. Additionally, tolerances may be used for features that are not entirely encompassed or exactly intersect a particular element.
  • The description of the present invention has been presented for purposes of illustration and description, and is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art. Further, different advantageous embodiments may provide different advantages as compared to other advantageous embodiments. The embodiment or embodiments selected are chosen and described in order to best explain the principles of the invention, the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.

Claims (20)

1. A computer implemented method for managing an airport mapping database, the computer implemented method comprising:
receiving a notice of an update to data relating to a set of elements at an airport, wherein the notice includes a attribute value change for the set of elements, an effective period of time for the attribute value change, and a geometric feature associated with the set of elements in the airport mapping database that is to be updated;
locating the set of elements in the airport mapping database using the geometric feature; and
updating the set of elements using the attribute value change, wherein the attribute value change is reflected in results returned in response to queries made during the effective period of time.
2. The computer implemented method of claim 1, wherein the effective period is permanent and has a beginning time and no ending time.
3. The computer implemented method of claim 1, wherein the locating step comprises:
identifying the set of elements as elements that intersect the geometric feature.
4. The computer implemented method of claim 1, wherein the locating step comprises:
identifying the set of elements as elements that are encompassed by the geometric feature.
5. The computer implemented method of claim 1, wherein the updating step comprises:
creating a record in a temporary table for the set of elements, wherein the temporary table is checked when a query is made to identify recent updates.
6. The computer implemented method of claim 1, wherein the notice is valid for a period of time and wherein the updating step comprises:
applying the update only to a query returning an element in the set of elements during the period of time.
7. The computer implemented method of claim 1, wherein the notice is a data structure in an extensible markup language.
8. The computer implemented method of claim 7, wherein the notice in the extensible markup language is a notice to airmen.
9. The computer implemented method of claim 1, wherein the geometric feature comprises at least one of a point, a line, and polygon.
10. The computer implemented method of claim 1, wherein the geometric feature is defined using a set of coordinates.
11. The computer implemented method of claim 1, wherein the data indicates that the set of elements are unusable for a selected period of time.
12. A computer implemented method for managing updates to a geographic information system database, the computer implemented method comprising;
receiving a notice of an update to data in the geographic information system database;
locating an element in the geographic information system database using a geometric feature received in the notice; and
updating a set of elements using update data.
13. The computer implemented method of claim 12, wherein the locating step comprises:
identifying the element based on an intersection of the element with the geometric feature.
14. The computer implemented method of claim 12, wherein the locating step comprises:
identifying the element based on the element being encompassed by the geometric feature.
15. The computer implemented method of claim 12, wherein the locating step comprises:
identifying the element based on the element crossing the geometric feature.
16. The computer implemented method of claim 12, wherein the locating step comprises:
identifying the element based on the element touching the geometric feature.
17. The computer implemented method of claim 12, wherein the locating step comprises:
identifying the element based on the element overlapping the geometric feature.
18. A computer program product comprising:
a computer usable medium having computer usable program code for managing an airport mapping database, the computer program medium comprising:
computer usable program code for receiving a notice of an update to data relating to a set of elements at an airport, wherein the notice includes a attribute value change for the set of elements, an effective period of time for the attribute value change, and a geometric feature associated with the set of elements in the airport mapping database that is to be updated;
computer usable program code for locating the set of elements in the airport mapping database using the geometric feature; and
computer usable program code for updating the set of elements using the attribute value change, wherein the attribute value change is reflected in results returned in response to queries made during the effective period of time.
19. The computer program product of claim 18, wherein the computer usable program code for locating the set of elements in the airport mapping database using the geometric feature comprises:
computer usable program code for identifying the set of elements as elements that intersect the geometric feature.
20. A data processing system comprising:
a bus;
a communications unit connected to the bus;
a storage device connected to the bus, wherein the storage device includes computer usable program code; and
a processor unit connected to the bus, wherein the processor unit executes the computer usable program code to receive a notice of an update to data relating to a set of elements at an airport, wherein the notice includes a attribute value change for the set of elements, an effective period of time for the attribute value change, and a geometric feature associated with the set of elements in an airport mapping database that is to be updated; locate the set of elements in the airport mapping database using the geometric feature; and update the set of elements using the attribute value change, wherein the attribute value change is reflected in results returned in response to queries made during the effective period of time.
US11/608,129 2006-12-07 2006-12-07 Method and apparatus for managing geographic information system data Abandoned US20080140727A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US11/608,129 US20080140727A1 (en) 2006-12-07 2006-12-07 Method and apparatus for managing geographic information system data
EP07023535A EP1930817A1 (en) 2006-12-07 2007-12-05 Method and apparatus for managing geographic information system data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/608,129 US20080140727A1 (en) 2006-12-07 2006-12-07 Method and apparatus for managing geographic information system data

Publications (1)

Publication Number Publication Date
US20080140727A1 true US20080140727A1 (en) 2008-06-12

Family

ID=39197253

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/608,129 Abandoned US20080140727A1 (en) 2006-12-07 2006-12-07 Method and apparatus for managing geographic information system data

Country Status (2)

Country Link
US (1) US20080140727A1 (en)
EP (1) EP1930817A1 (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080307498A1 (en) * 2006-12-27 2008-12-11 Waterstone Environmental Hydrology & Engineering, Inc. Access control for server-based geographic information system
US20080313129A1 (en) * 2007-06-13 2008-12-18 Christian Pschierer Method and apparatus for enhancing a geographic information system database with operational data
US20100017855A1 (en) * 2006-05-16 2010-01-21 Waterstone Environmental Hydrology & Engineering, Inc. State Saver/Restorer for a Geospatial Decision Management System
US20100253687A1 (en) * 2009-04-03 2010-10-07 Thales Method for Determining the Characteristic Points of a Bridge on an Airport Map
US20130090841A1 (en) * 2011-10-11 2013-04-11 Nima Barraci Methods and systems for integrating runway status and layout
US8601000B1 (en) 2011-06-27 2013-12-03 Amazon Technologies, Inc. System and method for conditionally updating an item with attribute granularity
US20140062729A1 (en) * 2012-09-05 2014-03-06 Honeywell International Inc. Systems and methods for improving runway status awareness
US8736633B2 (en) 2011-11-09 2014-05-27 Honeywell International Inc. Traffic symbology on airport moving map
US20150170492A1 (en) * 2010-08-30 2015-06-18 The Boeing Company Selective NOTAM Notification
US9646501B2 (en) 2015-07-14 2017-05-09 Honeywell International Inc. System and method for integrating temporal data into flight management systems
US20200285828A1 (en) * 2019-03-08 2020-09-10 Airbus (S.A.S.) Method and system for automatically updating at least one airport database
CN115221885A (en) * 2022-09-20 2022-10-21 中航材导航技术(北京)有限公司 Method for synthesizing digital aviation information static and dynamic information

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2462692C2 (en) * 2010-11-13 2012-09-27 Евгений Иванович Рябов Method of determining soil loss by water erosion
GB2533631B (en) * 2014-12-24 2019-07-03 Ge Aviation Systems Method for providing an airport model
CN111783397B (en) * 2020-06-24 2023-05-05 中国民用航空飞行学院 Localization coding method, device and storage medium of AIXM data structure
CN111767336A (en) * 2020-06-24 2020-10-13 中国民用航空飞行学院 Visualization method and device for AIXM data structure and storage medium
CN112416990A (en) * 2020-11-30 2021-02-26 中国民航信息网络股份有限公司 Data integration method, device, server and storage medium
US11941996B2 (en) * 2022-03-07 2024-03-26 The Boeing Company Graphical representation of taxiway status

Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6247019B1 (en) * 1998-03-17 2001-06-12 Prc Public Sector, Inc. Object-based geographic information system (GIS)
US20020032674A1 (en) * 1995-01-11 2002-03-14 William T. Semple System and methods for remotely accessing a selected group of items of interest from a database
US20030191688A1 (en) * 2002-04-08 2003-10-09 Prince George Burling System, method, and storage medium for providing variable consumer-oriented information in a retail environment
US20040036688A1 (en) * 2002-08-21 2004-02-26 International Business Machines Corporation Mapping display space
US20040036649A1 (en) * 1993-05-18 2004-02-26 Taylor William Michael Frederick GPS explorer
US6707421B1 (en) * 1997-08-19 2004-03-16 Siemens Vdo Automotive Corporation Driver information system
US20040073571A1 (en) * 2002-10-10 2004-04-15 International Business Machines Corporation Console flight management system and method
US20040078367A1 (en) * 2000-04-03 2004-04-22 Mark Anderson Method and system to modify geolocation activities based on logged query information
US20040225432A1 (en) * 1991-02-25 2004-11-11 H. Robert Pilley Method and system for the navigation and control of vehicles at an airport and in the surrounding airspace
US20040230595A1 (en) * 2002-03-28 2004-11-18 Harris Corporation Three-dimensional volumetric geo-spatial querying
US20050187677A1 (en) * 2001-10-01 2005-08-25 Kline & Walker, Llc PFN/TRAC systemTM FAA upgrades for accountable remote and robotics control to stop the unauthorized use of aircraft and to improve equipment management and public safety in transportation
US20050200501A1 (en) * 1999-03-05 2005-09-15 Smith Alexander E. Aircraft boundary transition warnings and auto alerting
US6968271B1 (en) * 2000-10-30 2005-11-22 Board Of Trustees Of The University Of Illinois Method and system for querying in a moving object database
US20050261814A1 (en) * 2003-02-24 2005-11-24 Ryan International Method and apparatus for predicting runway overrun
US20060229058A1 (en) * 2005-10-29 2006-10-12 Outland Research Real-time person-to-person communication using geospatial addressing
US20070005199A1 (en) * 2005-06-29 2007-01-04 Honeywell International Inc. System and method for enhancing computer-generated images of terrain on aircraft displays
US20070027903A1 (en) * 2004-02-19 2007-02-01 Evans Scott A Community Awareness Management Systems and Methods
US20070156635A1 (en) * 2006-01-04 2007-07-05 Tatton Stephen C Airport operations monitoring system
US7366736B1 (en) * 2003-05-19 2008-04-29 Diamond Visionics L.L.C. Method and system for generating real-time simulator database
US20080125960A1 (en) * 2006-11-29 2008-05-29 Patrick Ralf Wipplinger System and method for terminal charts, airport maps and aeronautical context display
US7464096B2 (en) * 2000-04-06 2008-12-09 Justsystems Evans Reasearch, Inc. Method and apparatus for information mining and filtering
US20090089324A1 (en) * 2007-01-29 2009-04-02 Honeywell International, Inc. System and method for selective display of a standby attitude indicator and an airport map data using the same display

Patent Citations (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040225432A1 (en) * 1991-02-25 2004-11-11 H. Robert Pilley Method and system for the navigation and control of vehicles at an airport and in the surrounding airspace
US20040036649A1 (en) * 1993-05-18 2004-02-26 Taylor William Michael Frederick GPS explorer
US20020032674A1 (en) * 1995-01-11 2002-03-14 William T. Semple System and methods for remotely accessing a selected group of items of interest from a database
US20020169541A1 (en) * 1995-01-11 2002-11-14 Bouve W. Lincoln System and methods for remotely accessing a selected group of items of interest from a database
US6707421B1 (en) * 1997-08-19 2004-03-16 Siemens Vdo Automotive Corporation Driver information system
US6247019B1 (en) * 1998-03-17 2001-06-12 Prc Public Sector, Inc. Object-based geographic information system (GIS)
US20050200501A1 (en) * 1999-03-05 2005-09-15 Smith Alexander E. Aircraft boundary transition warnings and auto alerting
US20040078367A1 (en) * 2000-04-03 2004-04-22 Mark Anderson Method and system to modify geolocation activities based on logged query information
US7464096B2 (en) * 2000-04-06 2008-12-09 Justsystems Evans Reasearch, Inc. Method and apparatus for information mining and filtering
US6968271B1 (en) * 2000-10-30 2005-11-22 Board Of Trustees Of The University Of Illinois Method and system for querying in a moving object database
US20050187677A1 (en) * 2001-10-01 2005-08-25 Kline & Walker, Llc PFN/TRAC systemTM FAA upgrades for accountable remote and robotics control to stop the unauthorized use of aircraft and to improve equipment management and public safety in transportation
US20040230595A1 (en) * 2002-03-28 2004-11-18 Harris Corporation Three-dimensional volumetric geo-spatial querying
US20030191688A1 (en) * 2002-04-08 2003-10-09 Prince George Burling System, method, and storage medium for providing variable consumer-oriented information in a retail environment
US20040036688A1 (en) * 2002-08-21 2004-02-26 International Business Machines Corporation Mapping display space
US20040073571A1 (en) * 2002-10-10 2004-04-15 International Business Machines Corporation Console flight management system and method
US20050261814A1 (en) * 2003-02-24 2005-11-24 Ryan International Method and apparatus for predicting runway overrun
US7366736B1 (en) * 2003-05-19 2008-04-29 Diamond Visionics L.L.C. Method and system for generating real-time simulator database
US20070027903A1 (en) * 2004-02-19 2007-02-01 Evans Scott A Community Awareness Management Systems and Methods
US20070005199A1 (en) * 2005-06-29 2007-01-04 Honeywell International Inc. System and method for enhancing computer-generated images of terrain on aircraft displays
US20060229058A1 (en) * 2005-10-29 2006-10-12 Outland Research Real-time person-to-person communication using geospatial addressing
US20070156635A1 (en) * 2006-01-04 2007-07-05 Tatton Stephen C Airport operations monitoring system
US20080125960A1 (en) * 2006-11-29 2008-05-29 Patrick Ralf Wipplinger System and method for terminal charts, airport maps and aeronautical context display
US20090089324A1 (en) * 2007-01-29 2009-04-02 Honeywell International, Inc. System and method for selective display of a standby attitude indicator and an airport map data using the same display

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100017855A1 (en) * 2006-05-16 2010-01-21 Waterstone Environmental Hydrology & Engineering, Inc. State Saver/Restorer for a Geospatial Decision Management System
US7853988B2 (en) 2006-05-16 2010-12-14 Waterstone Environmental Hydrology & Engineering, Inc. State saver/restorer for a geospatial decision management system
US20080307498A1 (en) * 2006-12-27 2008-12-11 Waterstone Environmental Hydrology & Engineering, Inc. Access control for server-based geographic information system
US20080313129A1 (en) * 2007-06-13 2008-12-18 Christian Pschierer Method and apparatus for enhancing a geographic information system database with operational data
US8533180B2 (en) 2007-06-13 2013-09-10 The Boeing Company Method and apparatus for enhancing a geographic information system database with operational data
US20100253687A1 (en) * 2009-04-03 2010-10-07 Thales Method for Determining the Characteristic Points of a Bridge on an Airport Map
US8581909B2 (en) * 2009-04-03 2013-11-12 Thales Method for determining the characteristic points of a bridge on an airport map
US9824567B2 (en) * 2010-08-30 2017-11-21 The Boeing Company Selective NOTAM notification
US20150170492A1 (en) * 2010-08-30 2015-06-18 The Boeing Company Selective NOTAM Notification
US9507818B1 (en) 2011-06-27 2016-11-29 Amazon Technologies, Inc. System and method for conditionally updating an item with attribute granularity
US8601000B1 (en) 2011-06-27 2013-12-03 Amazon Technologies, Inc. System and method for conditionally updating an item with attribute granularity
US11789925B2 (en) 2011-06-27 2023-10-17 Amazon Technologies, Inc. System and method for conditionally updating an item with attribute granularity
US10387402B2 (en) 2011-06-27 2019-08-20 Amazon Technologies, Inc. System and method for conditionally updating an item with attribute granularity
US20130090841A1 (en) * 2011-10-11 2013-04-11 Nima Barraci Methods and systems for integrating runway status and layout
US9098996B2 (en) * 2011-10-11 2015-08-04 The Boeing Company Methods and systems for integrating runway status and layout
US8736633B2 (en) 2011-11-09 2014-05-27 Honeywell International Inc. Traffic symbology on airport moving map
US9117367B2 (en) * 2012-09-05 2015-08-25 Honeywell International Inc. Systems and methods for improving runway status awareness
CN103680216A (en) * 2012-09-05 2014-03-26 霍尼韦尔国际公司 System and method for improving runway status awareness
US20140062729A1 (en) * 2012-09-05 2014-03-06 Honeywell International Inc. Systems and methods for improving runway status awareness
US9646501B2 (en) 2015-07-14 2017-05-09 Honeywell International Inc. System and method for integrating temporal data into flight management systems
US20200285828A1 (en) * 2019-03-08 2020-09-10 Airbus (S.A.S.) Method and system for automatically updating at least one airport database
CN115221885A (en) * 2022-09-20 2022-10-21 中航材导航技术(北京)有限公司 Method for synthesizing digital aviation information static and dynamic information

Also Published As

Publication number Publication date
EP1930817A1 (en) 2008-06-11

Similar Documents

Publication Publication Date Title
US20080140727A1 (en) Method and apparatus for managing geographic information system data
US8112186B2 (en) Method and apparatus for managing flight planning
US8996523B1 (en) Forming quality street addresses from multiple providers
US7483025B2 (en) Vector-based geographic data
US6985929B1 (en) Distributed object-oriented geospatial information distribution system and method thereof
US8738284B1 (en) Method, system, and computer program product for dynamically rendering transit maps
US8533180B2 (en) Method and apparatus for enhancing a geographic information system database with operational data
JP2021152663A (en) Map data processing method, device, and equipment and storage media
US8862287B1 (en) Four dimensional trajectory based operation flight plans
JP2003516587A (en) Hierarchical subsystem architecture of flight management system
US8996202B1 (en) Presenting notices to airmen in charting applications
EP4305534A1 (en) Location-specific three-dimensional models responsive to location-related queries
CA3043210C (en) Position reporting and navigation in an integrated flight application using bullseye
US9410819B2 (en) Management system for aeronautical information
US11156475B2 (en) Method and system for packing an electronic flight bag
KR20110058089A (en) Apparatus and method of managing objects and events by using vector based geographic information system
US20050110800A1 (en) Method for dynamically updating a planar topology
CN115248649A (en) Sliding route generator
US20210056855A1 (en) Method and system for processing military training routes
JP6113422B2 (en) Role-based product management system using proxy objects
US11275718B2 (en) Bundled distribution and management of aeronautical data
Zarazua et al. Operational Design Domain Feature Optimization Route Planning Tool for Automated Vehicle Open Road Testing
Thota Programming MapPoint in. NET: Creating Location-Based Applications
Mingins THE FUTURE OF GIS.
Crnišanin et al. Architecture of Integrated Gis and Gps for Vehicle Monitoring

Legal Events

Date Code Title Description
AS Assignment

Owner name: THE BOEING COMPANY, ILLINOIS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PSCHIERER, KARL CHRISTIAN;REEL/FRAME:018602/0118

Effective date: 20061207

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION