Previous Next        Current Page: NeXtMidas User's Guide / Files
back

Files

NeXtMidas supports a number of file types, not just Midas Blue files. A partial list of supported files includes:

File Type Extension(s)Supporting Class
Midas Blue tmp, prmnxm.sys.lib.DataFile
Text txt nxm.sys.lib.TextFile
NeXtMidas Table tbl Internal to Table class
Comma-Separated-Value (CSV) csv nxm.sys.lib.CsvFile
Audio wav nxm.sys.lib.DataFile
Image jpeg,jpg,gif,bmp,wbmp,png nxm.sys.lib.ImageFile
Shape/DBF shp, dbfMultiple Classes
Zip zip nxm.sys.lib.ZipFile
Multi-Resolution Seamless Image Database (MrSid) sid nxm.map.lib.MrSidFile
For a complete list of file extensions mapped to Java supporting class, type:
nM> res reg.handlers.file


back