FrameCameraAddRastersParameters

Adds raster datasets to a MosaicDatasetRaster by setting various parameters including the use of frame and camera text files. Mosaic datasets (via the MosaicDatasetRaster class) are used to manage, display, serve, and share raster data. When you create a new mosaic dataset, it is created as an empty container in a geodatabase to which you can add raster data. The FrameCameraAddRastersParameters object provides the mechanism to set various properties including the use of camera and frame text files so that a raster can be added to a mosaic dataset via the MosaicDatasetRaster.addRasters(AddRastersParameters) method.

Some of the parameters (aka. properties) on FrameCameraAddRastersParameters class that enable adding a raster into a mosaic dataset include specifying, the file filter type (like .tif or .jpg) of the rasters that are to be included (FrameCameraAddRastersParameters.filter property), the directory location (FrameCameraAddRastersParameters.inputDirectory property) of the raster files, the minimum pixel cell size of the raster to be included (FrameCameraAddRastersParameters.minPixelSizeFactor property) and more.

Unique attributes of using the FrameCameraAddRastersParameters class rather than the parent AddRastersParameters class have to do with defining 'frame' and 'camera' text files which specify how a raster image was captured from a satellite or aircraft. The frame and camera table files refers to a single perspective imaging camera with an optical lens that can be modeled as a pinhole. To define the frame table use the FrameCameraAddRastersParameters.framesFile property, see the ArcGIS Pro document entitled 'Frames table schema' (https://pro.arcgis.com/en/pro-app/help/data/imagery/frames-table-schema.htm) for more information. To define the camera table use the FrameCameraAddRastersParameters.camerasFile property, see the ArcGIS Pro document entitled 'Cameras table schema' (https://pro.arcgis.com/en/pro-app/help/data/imagery/cameras-table-schema.htm) for more information.

Since

200.1.0

Constructors

Link copied to clipboard
constructor()

Creates a frame camera add rasters parameters object. Creates a frame camera add rasters parameters object to be used for adding rasters to a mosaic dataset raster.

Properties

Link copied to clipboard

The cameras file. This function sets the input cameras file.

Link copied to clipboard

The frames file. This function sets the input frames file.

Link copied to clipboard

The status of sharing raster info. This function sets the status of sharing raster info.

Inherited properties

Link copied to clipboard

Raster filename filter. This function sets the optional raster filename filter, which is a regular expression with ECMA-262 grammar (https://262.ecma-international.org/5.1/#sec-15.10)

Link copied to clipboard

Input directory. This function sets the optional input directory of rasters.

Link copied to clipboard

Input CSV file. This function sets the optional input CSV file.

Link copied to clipboard

Max pixel size factor. This function sets the optional max pixel size factor.

Link copied to clipboard

Min pixel size factor. This function sets the optional min pixel size factor.

Link copied to clipboard

Raster function template file. This function sets the optional raster function template file.