Overview
FileFormat is a class in Aspose.3D FOSS for Java.
Properties
| Name | Type | Access | Description |
|---|
formats | List<FileFormat> | Read | |
version | Version | Read | |
canImport | boolean | Read | |
canExport | boolean | Read | |
extension | String | Read | |
extensions | String[] | Read | |
contentType | FileContentType | Read | |
fileFormatType | FileFormatType | Read | |
importer | IImporter | Read | |
exporter | IExporter | Read | |
FBX6100ASCII | FileFormat | Read | |
FBX6100_BINARY | FileFormat | Read | |
FBX7200ASCII | FileFormat | Read | |
FBX7200_BINARY | FileFormat | Read | |
FBX7300ASCII | FileFormat | Read | |
FBX7300_BINARY | FileFormat | Read | |
FBX7400ASCII | FileFormat | Read | |
FBX7400_BINARY | FileFormat | Read | |
FBX7500ASCII | FileFormat | Read | |
FBX7500_BINARY | FileFormat | Read | |
FBX7600ASCII | FileFormat | Read | |
FBX7600_BINARY | FileFormat | Read | |
FBX7700ASCII | FileFormat | Read | |
FBX7700_BINARY | FileFormat | Read | |
MAYAASCII | FileFormat | Read | |
MAYA_BINARY | FileFormat | Read | |
STL_BINARY | FileFormat | Read | |
STLASCII | FileFormat | Read | |
WAVEFRONTOBJ | FileFormat | Read | |
DISCREET3DS | FileFormat | Read | |
COLLADA | FileFormat | Read | |
UNIVERSAL3D | FileFormat | Read | |
GLTF | FileFormat | Read | |
GLTF2 | FileFormat | Read | |
GLTF_BINARY | FileFormat | Read | |
GLTF2_BINARY | FileFormat | Read | |
PDF | PdfFormat | Read | |
BLENDER | FileFormat | Read | |
DXF | FileFormat | Read | |
PLY | PlyFormat | Read | |
X_BINARY | FileFormat | Read | |
X_TEXT | FileFormat | Read | |
DRACO | DracoFormat | Read | |
MICROSOFT3MF | Microsoft3MFFormat | Read | |
RVM_TEXT | RvmFormat | Read | |
RVM_BINARY | RvmFormat | Read | |
ASE | FileFormat | Read | |
IFC | FileFormat | Read | |
SIEMENSJT8 | FileFormat | Read | |
SIEMENSJT9 | FileFormat | Read | |
AMF | FileFormat | Read | |
VRML | FileFormat | Read | |
ASPOSE3D_WEB | FileFormat | Read | |
HTML5 | FileFormat | Read | |
ZIP | FileFormat | Read | |
USD | FileFormat | Read | |
USDA | FileFormat | Read | |
USDZ | FileFormat | Read | |
XYZ | FileFormat | Read | |
PCD | FileFormat | Read | |
PCD_BINARY | FileFormat | Read | |
Methods
| Signature | Description |
|---|
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