public class IDENetworkDatasetProxy extends com.esri.arcgis.interop.Dispatch implements IDENetworkDataset, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID71e4aa21_1957_4224_b505_984c189aa520
Modifier | Constructor and Description |
---|---|
|
IDENetworkDatasetProxy()
For internal use only
|
|
IDENetworkDatasetProxy(java.lang.Object obj) |
protected |
IDENetworkDatasetProxy(java.lang.Object obj,
java.lang.String iid) |
|
IDENetworkDatasetProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IDENetworkDatasetProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IArray |
getAttributes()
Array of network attributes in this network dataset.
|
java.lang.String |
getConfigurationKeyword()
The database configuration keyword for the network dataset.
|
java.lang.String |
getDefaultTravelModeName()
Name of default network travel mode for this network dataset.
|
INetworkDirections |
getDirections()
The directions settings for the network dataset.
|
int |
getElevationModel()
The type of the network elevation model.
|
INetworkAttribute |
getHierarchyClusterAttribute()
The network attribute that is used to optimize network building for hierarchical traversal.
|
int |
getHierarchyLevelCount()
The number of hierarchy levels in the network dataset.
|
int |
getMaxValueForHierarchy(int level)
The maximum value for the specified hierarchy level in the network dataset.
|
int |
getNetworkType()
The type of the network dataset.
|
IPropertySet |
getProperties()
Property set of this network dataset.
|
IArray |
getSources()
Array of network sources in this network dataset.
|
java.lang.String |
getTimeZoneAttributeName()
Name of the time zone attribute.
|
java.lang.String |
getTimeZoneTableName()
Name of the time zone table.
|
ITrafficData |
getTrafficData()
Traffic data.
|
ITransitData |
getTransitData()
The transit settings for the network dataset.
|
IArray |
getTravelModes()
Array of network travel modes in this network dataset.
|
IPropertySet |
getUserData()
User specified property set of this network dataset.
|
boolean |
isBuildable()
Indicates if this network dataset is buildable.
|
boolean |
isSupportsTurns()
Indicates if this network dataset supports network turn elements.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setAttributesByRef(IArray attributes)
Array of network attributes in this network dataset.
|
void |
setBuildable(boolean supportsTurns)
Indicates if this network dataset is buildable.
|
void |
setConfigurationKeyword(java.lang.String configKeyword)
The database configuration keyword for the network dataset.
|
void |
setDefaultTravelModeName(java.lang.String defaultTravelModeName)
Name of default network travel mode for this network dataset.
|
void |
setDirectionsByRef(INetworkDirections directions)
The directions settings for the network dataset.
|
void |
setElevationModel(int networkElevationModel)
The type of the network elevation model.
|
void |
setHierarchyClusterAttribute(INetworkAttribute attribute)
The network attribute that is used to optimize network building for hierarchical traversal.
|
void |
setHierarchyLevelCount(int count)
The number of hierarchy levels in the network dataset.
|
void |
setMaxValueForHierarchy(int level,
int value)
The maximum value for the specified hierarchy level in the network dataset.
|
void |
setNetworkType(int type)
The type of the network dataset.
|
void |
setProperties(IPropertySet datasetProperties)
Property set of this network dataset.
|
void |
setSourcesByRef(IArray sources)
Array of network sources in this network dataset.
|
void |
setSupportsTurns(boolean supportsTurns)
Indicates if this network dataset supports network turn elements.
|
void |
setTimeZoneAttributeName(java.lang.String attributeName)
Name of the time zone attribute.
|
void |
setTimeZoneTableName(java.lang.String tableName)
Name of the time zone table.
|
void |
setTrafficDataByRef(ITrafficData trafficData)
Traffic data.
|
void |
setTransitDataByRef(ITransitData transitData)
The transit settings for the network dataset.
|
void |
setTravelModes(IArray travelModes)
Array of network travel modes in this network dataset.
|
void |
setUserData(IPropertySet userProperties)
User specified property set of this network dataset.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
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
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.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.public int getElevationModel() throws java.io.IOException, AutomationException
getElevationModel
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setElevationModel(int networkElevationModel) throws java.io.IOException, AutomationException
setElevationModel
in interface IDENetworkDataset
networkElevationModel
- A com.esri.arcgis.geodatabase.esriNetworkElevationModel constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITrafficData getTrafficData() throws java.io.IOException, AutomationException
getTrafficData
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTrafficDataByRef(ITrafficData trafficData) throws java.io.IOException, AutomationException
setTrafficDataByRef
in interface IDENetworkDataset
trafficData
- A reference to a com.esri.arcgis.geodatabase.ITrafficData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTimeZoneAttributeName() throws java.io.IOException, AutomationException
getTimeZoneAttributeName
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTimeZoneAttributeName(java.lang.String attributeName) throws java.io.IOException, AutomationException
setTimeZoneAttributeName
in interface IDENetworkDataset
attributeName
- The attributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTimeZoneTableName() throws java.io.IOException, AutomationException
getTimeZoneTableName
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTimeZoneTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
setTimeZoneTableName
in interface IDENetworkDataset
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getTravelModes() throws java.io.IOException, AutomationException
getTravelModes
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTravelModes(IArray travelModes) throws java.io.IOException, AutomationException
setTravelModes
in interface IDENetworkDataset
travelModes
- 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 getDefaultTravelModeName() throws java.io.IOException, AutomationException
getDefaultTravelModeName
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDefaultTravelModeName(java.lang.String defaultTravelModeName) throws java.io.IOException, AutomationException
setDefaultTravelModeName
in interface IDENetworkDataset
defaultTravelModeName
- The defaultTravelModeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITransitData getTransitData() throws java.io.IOException, AutomationException
getTransitData
in interface IDENetworkDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTransitDataByRef(ITransitData transitData) throws java.io.IOException, AutomationException
setTransitDataByRef
in interface IDENetworkDataset
transitData
- A reference to a com.esri.arcgis.geodatabase.ITransitData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.