|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterRGBRenderer
COM Interface 'IRasterRGBRenderer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members which control the raster Red/Green/Blue renderer.' 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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID577f186f_7037_11d2_9f29_00c04f8ed1d7
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getBlueBandIndex()
Band to be represented in blue. |
int |
getGreenBandIndex()
Band to be represented in green. |
int |
getRedBandIndex()
Band to be represented in red. |
boolean |
isUseBlueBand()
Indicates if the blue band is used. |
boolean |
isUseGreenBand()
Indicates if the green band is used. |
boolean |
isUseRedBand()
Indicates if the red band is used. |
void |
queryBandIndices(int[] redIndex,
int[] greenIndex,
int[] blueIndex)
Band numbers for red, green, and blue bands. |
void |
setBandIndices(int redIndex,
int greenIndex,
int blueIndex)
Band numbers for red, green, and blue bands. |
void |
setBlueBandIndex(int blueIndex)
Band to be represented in blue. |
void |
setGreenBandIndex(int greenIndex)
Band to be represented in green. |
void |
setRedBandIndex(int redIndex)
Band to be represented in red. |
void |
setUseBlueBand(boolean bBand)
Indicates if the blue band is used. |
void |
setUseGreenBand(boolean bBand)
Indicates if the green band is used. |
void |
setUseRedBand(boolean bBand)
Indicates if the red band is used. |
Field Detail |
---|
static final int IID577f186f_7037_11d2_9f29_00c04f8ed1d7
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setBandIndices(int redIndex, int greenIndex, int blueIndex) throws java.io.IOException, AutomationException
redIndex
- The redIndex (in)greenIndex
- The greenIndex (in)blueIndex
- The blueIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryBandIndices(int[] redIndex, int[] greenIndex, int[] blueIndex) throws java.io.IOException, AutomationException
redIndex
- The redIndex (out: use single element array)greenIndex
- The greenIndex (out: use single element array)blueIndex
- The blueIndex (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRedBandIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRedBandIndex(int redIndex) throws java.io.IOException, AutomationException
redIndex
- The redIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGreenBandIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGreenBandIndex(int greenIndex) throws java.io.IOException, AutomationException
greenIndex
- The greenIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBlueBandIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBlueBandIndex(int blueIndex) throws java.io.IOException, AutomationException
blueIndex
- The blueIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseRedBand() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseRedBand(boolean bBand) throws java.io.IOException, AutomationException
bBand
- The bBand (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseGreenBand() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseGreenBand(boolean bBand) throws java.io.IOException, AutomationException
bBand
- The bBand (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseBlueBand() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseBlueBand(boolean bBand) throws java.io.IOException, AutomationException
bBand
- The bBand (in)
java.io.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 |