Name | Description | |
---|---|---|
RasterStorageDef Constructor | Default constructor |
The following tables list the members exposed by RasterStorageDef.
Name | Description | |
---|---|---|
RasterStorageDef Constructor | Default constructor |
Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
Name | Description | |
---|---|---|
Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
GetCellSize | 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. | |
GetCompressionQuality | 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. | |
GetCompressionType | Gets the RasterCompressionType of the raster to be stored from this raster storage definition. This method must be called on the MCT. Use QueuedTask.Run. | |
GetOrigin | Gets the origin of the enterprise geodatabase raster to be stored from this raster storage definition. | |
GetPyramidLevel | Gets the number of pyramid levels to be built from this raster storage definition. | |
GetPyramidResampleType | Gets the ArcGIS.Core.CIM.RasterResamplingType to use to build pyramids from this raster storage definition. | |
GetTileHeight | Gets the tile height of the raster to be stored from this raster storage definition. | |
GetTileWidth | Gets the tile width of the raster to be stored from this raster storage definition. | |
SetCellSize | 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. | |
SetCompressionQuality | 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. | |
SetCompressionType | Sets the RasterCompressionType of the raster to be stored on this raster storage definition. This method must be called on the MCT. Use QueuedTask.Run. | |
SetOrigin | Sets the origin of the enterprise geodatabase raster to be stored on this raster storage definition. | |
SetPyramidLevel | Sets the number of pyramid levels to be built on this raster storage definition. | |
SetPyramidResampleType | Sets the ArcGIS.Core.CIM.RasterResamplingType to use to build pyramids on this raster storage definition. | |
SetTileHeight | Sets the tile height of the raster to be stored on this raster storage definition. | |
SetTileWidth | Sets the tile width of the raster to be stored on this raster storage definition. |