ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterStorageDef Class


In This Topic
    RasterStorageDef Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the cell size of the raster to be stored from this raster storage definition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the compression quality of the raster to be stored from this raster storage definition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the RasterCompressionType of the raster to be stored from this raster storage definition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the origin of the enterprise geodatabase raster to be stored from this raster storage definition.  
    Public Method Gets the number of pyramid levels to be built from this raster storage definition.  
    Public MethodGets the ArcGIS.Core.CIM.RasterResamplingType to use to build pyramids from this raster storage definition.  
    Public Method Gets the tile height of the raster to be stored from this raster storage definition.  
    Public Method Gets the tile width of the raster to be stored from this raster storage definition.  
    Public Method Sets the cell size of the raster to be stored on this raster storage definition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the compression quality of the raster to be stored on this raster storage definition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodSets the RasterCompressionType of the raster to be stored on this raster storage definition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the origin of the enterprise geodatabase raster to be stored on this raster storage definition.  
    Public Method Sets the number of pyramid levels to be built on this raster storage definition.  
    Public MethodSets the ArcGIS.Core.CIM.RasterResamplingType to use to build pyramids on this raster storage definition.  
    Public Method Sets the tile height of the raster to be stored on this raster storage definition.  
    Public Method Sets the tile width of the raster to be stored on this raster storage definition.  
    Top
    See Also