public interface IInterpolateIrregularDataFunctionArguments
extends 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 |
IIDc9c09b1e_be49_49d6_ae88_0a2ee969d21e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getInterpolationMethod()
The interpolation method.
|
java.lang.Object |
getPointFeatureClass()
The points in a table.
|
double |
getRadius()
The search radius for points.
|
IRasterInfo |
getRasterInfo()
The raster definition containing at least extent, cellsize, and pixel type.
|
java.lang.String |
getValueField()
The value (Z) field name.
|
void |
setInterpolationMethod(int pMethod)
The interpolation method.
|
void |
setPointFeatureClassByRef(java.lang.Object ppPointFeatureClass)
The points in a table.
|
void |
setRadius(double pRadius)
The search radius for points.
|
void |
setRasterInfoByRef(IRasterInfo ppRasterInfo)
The raster definition containing at least extent, cellsize, and pixel type.
|
void |
setValueField(java.lang.String pName)
The value (Z) field name.
|
static final int IIDc9c09b1e_be49_49d6_ae88_0a2ee969d21e
static final int xxDummy
static final java.lang.String IID
java.lang.Object getPointFeatureClass() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPointFeatureClassByRef(java.lang.Object ppPointFeatureClass) throws java.io.IOException, AutomationException
ppPointFeatureClass
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getInterpolationMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInterpolationMethod(int pMethod) throws java.io.IOException, AutomationException
pMethod
- A com.esri.arcgis.datasourcesraster.esriInterpolateIrregularDataMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getValueField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setValueField(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterInfo getRasterInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterInfoByRef(IRasterInfo ppRasterInfo) throws java.io.IOException, AutomationException
ppRasterInfo
- A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getRadius() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRadius(double pRadius) throws java.io.IOException, AutomationException
pRadius
- The pRadius (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.