public interface IInterpolateIrregularDataFunctionArguments2 extends IInterpolateIrregularDataFunctionArguments, java.io.Serializable
Description: 'Provides access to members that control InterpolateIrregularData 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 |
IIDcbc68564_9ee5_4559_80e4_55e9a636b89f |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDc9c09b1e_be49_49d6_ae88_0a2ee969d21e
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getMaskFC()
The 2D mask polygons.
|
IQueryFilter |
getSelectionFilter()
The input table selection filter
|
void |
setMaskFCByRef(java.lang.Object ppFeatureClass)
The 2D mask polygons.
|
void |
setSelectionFilterByRef(IQueryFilter ppFilter)
The input table selection filter
|
getInterpolationMethod, getPointFeatureClass, getRadius, getRasterInfo, getValueField, setInterpolationMethod, setPointFeatureClassByRef, setRadius, setRasterInfoByRef, setValueField
static final int IIDcbc68564_9ee5_4559_80e4_55e9a636b89f
static final int xxDummy
static final java.lang.String IID
java.lang.Object getMaskFC() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaskFCByRef(java.lang.Object ppFeatureClass) throws java.io.IOException, AutomationException
ppFeatureClass
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IQueryFilter getSelectionFilter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSelectionFilterByRef(IQueryFilter ppFilter) throws java.io.IOException, AutomationException
ppFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.