public interface IRasterBand
extends java.io.Serializable
Description: 'Provides access to members that control a raster band object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID31e6c041_ec46_11d1_8d21_0000f8780535 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
canCopy()
Returns true if this dataset can be copied.
|
void |
computeStatsAndHist()
Calculates statistics and histogram if not previously stored.
|
IDataset |
copy(java.lang.String copyName,
IWorkspace copyWorkspace)
Copies this raster band to a new dataset with the specified name.
|
ITable |
getAttributeTable()
The attribute table of this raster band.
|
java.lang.String |
getBandname()
The name of this raster band.
|
IRasterClassNames |
getClassNames()
The class names (titles).
|
IRasterColormap |
getColormap()
The colormap of this raster band.
|
IContrastTable |
getContrastTable()
The contrast look-up table of this band.
|
IRasterHistogram |
getHistogram()
The histogram of this raster band.
|
IRasterDataset |
getRasterDataset()
The RasterDataset associated with this raster band.
|
int |
getRepresentationType()
The suggested representation type.
|
IRasterStatistics |
getStatistics()
The statistics of this raster band.
|
void |
hasColormap(boolean[] b)
Indicates if this band has a colormap.
|
void |
hasStatistics(boolean[] b)
Indicates if this band has statistics.
|
void |
hasTable(boolean[] b)
Indicates if this band has an attribute table.
|
boolean |
isDirectlyOpened()
Indicates if the band was opened directly.
|
void |
setContrastTable(IContrastTable cont)
The contrast look-up table of this band.
|
void |
setRepresentationType(int pVal)
The suggested representation type.
|
static final int IID31e6c041_ec46_11d1_8d21_0000f8780535
static final int xxDummy
static final java.lang.String IID
void hasTable(boolean[] b) throws java.io.IOException, AutomationException
b
- The b (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void hasStatistics(boolean[] b) throws java.io.IOException, AutomationException
b
- The b (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void hasColormap(boolean[] b) throws java.io.IOException, AutomationException
b
- The b (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterStatistics getStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void computeStatsAndHist() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterHistogram getHistogram() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterColormap getColormap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getAttributeTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterClassNames getClassNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterDataset getRasterDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRepresentationType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRepresentationType(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.datasourcesraster.rstRepresentationType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IContrastTable getContrastTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setContrastTable(IContrastTable cont) throws java.io.IOException, AutomationException
cont
- A reference to a com.esri.arcgis.datasourcesraster.IContrastTable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean canCopy() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDataset copy(java.lang.String copyName, IWorkspace copyWorkspace) throws java.io.IOException, AutomationException
copyName
- The copyName (in)copyWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getBandname() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDirectlyOpened() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.