Uses of Class
com.agisoft.metashape.TiledModelFormat
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of TiledModelFormat in com.agisoft.metashape
Methods in com.agisoft.metashape that return TiledModelFormat Modifier and Type Method Description static TiledModelFormatTiledModelFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static TiledModelFormat[]TiledModelFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TiledModelFormat in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return TiledModelFormat Modifier and Type Method Description TiledModelFormatExportTiledModel. getFormat()Export format.Methods in com.agisoft.metashape.tasks with parameters of type TiledModelFormat Modifier and Type Method Description voidExportTiledModel. setFormat(TiledModelFormat value)Export format.