|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidDendroFileException | |
---|---|
org.tridas.io | This is the base package for the DendroFileIO library. |
org.tridas.io.formats.belfastapple | This file format was written by Jon Pilcher at Queen's University Belfast. |
org.tridas.io.formats.belfastarchive | BelfastArchive is an extension of the BelfastApple format design by Martin Munro. |
org.tridas.io.formats.besancon | The Besançon format is used in various forms in a number of laboratories, mostly in France. |
org.tridas.io.formats.catras | This is a binary format for software written by Aniol, first released in 1983. |
org.tridas.io.formats.corina | Mecki Pohl's original (MS-DOS) Corina format. |
org.tridas.io.formats.csvmatrix | Microsoft Excel (95 and later). |
org.tridas.io.formats.dendrodb | |
org.tridas.io.formats.excelmatrix | Microsoft Excel (95 and later). |
org.tridas.io.formats.heidelberg | The Heidelberg format is the native format for Rinntech's TSAP-Win software. |
org.tridas.io.formats.nottingham | |
org.tridas.io.formats.odfmatrix | Microsoft Excel (95 and later). |
org.tridas.io.formats.ooxml | |
org.tridas.io.formats.oxford | |
org.tridas.io.formats.past4 | This package contains support for the native XML format used SCIEM's PAST4 software. |
org.tridas.io.formats.sheffield | The Sheffield format (also known as D-format) is the native file format for Ian Tyer's Dendro For Windows software. |
org.tridas.io.formats.topham | Perhaps the simplest dendro data format of all time! This is truly a data-only format with a single value on each line for each ring width in decimal millimetres. |
org.tridas.io.formats.tridas | The dendro data standard! |
org.tridas.io.formats.trims | TRIMS data format. |
org.tridas.io.formats.tucson | The Tucson tree ring laboratory's file format. |
org.tridas.io.formats.tucsoncompact | Richard Holmes' compact data format designed to save disk space. |
org.tridas.io.formats.vformat | |
org.tridas.io.formats.windendro |
Uses of InvalidDendroFileException in org.tridas.io |
---|
Methods in org.tridas.io that throw InvalidDendroFileException | |
---|---|
void |
AbstractDendroFileReader.loadFile(String argFilename)
Loads a file from the given filename or url, using the default metadata. |
void |
AbstractDendroFileReader.loadFile(String[] argFileStrings)
Loads a file just from the strings, using the default metadata |
void |
AbstractDendroFileReader.loadFile(String[] argFileStrings,
IMetadataFieldSet argDefaults)
Loads a file from the file strings |
void |
AbstractDendroFileReader.loadFile(String argFilename,
IMetadataFieldSet argDefaultFields)
Load a file from the given filename or url, and the given defaults. |
void |
AbstractDendroFileReader.loadFile(String argPath,
String argFilename)
Loads a file from the path and filename, using the default metadata. |
void |
AbstractDendroFileReader.loadFile(String argPath,
String argFilename,
IMetadataFieldSet argDefaultFields)
Loads a file from the given path, filename, and defaults. |
protected abstract void |
AbstractDendroFileReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
Parse the file from the given metadata and strings |
Uses of InvalidDendroFileException in org.tridas.io.formats.belfastapple |
---|
Methods in org.tridas.io.formats.belfastapple that throw InvalidDendroFileException | |
---|---|
protected void |
BelfastAppleReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.belfastarchive |
---|
Methods in org.tridas.io.formats.belfastarchive that throw InvalidDendroFileException | |
---|---|
protected void |
BelfastArchiveReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.besancon |
---|
Methods in org.tridas.io.formats.besancon that throw InvalidDendroFileException | |
---|---|
protected void |
BesanconReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.catras |
---|
Methods in org.tridas.io.formats.catras that throw InvalidDendroFileException | |
---|---|
protected void |
CatrasReader.checkFile(byte[] argFileBytes)
Check this is a valid CATRAS file |
void |
CatrasReader.loadFile(byte[] argFileBytes)
|
void |
CatrasReader.loadFile(byte[] argFileBytes,
IMetadataFieldSet argDefaults)
|
void |
CatrasReader.loadFile(String[] argFileStrings)
|
void |
CatrasReader.loadFile(String argFilename,
IMetadataFieldSet argDefaultFields)
|
void |
CatrasReader.loadFile(String argPath,
String argFilename,
IMetadataFieldSet argDefaultFields)
|
protected void |
CatrasReader.parseFile(byte[] argFileBytes,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.corina |
---|
Methods in org.tridas.io.formats.corina that throw InvalidDendroFileException | |
---|---|
protected void |
CorinaReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.csvmatrix |
---|
Methods in org.tridas.io.formats.csvmatrix that throw InvalidDendroFileException | |
---|---|
protected void |
CSVMatrixReader.parseFile(org.odftoolkit.odfdom.doc.OdfSpreadsheetDocument doc)
|
protected void |
CSVMatrixReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
Check this is a valid CSV file |
Uses of InvalidDendroFileException in org.tridas.io.formats.dendrodb |
---|
Methods in org.tridas.io.formats.dendrodb that throw InvalidDendroFileException | |
---|---|
protected void |
DendroDBReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.excelmatrix |
---|
Methods in org.tridas.io.formats.excelmatrix that throw InvalidDendroFileException | |
---|---|
void |
ExcelMatrixReader.loadFile(String[] argFileStrings)
|
void |
ExcelMatrixReader.loadFile(String argFilename,
IMetadataFieldSet argDefaultFields)
|
void |
ExcelMatrixReader.loadFile(String argPath,
String argFilename,
IMetadataFieldSet argDefaultFields)
|
protected void |
ExcelMatrixReader.parseFile(jxl.Workbook wb)
Check this is a valid Excel file |
Uses of InvalidDendroFileException in org.tridas.io.formats.heidelberg |
---|
Methods in org.tridas.io.formats.heidelberg that throw InvalidDendroFileException | |
---|---|
protected void |
HeidelbergReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.nottingham |
---|
Methods in org.tridas.io.formats.nottingham that throw InvalidDendroFileException | |
---|---|
protected void |
NottinghamReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.odfmatrix |
---|
Methods in org.tridas.io.formats.odfmatrix that throw InvalidDendroFileException | |
---|---|
void |
ODFMatrixReader.loadFile(String[] argFileStrings)
|
void |
ODFMatrixReader.loadFile(String argFilename,
IMetadataFieldSet argDefaultFields)
|
void |
ODFMatrixReader.loadFile(String argPath,
String argFilename,
IMetadataFieldSet argDefaultFields)
|
protected void |
ODFMatrixReader.parseFile(org.odftoolkit.odfdom.doc.OdfSpreadsheetDocument doc)
Check this is a valid ODF file |
Uses of InvalidDendroFileException in org.tridas.io.formats.ooxml |
---|
Methods in org.tridas.io.formats.ooxml that throw InvalidDendroFileException | |
---|---|
void |
OOXMLReader.loadFile(String[] argFileStrings)
|
void |
OOXMLReader.loadFile(String argFilename,
IMetadataFieldSet argDefaultFields)
|
void |
OOXMLReader.loadFile(String argPath,
String argFilename,
IMetadataFieldSet argDefaultFields)
|
protected void |
OOXMLReader.parseFile(org.apache.poi.ss.usermodel.Workbook wb)
Check this is a valid Excel file |
Uses of InvalidDendroFileException in org.tridas.io.formats.oxford |
---|
Methods in org.tridas.io.formats.oxford that throw InvalidDendroFileException | |
---|---|
protected void |
OxfordReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.past4 |
---|
Methods in org.tridas.io.formats.past4 that throw InvalidDendroFileException | |
---|---|
protected void |
Past4Reader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.sheffield |
---|
Methods in org.tridas.io.formats.sheffield that throw InvalidDendroFileException | |
---|---|
protected void |
SheffieldReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.topham |
---|
Methods in org.tridas.io.formats.topham that throw InvalidDendroFileException | |
---|---|
protected void |
TophamReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.tridas |
---|
Methods in org.tridas.io.formats.tridas that throw InvalidDendroFileException | |
---|---|
protected void |
TridasReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.trims |
---|
Methods in org.tridas.io.formats.trims that throw InvalidDendroFileException | |
---|---|
protected void |
TrimsReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.tucson |
---|
Methods in org.tridas.io.formats.tucson that throw InvalidDendroFileException | |
---|---|
void |
TucsonReader.checkValidFile(String[] argFileString)
This checks to see if the file is a valid Tucson file and at the same time sets whether its an RWL or CRN style file. |
protected void |
TucsonReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.tucsoncompact |
---|
Methods in org.tridas.io.formats.tucsoncompact that throw InvalidDendroFileException | |
---|---|
protected void |
TucsonCompactReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.vformat |
---|
Methods in org.tridas.io.formats.vformat that throw InvalidDendroFileException | |
---|---|
protected void |
VFormatReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
Uses of InvalidDendroFileException in org.tridas.io.formats.windendro |
---|
Methods in org.tridas.io.formats.windendro that throw InvalidDendroFileException | |
---|---|
protected void |
WinDendroReader.parseFile(String[] argFileString,
IMetadataFieldSet argDefaultFields)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |