Interface GeometryInput

All Superinterfaces:
GeometryIOMetadata
All Known Implementing Classes:
FileGeometryInput, StreamGeometryInput, UrlGeometryInput

public interface GeometryInput extends GeometryIOMetadata
Interface representing input to a geometric I/O operation.
  • Method Details

    • getInputStream

      InputStream getInputStream()
      Get the input stream for reading from the input.
      Returns:
      input stream for reading from the input
      Throws:
      UncheckedIOException - if an I/O error occurs