Uses of Enum
com.agisoft.metashape.ShapesFormat
Packages that use ShapesFormat
-
Uses of ShapesFormat in com.agisoft.metashape
Methods in com.agisoft.metashape that return ShapesFormatModifier and TypeMethodDescriptionstatic ShapesFormatReturns 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 ShapesFormatModifier and TypeMethodDescriptionExportShapes.getFormat()Export format.ImportShapes.getFormat()Shapes format.Methods in com.agisoft.metashape.tasks with parameters of type ShapesFormatModifier and TypeMethodDescriptionvoidExportShapes.setFormat(ShapesFormat value) Export format.voidImportShapes.setFormat(ShapesFormat value) Shapes format.