com.esri.arcgis.networkanalyst
Interface INALocatorFeatureAgent2

All Superinterfaces:
INALocatorFeatureAgent, java.io.Serializable
All Known Implementing Classes:
INALocatorFeatureAgent2Proxy, NALocatorFeatureAgent

public interface INALocatorFeatureAgent2
extends INALocatorFeatureAgent, java.io.Serializable

COM Interface 'INALocatorFeatureAgent2'. 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 IID53fd8c11_8672_4c28_bfdb_d0c78472979e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INALocatorFeatureAgent
IID011dc4a1_9d12_4bdb_871d_96e6df3d6e32
 
Method Summary
 java.lang.String getFullWhereClause()
          The full where clause including the subtype predicate in the UseSubtype case.
 java.lang.String getWhereClause()
          The where clause to filter candidate locations not including the subtype predicate in the UseSubtype case.
 void setWhereClause(java.lang.String whereClause)
          The where clause to filter candidate locations not including the subtype predicate in the UseSubtype case.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INALocatorFeatureAgent
getSnapType, getSourceName, getSubtypeCode, isUseSubtype, setSnapType, setSourceName, setSubtypeCode, setUseSubtype
 

Field Detail

IID53fd8c11_8672_4c28_bfdb_d0c78472979e

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

setWhereClause

void setWhereClause(java.lang.String whereClause)
                    throws java.io.IOException,
                           AutomationException
The where clause to filter candidate locations not including the subtype predicate in the UseSubtype case.

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

getWhereClause

java.lang.String getWhereClause()
                                throws java.io.IOException,
                                       AutomationException
The where clause to filter candidate locations not including the subtype predicate in the UseSubtype case.

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

getFullWhereClause

java.lang.String getFullWhereClause()
                                    throws java.io.IOException,
                                           AutomationException
The full where clause including the subtype predicate in the UseSubtype case.

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