Parent Topic: GDB
See Also: AGE - Arc/Info Generate, Arc/Info Import/Export (E00), BMP - Windows and OS/2, DBF - xBase .dbf, DXF - AutoCAD DXF, EPH - DIEPS Raster, DTD - DTED, ELAS - ELAS Raster, NVI - ENVI Raster, ERD - Erdas .GIS And .LAN, GGF - Geosoft GRID File (Binary), GIF - Graphics Interchange Format, GRD - Arc/Info ASCII Grid, BIL - Arc/Info BIL Raster, GRS - GRASS Raster/Vector, GXF - Geosoft GRID File (ASCII), HDF - Hierarchical Data Format, IDR - Idrisi Raster Formats, IDV - Idrisi Vector Formats, IFF - LaserScan IFF Text, JPG - Joint Photographic Experts Group (JPEG) JFIF, LIP - Gould LIPS, LSC - LaserScan, MIF - MapInfo Data Interchange, NIT - NITF 2.0, ORA - ORACLE, GDA - PAMAP, PIX - PCIDSK, PCX - ZSoft Raster Format, PPM - PPM/PGM/PBM, RAW - Raw Binary Image Format, RNH - SPANS Raster, RST - Works ASCII RST, SHP - Arc/Info Shapefile, SQD - Siemens SICAD, SDTS DEM - Spatial Data Transfer Standard Digital Elevation Model, SUN - Sun Raster file, TBA - SPANS Table file, TGA - Targa Raster File, TIF - TIFF, VEH - SPANS Vector Archive VEC/VEH, XBM - X Window Bitmap, XWD - X Window Dump
The OFW target detection message body in OTHT Gold format is a contact report that consists of a minimum of two lines of data. The first line is used to identify the contact, and starts with the identifier CTC. The following line is used to indicate a contact's position, time of position and other relevant information about the track. This line starts with POS as an identifier. In the OFW implementation, the probability of a target being a ship, the wake quality and course and speed are provided in comment or remark lines. These lines are identified with the sequence RMKS in the first field of the line.
Georeferencing information is supported also.
See Also: FIMPORT
Data format version 2: Datatype Description Unsigned short Version Unsigned short Number of bits required to represent a
codebook vector index (#bits)
Unsigned short Number of rows (#rows)
Unsigned short Number of columns (#cloumns)
Unsigned short Number of spectral bands (#bands)
Unsigned short Maximum intensity to be plotted
Byte[64] String giving the unit for intensities
Float[#bands] Wavelengths in microns
Unsigned short[#bands][2^#bits] Codebook vectors
Usigned byte-packed[#rows][#columns] Byte-packed Index mapByte-packed compressed data is organized as follows: 1. The bits that represent each element are in general spread
across two or more bytes in memory (exception: when the data word size equals 8 bits)2. The byte that contains the element's higher-order bits precedes
in memory the bytes that contain the element's lower-order bits3. Data is packed contiguously. Higher-order bits are filled first,
and lower-order bits are made available for storage of the next element.4. The word size of each element is between 8 and 16 inclusively.
See Also: FIMPORT
All graphical object( feature) include TABFCPoint,TABFCFontPoint, TABFCCustomPoint,TABFCText, TABFCPolyline, TABFCArc,TABFCRectangle, TABFCEllipse, TABFCRegion. they are imported with all their attributes.
The Dataset of map info tab typically consists of at least five files which have same file name and different file sxtension( .dat, .id, .ind, .map, .tab). They are binary file except .tab which is small text file describing the format of the file containing your data,When you open a set of mitab file you have to select .tab file.these files must be kept together in same directory in order to be accessed.
MITAB library is an Open Source C++ library to read and write MapInfo
.TAB (binary) and .MIF/MID files. It is based on the OGR library
which is an implementation of the Open GIS Consortium Simple Feature
specification. more info see:
http://pages.infinit.net/danmo/e00/index-mitab.html
See
See Also: FIMPORT FEXPORT