com.esri.arcgis.networkanalyst
Interface INAServerDataLayer

All Superinterfaces:
INAServerLocations, java.io.Serializable
All Known Implementing Classes:
INAServerDataLayerProxy, NAServerDataLayer

public interface INAServerDataLayer
extends INAServerLocations, java.io.Serializable

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

Description: 'Deprecated as of 10.0. Provides access to a data layer containing network locations.' 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 IID03a5259e_c543_45d0_b48f_4c03017355e4
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerLocations
IID3e1cb0a9_9917_42d7_af13_78d2494b4714
 
Method Summary
 java.lang.String getDataLayerName()
          The name of the layer in the map.
 IQueryFilter getQueryFilter()
          The query filter used to constrain the search.
 void setDataLayerName(java.lang.String pValue)
          The name of the layer in the map.
 void setQueryFilterByRef(IQueryFilter ppValue)
          The query filter used to constrain the search.
 

Field Detail

IID03a5259e_c543_45d0_b48f_4c03017355e4

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

getDataLayerName

java.lang.String getDataLayerName()
                                  throws java.io.IOException,
                                         AutomationException
The name of the layer in the map.

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

setDataLayerName

void setDataLayerName(java.lang.String pValue)
                      throws java.io.IOException,
                             AutomationException
The name of the layer in the map.

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

getQueryFilter

IQueryFilter getQueryFilter()
                            throws java.io.IOException,
                                   AutomationException
The query filter used to constrain the search.

Returns:
A reference to a com.esri.arcgis.geodatabase.IQueryFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQueryFilterByRef

void setQueryFilterByRef(IQueryFilter ppValue)
                         throws java.io.IOException,
                                AutomationException
The query filter used to constrain the search.

Parameters:
ppValue - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.