ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / RasterImageryOptions Class


In This Topic
    RasterImageryOptions Class Methods
    In This Topic

    For a list of all members of this type, see RasterImageryOptions members.

    Public Methods
     NameDescription
    Public Method Get the three band composition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the raster background color. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the RGB values used to indicate the background value. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the color ramp used for the classify symbology type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the color ramp used for the classify symbology type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the minimum and maximum clip percentages. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if tiled TIFF files are to be created. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the color ramp used for the discrete symbology type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the color ramp used for the discrete symbology type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if the background value of the raster dataset is to be displayed. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the setting that allows you to set custom color schemes. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the setting that allows you to set custom rendering defaults. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the gamma stretch blue value. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the gamma stretch green value. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the gamma stretch red value. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if the boundary of the dataset is to be displayed in the map. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if the footprints of each raster within the dataset are to be displayed in the map. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if a mosaic layer is to be expanded in the TOC. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if the mosaic layer is to be shown in the map. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if seamlines are to be displayed in the map. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if a multidimensional dataset is to be tiled for pixel time series access. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the maximum number of values to display. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the multispectral data band composition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the raster NoData color. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the number of standard deviations. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the proxy file location. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the compression type used when building the raster pyramids. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the pyramid compression quality used when pyramids are built with the PyramidCompressionType.JPEG or PyramidCompressionType.JPEG_YCbCr compression methods. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the build pyramid option; that is how to handle raster dataset that do not have pyramids built. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the resanmpling method used when building pyramids. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the resampling method. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the X skip factor. That is the number of horizontal pixels between samples. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the Y skip factor. That is the number of vertical pixels between samples. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the calculate statistics option; that is how to handle raster datasets that do not have statistics calculated. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the color ramp used for the stretched symbology type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the color ramp used for the stretched symbology type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the stretch type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the color ramp used for the unique value symbology type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the color ramp used for the unique value symbology type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if the application will work in the perspective view when an appropriate layers is added to a map. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the value indicating if an image service cache should be displayed rather than the image service (if it has a cache generated). This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the use band wavelength information setting. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if the raster dataset's native georeferencing should be overridden with the world file information. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the set of color ramp categories that are valid for the raster settings. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the three band composition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodSets the raster background color. Use SetDisplayBackground and SetBackgroundValue to display the background value. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodSets the RGB values for the background value. Use SetDisplayBackground and SetBackgroundColor to display the background value. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the name of the color ramp used for the classify symbology type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the minimum and maximum clip percentages. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets if tiled TIFF files are to be created. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the name of the color ramp used for the discrete symbology type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodSets if the background value of the raster dataset is to be displayed. Use SetBackgroundValue and SetBackgroundColor to define the background value and the color. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the custom color scheme setting. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the custom rendering setting. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the gamma stretch blue value. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the gamma stretch green value. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the gamma stretch red value. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets if the boundary of the dataset is to be displayed in the map. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets if the footprints of each raster within the dataset are to be displayed in the map. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets if a mosaic layer is to be expanded in the TOC. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets if the mosaic layer is to be shown in the map. Set this to false to improve performance if it is not necessary to immediately see your imagery or raster dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets if seamlines are to be displayed in the map. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets if a multidimensional dataset is to be tiled for pixel time series access. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the maximum number of unique values to display. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the multispectral data band composition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the raster NoData color. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the number of standard deviations. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the proxy file location. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the compression type used when building the raster pyramids. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the pyramid compression quality. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the build pyramid option for handling raster datasets that do not have pyramids built. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the resampling method used when building pyramids. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodSets the resampling method. Must be one of ArcGIS.Core.CIM.RasterResamplingType.NearestNeighbor, ArcGIS.Core.CIM.RasterResamplingType.BilinearInterpolation or ArcGIS.Core.CIM.RasterResamplingType.CubicConvolution. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the X skip factor. That is the number of horizontal pixels between samples. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the Y skip factor. That is the number of vertical pixels between samples. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the calculate statistics option; that is how to handle raster datasets that do not have statistics calculated. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the name of the color ramp used for the stretched symbology type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodSets the stretch type. Must be one of ArcGIS.Core.CIM.RasterStretchType.None, ArcGIS.Core.CIM.RasterStretchType.StandardDeviations, ArcGIS.Core.CIM.RasterStretchType.MinimumMaximum or ArcGIS.Core.CIM.RasterStretchType.PercentMinimumMaximum. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the name of the color ramp used for the unique value symbology type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets if the application will work in the perspective view when an appropriate layers is added to a map. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the value indicating if an image service cache should be displayed rather than the image service (if it has a cache generated). This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the use band wavelength information setting. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets if the raster dataset's native georeferencing should be overridden with the world file information. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also