public interface IRasterizeFeatureClassFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control RasterizeFeatureClass 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe20840ea_3a4c_4e87_b623_3d92a4633529 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassIndexField()
Class index field, for the filling (optional, otherwise use oid).
|
ITable |
getFeatureClass()
The feature class to be rasterized.
|
java.lang.Object |
getRaster()
The source raster object.
|
void |
setClassIndexField(java.lang.String pClassIndexField)
Class index field, for the filling (optional, otherwise use oid).
|
void |
setFeatureClassByRef(ITable ppFeatureClass)
The feature class to be rasterized.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
static final int IIDe20840ea_3a4c_4e87_b623_3d92a4633529
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getFeatureClass() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFeatureClassByRef(ITable ppFeatureClass) throws java.io.IOException, AutomationException
ppFeatureClass
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getClassIndexField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClassIndexField(java.lang.String pClassIndexField) throws java.io.IOException, AutomationException
pClassIndexField
- The pClassIndexField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.