com.esri.arcgis.spatialanalyst
Interface IGPSARadius

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPSARadius, IGPSARadiusProxy

public interface IGPSARadius
extends java.io.Serializable

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

IIDdba87139_8f09_4bde_adff_99713458d5dd

static final int IIDdba87139_8f09_4bde_adff_99713458d5dd
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getType

int getType()
            throws java.io.IOException,
                   AutomationException
The type of radius.

Returns:
A com.esri.arcgis.spatialanalyst.esriRasterRadiusEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFixed

void setFixed(double distance,
              java.lang.Object minCount)
              throws java.io.IOException,
                     AutomationException
Defines a fixed radius.

Parameters:
distance - The distance (in)
minCount - A Variant (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVariable

void setVariable(int count,
                 java.lang.Object maxDistance)
                 throws java.io.IOException,
                        AutomationException
Defines a variable radius.

Parameters:
count - The count (in)
maxDistance - A Variant (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.