Object-based spatial database
From Wikipedia, the free encyclopedia
object-based spatial database is a spatialDatabase that stores the location as objects. The object-based spatial model treats the world as surface littered with recognizable objects (e.g. cities, rivers,..),which exist independent of their locations.
Objects can be simple as polygon and lines ,or be more complex to represent cities.
While field-based data model see the world as continuous surface over which features( e.g. elevation ) varies.
Using object-based spatial database, it is easier to store more attributes with the objects such as direction ,speed ,etc.. , using these attributes can make easier to answer queries like find all tanks whose speed is 10 km and oriented to north. Or find all enemies tanks in certain region?. Storing attributes with objects can provide better result presentation. and improved manipulation capabilities in more efficient way. In field-based data model ,this information is usually stored at different layers and it is harder to extract different Information from various layers. This data model can be applied above the ER as in GERM model and GISER.
In [2],S.Shekhar introduces direction as a spatial object and present a solution to object-direction-based queries.
Describe the architectures of various object-relational spatial data models, including spatial extensions of DBMS, proprietary object-based data models from GIS vendors, and open-source and standards-based efforts
Contents |
[edit] Data model represtantion
most common representation for the data model are
[edit] OMT-G
Provides a UML representation for geographic applications, it can represent the concept of field ,object and provide way to differentiate between spatial relation and simple association.
[edit] Entity Relationship
[edit] GraphDB
Represent a framework objects as classes which are partitioned into three kinds of classes, called simple classes, link classes, and path classes. Objects of a simple class are on the one hand just like objects in other models: They have an object type and an object identity and can have attributes whose values are either of a data type (e.g. integer, string) or of an object type (that is, an attribute may contain a reference to another object). So the structure of an object is basically that of a tuple or record. On the other hand, objects of a simple class are nodes of the database graph – the whole database can also be viewed as a single graph. Objects of a link class are like objects of a simple class but additionally contain two distinguished references to source and target objects (belonging to simple classes), which makes them edges of the database graph. Finally, an object of a path class is like an object of a simple class, but contains additionally a list of references to node and edge objects which form a path over the database graph.
[edit] GEIS
Repesent a data model to store geographic information on top of EER model, GEIS define the input data model and provide the following for data model Geometry. In the GISER model, geometry is an entity that is related to a spatial object by the relationship determines shape of. Additional entities represent the primitives such as points, lines, and polygons as proposed in related models. Topology. Topology is a property belonging to a spatial object and that property remains unaltered even when the object deforms. An example is a road network. The two nodes in the network thus remain connected even if the path between the nodes is changed by road construction. In order to represent the topology, the basic primitives such as networks (i.e., graphs) and partitions are provided. Additional primitives can be added on lines of the Worboy model, This system support representation for stored data.
[edit] GeoOOA
[edit] Oracle spatial
Oracle spatial is a componet enterprise oracle 10g and provides support to stores object such as road on top of the current implentend construction but it used network data model to store geographic data as nodes and links ( a graph represntaion) with each node or links it has a set of attrubites. For example a route object can be added to the database.
[edit] GRASS GIS
It support raster and some set of vector represtantion
[edit] Reference
Borges, K. A., Davis, C. A., and Laender, A. H. 2001. OMT-G: An Object-Oriented Data Model for Geographic Applications. Geoinformatica 5, 3 (Sep. 2001), 221-260. DOI= http://dx.doi.org/10.1023/A:1011482030093
Flick, S. 1996. An object-oriented framework for the realization of 3D geographic information systems. In Proceedings of the Second Joint European Conference &Amp; Exhibition on Geographical information (Vol. 1) : From Research To Application Through Cooperation: From Research To Application Through Cooperation (Barcelona, Spain). M. Rumor, R. McMillan, and H. F. Ottens, Eds. IOS Press, Amsterdam, The Netherlands, 187-196.
[1] Shekhar, S., Coyle, M., Goyal, B., Liu, D., and Sarkar, S. 1997. Data models in geographic information systems. Commun. ACM 40, 4 (Apr. 1997), 103-111. DOI= http://doi.acm.org/10.1145/248448.248465
Oracle spatial documentation
Orenstein, J. A. 1986. Spatial query processing in an object-oriented database system. In Proceedings of the 1986 ACM SIGMOD international Conference on Management of Data (Washington, D.C., United States, May 28 - 30, 1986). C. Zaniolo, Ed. SIGMOD '86. ACM Press, New York, NY, 326-336. DOI= http://doi.acm.org/10.1145/16894.16886
Medeiros, C. B. and Pires, F. 1994. Databases for GIS. SIGMOD Rec. 23, 1 (Mar. 1994), 107-115. DOI= http://doi.acm.org/10.1145/181550.181566