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 Details

    • getOutputStream

      OutputStream getOutputStream()
      Get the output stream for writing to the output.
      Returns:
      output stream for writing to the output
      Throws:
      UncheckedIOException - if an I/O error occurs