|
|||||||||
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.geodatabase.INetworkWorkspaceProxy com.esri.arcgis.geodatabase.INetworkWorkspace2Proxy
public class INetworkWorkspace2Proxy
Provides access to members that create and maintain information about logical networks.
Use the INetworkWorkspace2 interface when you want to create a logical network that is not associated with a geometric network. This interface differs from INetworkWorkspace in that the CreateNetwork method allows for the entry of a configuration keyword. The keyword is used by ArcSDE to determine what set of parameters from the dbtune file to employ.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
INetworkWorkspace2Proxy()
|
|
INetworkWorkspace2Proxy(Object obj)
|
protected |
INetworkWorkspace2Proxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
INetwork |
createNetworkEx(String networkName,
int networkType,
boolean buildNormalizedTables,
String configKeyword,
int formatNum)
Creates a logical network based on the specified configuration keyword. |
int |
getFormatNumber(int index)
The specified format number. |
int |
getFormatNumberCount()
The count of valid format numbers. |
int |
getMaxStorableClassID(int formatNum)
Returns the maximum storable feature class ID for the given format number. |
void |
removeListener(String iidStr,
Object theListener)
|
Methods inherited from class com.esri.arcgis.geodatabase.INetworkWorkspaceProxy |
---|
createNetwork, getNetworkNames, openNetwork |
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.geodatabase.INetworkWorkspace |
---|
createNetwork, getNetworkNames, openNetwork |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public INetworkWorkspace2Proxy()
public INetworkWorkspace2Proxy(Object obj) throws IOException
IOException
protected INetworkWorkspace2Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class INetworkWorkspaceProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class INetworkWorkspaceProxy
IOException
public int getFormatNumberCount() throws IOException, AutomationException
getFormatNumberCount
in interface INetworkWorkspace2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFormatNumber(int index) throws IOException, AutomationException
getFormatNumber
in interface INetworkWorkspace2
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxStorableClassID(int formatNum) throws IOException, AutomationException
getMaxStorableClassID
in interface INetworkWorkspace2
formatNum
- The formatNum (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INetwork createNetworkEx(String networkName, int networkType, boolean buildNormalizedTables, String configKeyword, int formatNum) throws IOException, AutomationException
createNetworkEx
in interface INetworkWorkspace2
networkName
- The networkName (in)networkType
- A com.esri.arcgis.geodatabase.esriNetworkType constant (in)buildNormalizedTables
- The buildNormalizedTables (in)configKeyword
- The configKeyword (in)formatNum
- The formatNum (in)
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 |