Provides access to members that control the pyramids for a raster dataset.
Members
Name | Description | |
---|---|---|
BuildPyramid | Builds pyramid for this RasterDataset. | |
Create | Build raster pyramids for this raster. | |
MinimumSize | The minimum raster pyramid size. | |
Present | Indicates whether pyramid layers exist. | |
PyramidLevel | The pyramid level. | |
PyramidResamplingMethod | The pyramid resampling method. |
IRasterPyramid2.BuildPyramid Method
Builds pyramid for this RasterDataset.
Public Sub BuildPyramid ( _
ByVal maxLevel As Integer, _
ByVal Method As rstResamplingTypes _
)
public void BuildPyramid (
int maxLevel,
rstResamplingTypes Method
);
IRasterPyramid2.PyramidLevel Property
The pyramid level.
Public ReadOnly Property PyramidLevel As Integer
public int PyramidLevel {get;}
IRasterPyramid2.PyramidResamplingMethod Property
The pyramid resampling method.
Public ReadOnly Property PyramidResamplingMethod As rstResamplingTypes
public rstResamplingTypes PyramidResamplingMethod {get;}
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterPyramid | Provides access to members that control the pyramids for a raster dataset. |
Classes that implement IRasterPyramid2
Classes | Description |
---|---|
RasterDataset | A representation of a raster dataset on disk. |
Remarks
The IRasterPyramid2 interface allows you to build pyramid layers on a raster dataset with user specified pyramid level and resampling method.