Interface GeometryFormat
- All Known Implementing Classes:
GeometryFormat3D
public interface GeometryFormat
Interface describing a geometric data format.
-
Method Summary
Modifier and TypeMethodDescriptionGet the default file extension used by the format.Get all file extensions associated with the format, including thedefault
.Get the format name.
-
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
Get all file extensions associated with the format, including thedefault
.- Returns:
- all file extensions associated with the format
-