|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterInfo2
Provides access to members that control a raster info object.
Method Summary | |
---|---|
ITable |
getAttributeTable()
The raster attribute table. |
IRasterColormap |
getColormap()
The raster colormap. |
IRasterHistogram |
getHistogram(int iBand)
The histogram of a given band. |
IRasterLODInfos |
getLODInfos()
The tiling Levels Of Details. |
IPnt |
getMaximumCellSize()
The maximum cell size associated with this raster. |
IPixelResampler |
getPixelResampler()
The current raster resampler. |
IRasterStatistics |
getStatistics(int iBand)
The statistics of a given band. |
void |
init(IRaster pRaster)
Initializes from a raster. |
void |
removeStatsHistograms()
Removes all band statistics and histograms. |
void |
setAttributeTableByRef(ITable ppTable)
The raster attribute table. |
void |
setColormapByRef(IRasterColormap ppColormap)
The raster colormap. |
void |
setHistogramByRef(int iBand,
IRasterHistogram ppHistogram)
The histogram of a given band. |
void |
setLODInfosByRef(IRasterLODInfos ppLODInfos)
The tiling Levels Of Details. |
void |
setMaximumCellSize(IPnt ppMaximumCellSize)
The maximum cell size associated with this raster. |
void |
setPixelResamplerByRef(IPixelResampler ppResampler)
The current raster resampler. |
void |
setStatisticsByRef(int iBand,
IRasterStatistics ppStats)
The statistics of a given band. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterInfo |
---|
getBandCount, getBlockHeight, getBlockWidth, getCellSize, getExtent, getFirstPyramidLevel, getFormat, getGeodataXform, getHeight, getMaximumPyramidLevel, getNativeExtent, getNativeSpatialReference, getNoData, getOrigin, getPixelType, getSpatialReference, getWidth, isResampling, isSupportBandSelection, setBandCount, setBlockHeight, setBlockWidth, setCellSize, setExtent, setFirstPyramidLevel, setFormat, setGeodataXformByRef, setMaximumPyramidLevel, setNativeExtent, setNativeSpatialReferenceByRef, setNoData, setOriginByRef, setPixelType, setResampling, setSupportBandSelection |
Method Detail |
---|
void init(IRaster pRaster) throws IOException, AutomationException
pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeStatsHistograms() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterLODInfos getLODInfos() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLODInfosByRef(IRasterLODInfos ppLODInfos) throws IOException, AutomationException
ppLODInfos
- A reference to a com.esri.arcgis.geodatabase.IRasterLODInfos (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterColormap getColormap() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColormapByRef(IRasterColormap ppColormap) throws IOException, AutomationException
ppColormap
- A reference to a com.esri.arcgis.geodatabase.IRasterColormap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getAttributeTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAttributeTableByRef(ITable ppTable) throws IOException, AutomationException
ppTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterStatistics getStatistics(int iBand) throws IOException, AutomationException
iBand
- The iBand (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStatisticsByRef(int iBand, IRasterStatistics ppStats) throws IOException, AutomationException
iBand
- The iBand (in)ppStats
- A reference to a com.esri.arcgis.datasourcesraster.IRasterStatistics (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterHistogram getHistogram(int iBand) throws IOException, AutomationException
iBand
- The iBand (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHistogramByRef(int iBand, IRasterHistogram ppHistogram) throws IOException, AutomationException
iBand
- The iBand (in)ppHistogram
- A reference to a com.esri.arcgis.datasourcesraster.IRasterHistogram (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPixelResampler getPixelResampler() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPixelResamplerByRef(IPixelResampler ppResampler) throws IOException, AutomationException
ppResampler
- A reference to a com.esri.arcgis.datasourcesraster.IPixelResampler (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPnt getMaximumCellSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumCellSize(IPnt ppMaximumCellSize) throws IOException, AutomationException
ppMaximumCellSize
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |