Uses of Class
com.agisoft.metashape.ImageFormat
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of ImageFormat in com.agisoft.metashape
Methods in com.agisoft.metashape that return ImageFormat Modifier and Type Method Description static ImageFormatImageFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageFormat[]ImageFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ImageFormat in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return ImageFormat Modifier and Type Method Description ImageFormatExportPoints. getImageFormat()Image data format.ImageFormatExportRaster. getImageFormat()Tile format.ImageFormatExportModel. getTextureFormat()Texture format.ImageFormatExportTiledModel. getTextureFormat()Texture format.Methods in com.agisoft.metashape.tasks with parameters of type ImageFormat Modifier and Type Method Description voidExportPoints. setImageFormat(ImageFormat value)Image data format.voidExportRaster. setImageFormat(ImageFormat value)Tile format.voidExportModel. setTextureFormat(ImageFormat value)Texture format.voidExportTiledModel. setTextureFormat(ImageFormat value)Texture format.