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


In This Topic
    RasterStorageDef Class Members
    In This Topic

    The following tables list the members exposed by RasterStorageDef.

    Public Constructors
     NameDescription
    Public Constructor Default constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    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