Interface GeometryInput
- All Superinterfaces:
GeometryIOMetadata
- All Known Implementing Classes:
FileGeometryInput, StreamGeometryInput, UrlGeometryInput
Interface representing input to a geometric I/O operation.
-
Method Summary
Modifier and TypeMethodDescriptionGet the input stream for reading from the input.Methods inherited from interface GeometryIOMetadata
getCharset, getFileName
-
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
-