FileFormat

Overview

FileFormat is a class in Aspose.3D FOSS for Java.

Properties

NameTypeAccessDescription
formatsList<FileFormat>Read
versionVersionRead
canImportbooleanRead
canExportbooleanRead
extensionStringRead
extensionsString[]Read
contentTypeFileContentTypeRead
fileFormatTypeFileFormatTypeRead
importerIImporterRead
exporterIExporterRead
FBX6100ASCIIFileFormatRead
FBX6100_BINARYFileFormatRead
FBX7200ASCIIFileFormatRead
FBX7200_BINARYFileFormatRead
FBX7300ASCIIFileFormatRead
FBX7300_BINARYFileFormatRead
FBX7400ASCIIFileFormatRead
FBX7400_BINARYFileFormatRead
FBX7500ASCIIFileFormatRead
FBX7500_BINARYFileFormatRead
FBX7600ASCIIFileFormatRead
FBX7600_BINARYFileFormatRead
FBX7700ASCIIFileFormatRead
FBX7700_BINARYFileFormatRead
MAYAASCIIFileFormatRead
MAYA_BINARYFileFormatRead
STL_BINARYFileFormatRead
STLASCIIFileFormatRead
WAVEFRONTOBJFileFormatRead
DISCREET3DSFileFormatRead
COLLADAFileFormatRead
UNIVERSAL3DFileFormatRead
GLTFFileFormatRead
GLTF2FileFormatRead
GLTF_BINARYFileFormatRead
GLTF2_BINARYFileFormatRead
PDFPdfFormatRead
BLENDERFileFormatRead
DXFFileFormatRead
PLYPlyFormatRead
X_BINARYFileFormatRead
X_TEXTFileFormatRead
DRACODracoFormatRead
MICROSOFT3MFMicrosoft3MFFormatRead
RVM_TEXTRvmFormatRead
RVM_BINARYRvmFormatRead
ASEFileFormatRead
IFCFileFormatRead
SIEMENSJT8FileFormatRead
SIEMENSJT9FileFormatRead
AMFFileFormatRead
VRMLFileFormatRead
ASPOSE3D_WEBFileFormatRead
HTML5FileFormatRead
ZIPFileFormatRead
USDFileFormatRead
USDAFileFormatRead
USDZFileFormatRead
XYZFileFormatRead
PCDFileFormatRead
PCD_BINARYFileFormatRead

Methods

SignatureDescription
getFormats()List<FileFormat>
getVersion()Version
getFormatByExtension(filePath: String)FileFormat
getCanImport()boolean
getCanExport()boolean
getExtension()String
getExtensions()String[]
getContentType()FileContentType
getFileFormatType()FileFormatType
getImporter()IImporter
getExporter()IExporter
canDetect(stream: Stream, fileName: String)boolean
detect(stream: Stream, fileName: String)FileFormat
detect(fileName: String)FileFormat
registerFormat(format: FileFormat)
createLoadOptions()LoadOptions
createObjLoadOptions()ObjLoadOptions
createObjSaveOptions()ObjSaveOptions
createSaveOptions()SaveOptions
toString()String

See Also