|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPSARadius
Provides access to IGPSARadius interface.
Method Summary | |
---|---|
int |
getType()
The type of radius. |
void |
setFixed(double distance,
Object minCount)
Defines a fixed radius. |
void |
setVariable(int count,
Object maxDistance)
Defines a variable radius. |
Method Detail |
---|
int getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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 |