|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.networkanalyst.INALayerProxy com.esri.arcgis.networkanalyst.INALayer2Proxy com.esri.arcgis.networkanalyst.INALayer3Proxy
Description: 'Provides access to the network analysis layer.' 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 =
public class INALayer3Proxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.networkanalyst.INALayer3 |
---|
IID, IID2ff75aa1_fa95_4567_8dec_e658f4e74d60 |
Fields inherited from interface com.esri.arcgis.networkanalyst.INALayer2 |
---|
IID734a3ec8_8345_4f7b_8e49_3cd871603aa7 |
Fields inherited from interface com.esri.arcgis.networkanalyst.INALayer |
---|
IID667b776b_5905_4450_9c94_18b214ece8fb |
Constructor Summary | |
---|---|
|
INALayer3Proxy()
Deprecated. For internal use only |
|
INALayer3Proxy(java.lang.Object obj)
Deprecated. |
protected |
INALayer3Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
INALayer3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
INALayer3Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
findDataLayerByNAClassName(java.lang.String name)
Deprecated. The index of the named datalayer in the collection of DataLayers of the network analysis layer. |
int |
getAllDataLayerCount()
Deprecated. The total number of data layers (layers and standalone tables) in the network analysis layer. |
int |
getAllLayerCount()
Deprecated. The total number of layers in the network analysis layer. |
int |
getAllStandaloneTableCount()
Deprecated. The total number of standalone tables in the network analysis layer. |
IDataLayer |
getDataLayer(int index)
Deprecated. The datalayer at the specified index in the collection of DataLayers of the network analysis layer. |
boolean |
isAccessible(int index)
Deprecated. Indicates whether the datalayer at the specified index in the collection of DataLayers of the network analysis layer is accessible by ICompositeLayer methods. |
boolean |
isCanRestrictAccessibility(int index)
Deprecated. Indicates whether the datalayer at the specified index in the collection of DataLayers of the network analysis layer can be hidden from ICompositeLayer methods. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
reorder(ILongArray reorderedIndices)
Deprecated. Reorders the data layers in the network analysis layer based on the input array containing the new datalayer index value for each current index. |
void |
setAccessible(int index,
boolean flag)
Deprecated. Indicates whether the datalayer at the specified index in the collection of DataLayers of the network analysis layer is accessible by ICompositeLayer methods. |
Methods inherited from class com.esri.arcgis.networkanalyst.INALayer2Proxy |
---|
attachContext, copyContext, getDataLayerByNAClassName |
Methods inherited from class com.esri.arcgis.networkanalyst.INALayerProxy |
---|
add, clear, delete, getContext, getLayerByNAClassName, isExpanded, setContextByRef, setExpanded |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.networkanalyst.INALayer2 |
---|
attachContext, copyContext, getDataLayerByNAClassName |
Methods inherited from interface com.esri.arcgis.networkanalyst.INALayer |
---|
add, clear, delete, getContext, getLayerByNAClassName, isExpanded, setContextByRef, setExpanded |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public INALayer3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public INALayer3Proxy()
public INALayer3Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected INALayer3Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected INALayer3Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class INALayer2Proxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class INALayer2Proxy
java.io.IOException
public int getAllDataLayerCount() throws java.io.IOException, AutomationException
getAllDataLayerCount
in interface INALayer3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAllLayerCount() throws java.io.IOException, AutomationException
getAllLayerCount
in interface INALayer3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAllStandaloneTableCount() throws java.io.IOException, AutomationException
getAllStandaloneTableCount
in interface INALayer3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int findDataLayerByNAClassName(java.lang.String name) throws java.io.IOException, AutomationException
findDataLayerByNAClassName
in interface INALayer3
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataLayer getDataLayer(int index) throws java.io.IOException, AutomationException
getDataLayer
in interface INALayer3
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCanRestrictAccessibility(int index) throws java.io.IOException, AutomationException
isCanRestrictAccessibility
in interface INALayer3
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAccessible(int index) throws java.io.IOException, AutomationException
isAccessible
in interface INALayer3
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAccessible(int index, boolean flag) throws java.io.IOException, AutomationException
setAccessible
in interface INALayer3
index
- The index (in)flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reorder(ILongArray reorderedIndices) throws java.io.IOException, AutomationException
reorder
in interface INALayer3
reorderedIndices
- A reference to a com.esri.arcgis.system.ILongArray (in)
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 |