|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContrastBrightnessFunctionArguments
Adjusts brightness and contrast of a raster.
Method Summary | |
---|---|
double |
getBrightnessOffset()
The brightness offset. |
double |
getContrastOffset()
The contrast offset. |
Object |
getRaster()
The input raster. |
void |
setBrightnessOffset(double pBrightnessOffset)
The brightness offset. |
void |
setContrastOffset(double pContrastOffset)
The contrast offset. |
void |
setRasterByRef(Object ppRaster)
The input raster. |
Method Detail |
---|
Object getRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(Object ppRaster) throws IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setContrastOffset(double pContrastOffset) throws IOException, AutomationException
pContrastOffset
- The pContrastOffset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getContrastOffset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getBrightnessOffset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBrightnessOffset(double pBrightnessOffset) throws IOException, AutomationException
pBrightnessOffset
- The pBrightnessOffset (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 |