|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterFunction
Provides access to members that control a raster function.
Method Summary | |
---|---|
void |
bind(Object pArguments)
Binds function arguments to this raster function. |
String |
getDescription()
The raster function description. |
String |
getName()
The raster function name. |
int |
getPixelType()
The output pixel type. |
IRasterInfo |
getRasterInfo()
The raster information after this function is applied to an object. |
boolean |
isValid()
Indicates if this function is valid, e.g. |
void |
read(IPnt pTlc,
IRaster pRaster,
IPixelBlock pPixelBlock)
Reads a pixel block starting from the top left corner. |
void |
setDescription(String pDescription)
The raster function description. |
void |
setName(String pName)
The raster function name. |
void |
setPixelType(int pPixelType)
The output pixel type. |
void |
update()
Updates using newly available information from bound object. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String pName) throws IOException, AutomationException
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(String pDescription) throws IOException, AutomationException
pDescription
- The pDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPixelType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPixelType(int pPixelType) throws IOException, AutomationException
pPixelType
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void bind(Object pArguments) throws IOException, AutomationException
pArguments
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isValid() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void update() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterInfo getRasterInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void read(IPnt pTlc, IRaster pRaster, IPixelBlock pPixelBlock) throws IOException, AutomationException
pTlc
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)pPixelBlock
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (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 |