Show / Hide Table of Contents

Class FrameCameraAddRastersParameters

Adds raster datasets to a MosaicDatasetRaster by setting various parameters including the use of frame and camera text files.

Inheritance
System.Object
AddRastersParameters
FrameCameraAddRastersParameters
AddRastersParameters.Filter
AddRastersParameters.InputDirectory
AddRastersParameters.InputFile
AddRastersParameters.MaxPixelSizeFactor
AddRastersParameters.MinPixelSizeFactor
AddRastersParameters.RasterFunctionTemplateFile
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class FrameCameraAddRastersParameters : AddRastersParameters
Remarks

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 AddRastersAsync(AddRastersParameters) method).

Some of the properties on AddRastersParameters 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 (Filter property), the directory location (InputDirectory property) of the raster files, the minimum pixel cell size of the raster to be included (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 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 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.

Constructors

Name Description
FrameCameraAddRastersParameters()

Initializes a new instance of the FrameCameraAddRastersParameters class.

Properties

Name Description
CamerasFile

Gets or sets the cameras file.

FramesFile

Gets or sets the frames file.

ShareRasterInfo

Gets or sets a value indicating whether to share the raster info.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.