Run-length Encoding System about Area: Representation, Implement and Applications in GIS

WANG Jie-chen,RUI Yi-kang,LIU Jie
DOI: https://doi.org/10.3771/j.issn.1009-2307.2008.04.008
2008-01-01
Abstract:Run-length encoding system(RLE) is a common technique of raster data compressing and expressing,it is used on occasion for area features rasterizing in GIS.Focused on the rasterizing method of area objects with RLE data structure,this paper improved an algorithm based on scan line theory,which includes 2 critical steps.Firstly,figure out all points of intersection between scanning line and area boundary curve,save these breakpoints in form of ordered linked list;Secondly,according to the parity of breakpoint sequence number in scanning line,to build up ordered run-length list.In order to reduce the loss of position accuracy in the process of rasterization,a method about run-length boundary recorded by real-value is introduced.In additional,this paper presented common operations of run-length encoding system,advantages and applications in GIS area operation are also illuminated by some examples.
What problem does this paper attempt to address?