com.esri.arcgis.networkanalyst
Interface INALocatorFeatureAgent

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INALocatorFeatureAgent2
All Known Implementing Classes:
INALocatorFeatureAgent2Proxy, INALocatorFeatureAgentProxy, NALocatorFeatureAgent

public interface INALocatorFeatureAgent
extends java.io.Serializable

COM Interface 'INALocatorFeatureAgent'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Provides access to properties of the feature locator agent.' 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 IID011dc4a1_9d12_4bdb_871d_96e6df3d6e32
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getSnapType()
          The method of snapping used.
 java.lang.String getSourceName()
          The network source name.
 int getSubtypeCode()
          The subtype to be used to locate features.
 boolean isUseSubtype()
          Indicates if subtypes should be used to locate features.
 void setSnapType(int pHitPartType)
          The method of snapping used.
 void setSourceName(java.lang.String sourceName)
          The network source name.
 void setSubtypeCode(int subtypeCode)
          The subtype to be used to locate features.
 void setUseSubtype(boolean useSubtype)
          Indicates if subtypes should be used to locate features.
 

Field Detail

IID011dc4a1_9d12_4bdb_871d_96e6df3d6e32

static final int IID011dc4a1_9d12_4bdb_871d_96e6df3d6e32
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

setSourceName

void setSourceName(java.lang.String sourceName)
                   throws java.io.IOException,
                          AutomationException
The network source name.

Parameters:
sourceName - The sourceName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSourceName

java.lang.String getSourceName()
                               throws java.io.IOException,
                                      AutomationException
The network source name.

Returns:
The sourceName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSnapType

void setSnapType(int pHitPartType)
                 throws java.io.IOException,
                        AutomationException
The method of snapping used.

Parameters:
pHitPartType - A com.esri.arcgis.geometry.esriGeometryHitPartType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSnapType

int getSnapType()
                throws java.io.IOException,
                       AutomationException
The method of snapping used.

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

setUseSubtype

void setUseSubtype(boolean useSubtype)
                   throws java.io.IOException,
                          AutomationException
Indicates if subtypes should be used to locate features.

Parameters:
useSubtype - The useSubtype (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseSubtype

boolean isUseSubtype()
                     throws java.io.IOException,
                            AutomationException
Indicates if subtypes should be used to locate features.

Returns:
The useSubtype
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSubtypeCode

void setSubtypeCode(int subtypeCode)
                    throws java.io.IOException,
                           AutomationException
The subtype to be used to locate features.

Parameters:
subtypeCode - The subtypeCode (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSubtypeCode

int getSubtypeCode()
                   throws java.io.IOException,
                          AutomationException
The subtype to be used to locate features.

Returns:
The subtypeCode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.