public interface IEntityExporter extends Serializable, IJOptExporter<IEntityContainer>
IEntity
in an IEntityContainer
and to set the title.Modifier and Type | Method and Description |
---|---|
boolean |
export(IEntityContainer enc,
OutputStream fos)
Exports the
IEntityContainer in the output stream . |
void |
setTitle(String exportTitle)
Sets the input as the
EntityKMLExporter.exportTitle . |
boolean export(IEntityContainer enc, OutputStream fos)
IEntityContainer
in the output stream
.export
in interface IJOptExporter<IEntityContainer>
enc
- the iEntitycontainer to be exportedfos
- the fileoutputstreamvoid setTitle(String exportTitle)
EntityKMLExporter.exportTitle
.exportTitle
- the export titleCopyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.