Interface GeometryFormat

  • All Known Implementing Classes:
    GeometryFormat3D

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

      • getFormatName

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

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

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