|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterItemFunctionArguments
Provides access to members that control Raster Item function arguments.
Method Summary | |
---|---|
Object |
getImageService()
The image service that can be an image server or name object. |
int |
getRasterID()
The raster item ID. |
String |
getURL()
The image service URL. |
void |
setImageServiceByRef(Object ppImageService)
The image service that can be an image server or name object. |
void |
setRasterID(int pRID)
The raster item ID. |
void |
setURL(String pURL)
The image service URL. |
Method Detail |
---|
Object getImageService() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImageServiceByRef(Object ppImageService) throws IOException, AutomationException
ppImageService
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getURL() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setURL(String pURL) throws IOException, AutomationException
pURL
- The pURL (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRasterID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterID(int pRID) throws IOException, AutomationException
pRID
- The pRID (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 |