|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.interlis.iom_j.iligml.IligmlWriterBase
ch.interlis.iom_j.iligml.IligmlWriter
public class IligmlWriter
This class implements an INTERLIS 2 writer using the ili2c metamodel.
Constructor Summary | |
---|---|
IligmlWriter(java.io.File outfile,
ch.interlis.ili2c.metamodel.TransferDescription td)
Creates a new instance of a writer. |
|
IligmlWriter(java.io.OutputStream buffer,
ch.interlis.ili2c.metamodel.TransferDescription td)
Creates a new instance of a writer. |
|
IligmlWriter(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.iligml.IligmlWriterBase |
---|
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 IligmlWriter(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 IligmlWriter(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 IligmlWriter(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 |