public interface IRegionGrowFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control RegionGrow 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 |
IID2fbb96e1_6d67_4abc_a236_1047b72815dc |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFillValueField()
Fill value field.
|
java.lang.String |
getMaxGrowthRadiusField()
Max growth radius field, to control for each seed point how big the region can grow.
|
java.lang.Object |
getPointFeatureClass()
The point feature class containing the seed points.
|
java.lang.Object |
getRaster()
The source raster object.
|
java.lang.String |
getSimilarityThresholdField()
Similarity threshold field.
|
void |
setFillValueField(java.lang.String pFillValueField)
Fill value field.
|
void |
setMaxGrowthRadiusField(java.lang.String pMaxGrowthRadiusField)
Max growth radius field, to control for each seed point how big the region can grow.
|
void |
setPointFeatureClassByRef(java.lang.Object ppPointFeatureClass)
The point feature class containing the seed points.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
void |
setSimilarityThresholdField(java.lang.String pSimilarityThresholdField)
Similarity threshold field.
|
static final int IID2fbb96e1_6d67_4abc_a236_1047b72815dc
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.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.java.lang.String getMaxGrowthRadiusField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxGrowthRadiusField(java.lang.String pMaxGrowthRadiusField) throws java.io.IOException, AutomationException
pMaxGrowthRadiusField
- The pMaxGrowthRadiusField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSimilarityThresholdField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSimilarityThresholdField(java.lang.String pSimilarityThresholdField) throws java.io.IOException, AutomationException
pSimilarityThresholdField
- The pSimilarityThresholdField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFillValueField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFillValueField(java.lang.String pFillValueField) throws java.io.IOException, AutomationException
pFillValueField
- The pFillValueField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.