Interface GeometryIOMetadata

All Known Subinterfaces:
GeometryInput, GeometryOutput
All Known Implementing Classes:
AbstractGeometryIOMetadata, FileGeometryInput, FileGeometryOutput, StreamGeometryInput, StreamGeometryOutput, UrlGeometryInput

public interface GeometryIOMetadata
Interface containing basic metadata fields for use in I/O operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the charset for the operation, if any.
    Get the file name associated with the operation, if any.
  • Method Details

    • getFileName

      String getFileName()
      Get the file name associated with the operation, if any.
      Returns:
      file name associated with the operation or null if unknown or not applicable
    • getCharset

      Charset getCharset()
      Get the charset for the operation, if any.
      Returns:
      charset for the operation or null if unknown or not applicable