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