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