|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterItemFunctionArguments
COM Interface 'IRasterItemFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description: 'Provides access to members that control Raster Item function arguments.' 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 |
IID28ca1646_8e41_45b1_aa40_97b2ab2cb02f
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.Object |
getImageService()
The image service that can be an image server or name object. |
int |
getRasterID()
The raster item ID. |
java.lang.String |
getURL()
The image service URL. |
void |
setImageServiceByRef(java.lang.Object ppImageService)
The image service that can be an image server or name object. |
void |
setRasterID(int pRID)
The raster item ID. |
void |
setURL(java.lang.String pURL)
The image service URL. |
Field Detail |
---|
static final int IID28ca1646_8e41_45b1_aa40_97b2ab2cb02f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.Object getImageService() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImageServiceByRef(java.lang.Object ppImageService) throws java.io.IOException, AutomationException
ppImageService
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getURL() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setURL(java.lang.String pURL) throws java.io.IOException, AutomationException
pURL
- The pURL (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRasterID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterID(int pRID) throws java.io.IOException, AutomationException
pRID
- The pRID (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 |