public class INetworkDatasetProtectNamesProxy extends com.esri.arcgis.interop.Dispatch implements INetworkDatasetProtectNames, java.io.Serializable
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, objRefIID, IID6fa57161_133d_4dae_88f4_a910d53d7a04| Modifier | Constructor and Description |
|---|---|
|
INetworkDatasetProtectNamesProxy()
For internal use only
|
|
INetworkDatasetProtectNamesProxy(java.lang.Object obj) |
protected |
INetworkDatasetProtectNamesProxy(java.lang.Object obj,
java.lang.String iid) |
|
INetworkDatasetProtectNamesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
INetworkDatasetProtectNamesProxy(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.
|
void |
atJunctionEID()
atJunctionEID
|
void |
attributeID()
attributeID
|
void |
attributeName()
attributeName
|
void |
attributeValue()
attributeValue
|
void |
data()
data
|
void |
dataElement()
dataElement
|
void |
dataType()
dataType
|
void |
edge()
edge
|
void |
evaluator()
evaluator
|
void |
firstEdgeEID()
firstEdgeEID
|
void |
fromAzimuth()
fromAzimuth
|
void |
fromJunction()
fromJunction
|
void |
fromPercent()
fromPercent
|
void |
hasTurnRestriction()
hasTurnRestriction
|
void |
isDefault()
isDefault
|
void |
isFiltered()
isFiltered
|
void |
junction()
junction
|
void |
lastEdgeEID()
lastEdgeEID
|
void |
lastModified()
lastModified
|
void |
maxEID()
maxEID
|
void |
networkAttribute()
networkAttribute
|
void |
networkDataset()
networkDataset
|
void |
networkSource()
networkSource
|
void |
newIndex()
newIndex
|
void |
numComplexTurns()
numComplexTurns
|
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 |
schemaState()
schemaState
|
void |
source()
source
|
void |
sourceCount()
sourceCount
|
void |
sourceName()
sourceName
|
void |
sourceOID()
sourceOID
|
void |
sources()
sources
|
void |
sourceType()
sourceType
|
void |
storageType()
storageType
|
void |
subnetNames()
subnetNames
|
void |
toAzimuth()
toAzimuth
|
void |
toJunction()
toJunction
|
void |
toPercent()
toPercent
|
void |
turn()
turn
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public INetworkDatasetProtectNamesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic INetworkDatasetProtectNamesProxy()
public INetworkDatasetProtectNamesProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected INetworkDatasetProtectNamesProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected INetworkDatasetProtectNamesProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void maxEID()
throws java.io.IOException,
AutomationException
maxEID in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void fromAzimuth()
throws java.io.IOException,
AutomationException
fromAzimuth in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void toAzimuth()
throws java.io.IOException,
AutomationException
toAzimuth in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void fromPercent()
throws java.io.IOException,
AutomationException
fromPercent in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void toPercent()
throws java.io.IOException,
AutomationException
toPercent in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void fromJunction()
throws java.io.IOException,
AutomationException
fromJunction in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void toJunction()
throws java.io.IOException,
AutomationException
toJunction in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void source()
throws java.io.IOException,
AutomationException
source in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void attributeValue()
throws java.io.IOException,
AutomationException
attributeValue in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void dataType()
throws java.io.IOException,
AutomationException
dataType in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void dataElement()
throws java.io.IOException,
AutomationException
dataElement in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void subnetNames()
throws java.io.IOException,
AutomationException
subnetNames in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void attributeName()
throws java.io.IOException,
AutomationException
attributeName in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void evaluator()
throws java.io.IOException,
AutomationException
evaluator in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void junction()
throws java.io.IOException,
AutomationException
junction in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void turn()
throws java.io.IOException,
AutomationException
turn in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void edge()
throws java.io.IOException,
AutomationException
edge in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void hasTurnRestriction()
throws java.io.IOException,
AutomationException
hasTurnRestriction in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void schemaState()
throws java.io.IOException,
AutomationException
schemaState in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void sourceCount()
throws java.io.IOException,
AutomationException
sourceCount in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void firstEdgeEID()
throws java.io.IOException,
AutomationException
firstEdgeEID in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void lastEdgeEID()
throws java.io.IOException,
AutomationException
lastEdgeEID in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void atJunctionEID()
throws java.io.IOException,
AutomationException
atJunctionEID in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void networkDataset()
throws java.io.IOException,
AutomationException
networkDataset in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void isDefault()
throws java.io.IOException,
AutomationException
isDefault in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void sourceName()
throws java.io.IOException,
AutomationException
sourceName in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void storageType()
throws java.io.IOException,
AutomationException
storageType in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void sources()
throws java.io.IOException,
AutomationException
sources in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void sourceType()
throws java.io.IOException,
AutomationException
sourceType in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void attributeID()
throws java.io.IOException,
AutomationException
attributeID in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void numComplexTurns()
throws java.io.IOException,
AutomationException
numComplexTurns in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void data()
throws java.io.IOException,
AutomationException
data in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void isFiltered()
throws java.io.IOException,
AutomationException
isFiltered in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void newIndex()
throws java.io.IOException,
AutomationException
newIndex in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void sourceOID()
throws java.io.IOException,
AutomationException
sourceOID in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void lastModified()
throws java.io.IOException,
AutomationException
lastModified in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void networkSource()
throws java.io.IOException,
AutomationException
networkSource in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void networkAttribute()
throws java.io.IOException,
AutomationException
networkAttribute in interface INetworkDatasetProtectNamesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.