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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStream
getInputStream()
Get the input stream for reading from the input.-
Methods inherited from interface org.apache.commons.geometry.io.core.GeometryIOMetadata
getCharset, getFileName
-
-