TatukGIS Developer Kernel family
Home    News    Products    Samples    Customers    FAQ    Forums    About/Contact    Downloads    Shop    Your Account    

 

TatukGIS PixelStore Image File

The TatukGIS PixelStore format is a TatukGIS specific image file storage system designed to efficiently, yet affordably, handle huge raster image layers. A Pixelstore image is one "virtual" tiled image, with the tiles organized into a SQL database hierarchy. Images stored to the PixelStore format are divided into 512x512 pixel tiles, with each tile compressed independently. Any single map view is derived from the level of the hierarchy which most closely matches the actual scale. Only very few tiles must be fetched from the database to present any single screen view (resulting in maximum speed). The file type and compression level within a PixelStore file can be i) 8 or 24 bit JPEG compression for gray scale and unlimited color aerial photos or ii) 1, 4, 8, or 24 bit PNG (lostless) compression for scanned maps and images with limited colors.

The PixelStore system can efficiently handle image files of practically any size, limited only by the limitations of the database product and the size of the hard disk. The PixelStore system works by default with the Microsoft® Jet Engine, which is standard in the Windows® O/S, but the PixelStore storage can be configured to any supported SQL server database product using ADO/ODBC or DBX interfaces. For guidance on setting up the PixelStore configuration to an SQL server database product, refer to FAQ item Q10649.

The PixelStore system is supported in the TatukGIS Developer Kernel (DK) and Internet Server (IS) products, in any final user application created from the DK, the TatukGIS Editor, TatukGIS Aerial Imagery Corrector, and TatukGIS free GIS Viewer. Even the free GIS Viewer can be used to create PixelStore image files. No special licensing is required by TatukGIS to create and use PixelStore images.

A PixelStore file can be identified by its *.TTKPS file extension.

TatukGIS Project File

This file, which is identified by the by the *.TTKGP file extension, is a TatukGIS specific file which organizes all the layers of a GIS project and holds all the visual layer properties relating to the rendered appearance of each map layer. This file can be compared to the project (or workplace) files used by other leading commercial GIS software products.

TatukGIS (*.TTKGP) project files can be generated or opened by any TatukGIS product, including the free GIS Viewer, the GIS Editor, GIS Internet Server, GIS Developer Kernel, or any custom application developed from the TatukGIS Developer Kernel.

TatukGIS Vector Database Map Layer Stub File

This file, which can be identified by its *. TTKLS file extension, is a sub file which is used to connect to various supported vector database map layer formats, e.g., native TatukGIS binary, OpenGIS Simple Features for SQL, Geomedia, Oracle Spatial, and others. This file can be opened with TatukGIS products, including the free GIS Viewer, GIS Editor, GIS Internet Server, GIS Developer Kernel, or any custom application developed from the Developer Kernel. For information about how to configure the connection to an SQL database layer, refer to the topic category “SQL Geodatabase Vector Layers” on the FAQ page.