ch.interlis.iom_j.xtf
Class XtfUtility

java.lang.Object
  extended by ch.interlis.iom_j.xtf.XtfUtility

public class XtfUtility
extends java.lang.Object

Utility functions related to XTF files.

Version:
$Revision: 1.0 $ $Date: 13.02.2007 $
Author:
ce

Method Summary
static java.util.ArrayList getModels(java.io.File xtffile)
          Gets the models used in an XTF file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getModels

public static java.util.ArrayList getModels(java.io.File xtffile)
                                     throws IoxException
Gets the models used in an XTF file.

Parameters:
xtffile - path of XTF file
Returns:
list of model names (list<String modelname>)
Throws:
IoxException