|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterRadius
Provides access to members that control the radius used to determine a surface through interpolation.
Method Summary | |
---|---|
void |
setFixed(double distance,
Object minCount)
Sets a fixed radius. |
void |
setVariable(int count,
Object maxDistance)
Sets a variable radius. |
Method Detail |
---|
void setFixed(double distance, Object minCount) throws IOException, AutomationException
distance
- The distance (in)minCount
- A Variant (in, optional, pass null if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVariable(int count, Object maxDistance) throws IOException, AutomationException
count
- The count (in)maxDistance
- A Variant (in, optional, pass null if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |