|
|||||||||
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.IDENetworkDatasetProxy
Description: 'Provides access to members that describe network dataset data elements.' 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 IDENetworkDatasetProxy
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.geodatabase.IDENetworkDataset |
---|
IID, IID71e4aa21_1957_4224_b505_984c189aa520 |
Constructor Summary | |
---|---|
|
IDENetworkDatasetProxy()
Deprecated. For internal use only |
|
IDENetworkDatasetProxy(java.lang.Object obj)
Deprecated. |
protected |
IDENetworkDatasetProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDENetworkDatasetProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDENetworkDatasetProxy(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. |
IArray |
getAttributes()
Deprecated. Array of network attributes in this network dataset. |
java.lang.String |
getConfigurationKeyword()
Deprecated. The database configuration keyword for the network dataset. |
INetworkDirections |
getDirections()
Deprecated. The driving directions settings for the network dataset. |
INetworkAttribute |
getHierarchyClusterAttribute()
Deprecated. The network attribute that is used to optimize network building for hierarchical traversal. |
int |
getHierarchyLevelCount()
Deprecated. The number of hierarchy levels in the network dataset. |
int |
getMaxValueForHierarchy(int level)
Deprecated. The maximum value for the specified hierarchy level in the network dataset. |
int |
getNetworkType()
Deprecated. The type of the network dataset. |
IPropertySet |
getProperties()
Deprecated. Property set of this network dataset. |
IArray |
getSources()
Deprecated. Array of network sources in this network dataset. |
IPropertySet |
getUserData()
Deprecated. User specified property set of this network dataset. |
boolean |
isBuildable()
Deprecated. Indicates if this network dataset is buildable. |
boolean |
isSupportsTurns()
Deprecated. Indicates if this network dataset supports network turn elements. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAttributesByRef(IArray attributes)
Deprecated. Array of network attributes in this network dataset. |
void |
setBuildable(boolean supportsTurns)
Deprecated. Indicates if this network dataset is buildable. |
void |
setConfigurationKeyword(java.lang.String configKeyword)
Deprecated. The database configuration keyword for the network dataset. |
void |
setDirectionsByRef(INetworkDirections directions)
Deprecated. The driving directions settings for the network dataset. |
void |
setHierarchyClusterAttribute(INetworkAttribute attribute)
Deprecated. The network attribute that is used to optimize network building for hierarchical traversal. |
void |
setHierarchyLevelCount(int count)
Deprecated. The number of hierarchy levels in the network dataset. |
void |
setMaxValueForHierarchy(int level,
int value)
Deprecated. The maximum value for the specified hierarchy level in the network dataset. |
void |
setNetworkType(int type)
Deprecated. The type of the network dataset. |
void |
setProperties(IPropertySet datasetProperties)
Deprecated. Property set of this network dataset. |
void |
setSourcesByRef(IArray sources)
Deprecated. Array of network sources in this network dataset. |
void |
setSupportsTurns(boolean supportsTurns)
Deprecated. Indicates if this network dataset supports network turn elements. |
void |
setUserData(IPropertySet userProperties)
Deprecated. User specified property set of this network dataset. |
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 |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IDENetworkDatasetProxy(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 IDENetworkDatasetProxy()
public IDENetworkDatasetProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDENetworkDatasetProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDENetworkDatasetProxy(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 com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getNetworkType() throws java.io.IOException, AutomationException
getNetworkType
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNetworkType(int type) throws java.io.IOException, AutomationException
setNetworkType
in interface IDENetworkDataset
type
- A com.esri.arcgis.geodatabase.esriNetworkDatasetType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getAttributes() throws java.io.IOException, AutomationException
getAttributes
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAttributesByRef(IArray attributes) throws java.io.IOException, AutomationException
setAttributesByRef
in interface IDENetworkDataset
attributes
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getConfigurationKeyword() throws java.io.IOException, AutomationException
getConfigurationKeyword
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setConfigurationKeyword(java.lang.String configKeyword) throws java.io.IOException, AutomationException
setConfigurationKeyword
in interface IDENetworkDataset
configKeyword
- The configKeyword (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getSources() throws java.io.IOException, AutomationException
getSources
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSourcesByRef(IArray sources) throws java.io.IOException, AutomationException
setSourcesByRef
in interface IDENetworkDataset
sources
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INetworkDirections getDirections() throws java.io.IOException, AutomationException
getDirections
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDirectionsByRef(INetworkDirections directions) throws java.io.IOException, AutomationException
setDirectionsByRef
in interface IDENetworkDataset
directions
- A reference to a com.esri.arcgis.geodatabase.INetworkDirections (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsTurns() throws java.io.IOException, AutomationException
isSupportsTurns
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSupportsTurns(boolean supportsTurns) throws java.io.IOException, AutomationException
setSupportsTurns
in interface IDENetworkDataset
supportsTurns
- The supportsTurns (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBuildable() throws java.io.IOException, AutomationException
isBuildable
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBuildable(boolean supportsTurns) throws java.io.IOException, AutomationException
setBuildable
in interface IDENetworkDataset
supportsTurns
- The supportsTurns (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getUserData() throws java.io.IOException, AutomationException
getUserData
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUserData(IPropertySet userProperties) throws java.io.IOException, AutomationException
setUserData
in interface IDENetworkDataset
userProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getProperties() throws java.io.IOException, AutomationException
getProperties
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProperties(IPropertySet datasetProperties) throws java.io.IOException, AutomationException
setProperties
in interface IDENetworkDataset
datasetProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INetworkAttribute getHierarchyClusterAttribute() throws java.io.IOException, AutomationException
getHierarchyClusterAttribute
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHierarchyClusterAttribute(INetworkAttribute attribute) throws java.io.IOException, AutomationException
setHierarchyClusterAttribute
in interface IDENetworkDataset
attribute
- A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHierarchyLevelCount(int count) throws java.io.IOException, AutomationException
setHierarchyLevelCount
in interface IDENetworkDataset
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHierarchyLevelCount() throws java.io.IOException, AutomationException
getHierarchyLevelCount
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxValueForHierarchy(int level, int value) throws java.io.IOException, AutomationException
setMaxValueForHierarchy
in interface IDENetworkDataset
level
- The level (in)value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxValueForHierarchy(int level) throws java.io.IOException, AutomationException
getMaxValueForHierarchy
in interface IDENetworkDataset
level
- The level (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 |