|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPSARadius
COM Interface 'IGPSARadius'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'
Description: 'Provides access to IGPSARadius interface.' 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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDdba87139_8f09_4bde_adff_99713458d5dd
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getType()
The type of radius. |
void |
setFixed(double distance,
java.lang.Object minCount)
Defines a fixed radius. |
void |
setVariable(int count,
java.lang.Object maxDistance)
Defines a variable radius. |
Field Detail |
---|
static final int IIDdba87139_8f09_4bde_adff_99713458d5dd
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFixed(double distance, java.lang.Object minCount) throws java.io.IOException, AutomationException
distance
- The distance (in)minCount
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVariable(int count, java.lang.Object maxDistance) throws java.io.IOException, AutomationException
count
- The count (in)maxDistance
- A Variant (in, optional, pass null if not required)
java.io.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 |