|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.interlis.iom_j.xtf.XtfWriterBase
ch.interlis.iom_j.xtf.XtfWriter
public class XtfWriter
This class implements an INTERLIS 2 writer using the ili2c metamodel.
Constructor Summary | |
---|---|
XtfWriter(java.io.File outfile,
ch.interlis.ili2c.metamodel.TransferDescription td)
Creates a new instance of a writer. |
|
XtfWriter(java.io.OutputStream buffer,
ch.interlis.ili2c.metamodel.TransferDescription td)
Creates a new instance of a writer. |
|
XtfWriter(java.io.OutputStreamWriter buffer,
ch.interlis.ili2c.metamodel.TransferDescription td)
Creates a new instance of a writer. |
Method Summary |
---|
Methods inherited from class ch.interlis.iom_j.xtf.XtfWriterBase |
---|
close, createIomObject, flush, getFactory, getModels, setFactory, setModels, write |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XtfWriter(java.io.OutputStreamWriter buffer, ch.interlis.ili2c.metamodel.TransferDescription td) throws IoxException
buffer
- Output writer to write totd
- models as read by the compiler (ili2c)
IoxException
public XtfWriter(java.io.File outfile, ch.interlis.ili2c.metamodel.TransferDescription td) throws IoxException
outfile
- File to write totd
- models as read by the compiler (ili2c)
IoxException
public XtfWriter(java.io.OutputStream buffer, ch.interlis.ili2c.metamodel.TransferDescription td) throws IoxException
buffer
- Output stream to write totd
- models as read by the compiler (ili2c)
IoxException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |