Overcoming 64kb data size limit in handling large spatial data in GISNIC while cleaning and building topology
by Vinay Kumar, Vandana Sharma
International Journal of Information Technology and Management (IJITM), Vol. 5, No. 1, 2006

Abstract: When asked if topology is a key concept of Geographic Information Systems (GIS), most GIS users will nod their heads in agreement. But when asked how topology is handled in GIS the nodding heads give way to shrugging shoulders. Why should GIS users care about topology? What are the advantages and disadvantages of storing polygon (topology) data? This paper attempts to analyse the algorithm used in GISNIC, an in-house developed software, to clean the spatial data and then build topology from line (segment) data and associate this topology with point data. Suppose there is a structure of 32 bytes size, and it is required to store, say, 11,000 data of that structure. It is obvious by simple arithmetic that we need nearly 333KB of memory by dynamic allocation. In a 16-bit application, only power (2, 16) memory units (byte in byte addressable memory system) can be addressed. Thus, simple allocation of memory for 11,000 data units of the said size cannot work in this case. This paper discusses the method to overcome this constraint. The problem can be solved by giving precedence to the first index and then to the secondary index. For instance, to address the location where 3335th item could be residing the following should be done: LPCNT = int(3335/2000) REMAINDER=3335 – LPCNT * 2000. Then variable, say region, can be accessed as: region[LPCNT])[REMAINDER].

Online publication date: Wed, 18-Jan-2006

The full text of this article is only available to individual subscribers or to users at subscribing institutions.

 
Existing subscribers:
Go to Inderscience Online Journals to access the Full Text of this article.

Pay per view:
If you are not a subscriber and you just want to read the full contents of this article, buy online access here.

Complimentary Subscribers, Editors or Members of the Editorial Board of the International Journal of Information Technology and Management (IJITM):
Login with your Inderscience username and password:

    Username:        Password:         

Forgotten your password?


Want to subscribe?
A subscription gives you complete access to all articles in the current issue, as well as to all articles in the previous three years (where applicable). See our Orders page to subscribe.

If you still need assistance, please email subs@inderscience.com