com.esri.arcgis.datasourcesraster
Interface IRasterizeFeatureClassFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterizeFeatureClassFunctionArgumentsProxy, RasterizeFeatureClassFunctionArguments

public interface IRasterizeFeatureClassFunctionArguments
extends java.io.Serializable

COM Interface 'IRasterizeFeatureClassFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe20840ea_3a4c_4e87_b623_3d92a4633529
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDe20840ea_3a4c_4e87_b623_3d92a4633529

static final int IIDe20840ea_3a4c_4e87_b623_3d92a4633529
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRaster

java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The source raster object.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The source raster object.

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureClass

ITable getFeatureClass()
                       throws java.io.IOException,
                              AutomationException
The feature class to be rasterized.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureClassByRef

void setFeatureClassByRef(ITable ppFeatureClass)
                          throws java.io.IOException,
                                 AutomationException
The feature class to be rasterized.

Parameters:
ppFeatureClass - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassIndexField

java.lang.String getClassIndexField()
                                    throws java.io.IOException,
                                           AutomationException
Class index field, for the filling (optional, otherwise use oid).

Returns:
The pClassIndexField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClassIndexField

void setClassIndexField(java.lang.String pClassIndexField)
                        throws java.io.IOException,
                               AutomationException
Class index field, for the filling (optional, otherwise use oid).

Parameters:
pClassIndexField - The pClassIndexField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.