Uses of Enum
com.agisoft.metashape.PointsFormat
Packages that use PointsFormat
-
Uses of PointsFormat in com.agisoft.metashape
Methods in com.agisoft.metashape that return PointsFormatModifier and TypeMethodDescriptionstatic PointsFormatReturns 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 PointsFormatModifier and TypeMethodDescriptionExportPoints.getFormat()Export format.ImportLaserScans.getFormat()Point cloud format.ImportPoints.getFormat()Point cloud format.Methods in com.agisoft.metashape.tasks with parameters of type PointsFormatModifier and TypeMethodDescriptionvoidExportPoints.setFormat(PointsFormat value) Export format.voidImportLaserScans.setFormat(PointsFormat value) Point cloud format.voidImportPoints.setFormat(PointsFormat value) Point cloud format.