Uses of Enum
com.agisoft.metashape.DataSource
Packages that use DataSource
-
Uses of DataSource in com.agisoft.metashape
Methods in com.agisoft.metashape that return DataSourceModifier and TypeMethodDescriptionstatic DataSourceReturns the enum constant of this type with the specified name.static DataSource[]DataSource.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DataSource in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return DataSourceModifier and TypeMethodDescriptionDuplicateAsset.getAssetType()Asset type.TransformRaster.getDataSource()Selects between DEM and orthomosaic.ImportRaster.getRasterType()Type of raster layer to import.BuildContours.getSourceData()Source data for contour generation.BuildDem.getSourceData()Selects between dense point cloud and sparse point cloud.BuildModel.getSourceData()Selects between dense point cloud, sparse point cloud and depth maps.BuildTiledModel.getSourceData()Selects between dense point cloud and mesh.CalibrateColors.getSourceData()Source data for calibration.ColorizeDenseCloud.getSourceData()Source data to extract colors from.ColorizeModel.getSourceData()Source data to extract colors from.ExportPoints.getSourceData()Selects between dense point cloud and sparse point cloud.ExportRaster.getSourceData()Selects between DEM and orthomosaic.MergeAssets.getSourceData()Asset type.BuildOrthomosaic.getSurfaceData()Orthorectification surface.Methods in com.agisoft.metashape.tasks with parameters of type DataSourceModifier and TypeMethodDescriptionvoidDuplicateAsset.setAssetType(DataSource value) Asset type.voidTransformRaster.setDataSource(DataSource value) Selects between DEM and orthomosaic.voidImportRaster.setRasterType(DataSource value) Type of raster layer to import.voidBuildContours.setSourceData(DataSource value) Source data for contour generation.voidBuildDem.setSourceData(DataSource value) Selects between dense point cloud and sparse point cloud.voidBuildModel.setSourceData(DataSource value) Selects between dense point cloud, sparse point cloud and depth maps.voidBuildTiledModel.setSourceData(DataSource value) Selects between dense point cloud and mesh.voidCalibrateColors.setSourceData(DataSource value) Source data for calibration.voidColorizeDenseCloud.setSourceData(DataSource value) Source data to extract colors from.voidColorizeModel.setSourceData(DataSource value) Source data to extract colors from.voidExportPoints.setSourceData(DataSource value) Selects between dense point cloud and sparse point cloud.voidExportRaster.setSourceData(DataSource value) Selects between DEM and orthomosaic.voidMergeAssets.setSourceData(DataSource value) Asset type.voidBuildOrthomosaic.setSurfaceData(DataSource value) Orthorectification surface.