Interface GeometryOutput
-
- All Superinterfaces:
GeometryIOMetadata
- All Known Implementing Classes:
FileGeometryOutput
,StreamGeometryOutput
public interface GeometryOutput extends GeometryIOMetadata
Interface representing the output of a geometric IO operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.OutputStream
getOutputStream()
Get the output stream for writing to the output.-
Methods inherited from interface org.apache.commons.geometry.io.core.GeometryIOMetadata
getCharset, getFileName
-
-