|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColorChannelMapping
Provides access to methods that control the mapping of bands to RGB color channels.
Method Summary | |
---|---|
Object |
getBandIndices()
The band indices being used in the mapping. |
boolean |
isUseDefaultMapping()
Indicates whether the default mapping is being used. |
void |
setBandIndices(Object vIndex)
The band indices being used in the mapping. |
void |
setUseDefaultMapping(boolean bIsDefault)
Indicates whether the default mapping is being used. |
Method Detail |
---|
boolean isUseDefaultMapping() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseDefaultMapping(boolean bIsDefault) throws IOException, AutomationException
bIsDefault
- The bIsDefault (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getBandIndices() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBandIndices(Object vIndex) throws IOException, AutomationException
vIndex
- A Variant (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 |