Interface GeometryFormat

All Known Implementing Classes:
GeometryFormat3D

public interface GeometryFormat
Interface describing a geometric data format.
  • Method Details

    • getFormatName

      String getFormatName()
      Get the format name.
      Returns:
      format name
    • getDefaultFileExtension

      String getDefaultFileExtension()
      Get the default file extension used by the format.
      Returns:
      default file extension
    • getFileExtensions

      List<String> getFileExtensions()
      Get all file extensions associated with the format, including the default.
      Returns:
      all file extensions associated with the format