com.esri.arcgis.geodatabase
Class INetworkDatasetProtectNamesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.INetworkDatasetProtectNamesProxy
All Implemented Interfaces:
INetworkDatasetProtectNames, Externalizable, Serializable

public class INetworkDatasetProtectNamesProxy
extends com.esri.arcgis.interop.Dispatch
implements INetworkDatasetProtectNames, Serializable

Remarks

The INetworkDatasetProtectNames interface is only present for system integrity. Its methods are not meant to be called.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  INetworkDatasetProtectNamesProxy()
           
  INetworkDatasetProtectNamesProxy(Object obj)
           
protected INetworkDatasetProtectNamesProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 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(String iidStr, Object theListener)
           
 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
 
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

noncastable

public boolean noncastable
Constructor Detail

INetworkDatasetProtectNamesProxy

public INetworkDatasetProtectNamesProxy()

INetworkDatasetProtectNamesProxy

public INetworkDatasetProtectNamesProxy(Object obj)
                                 throws IOException
Throws:
IOException

INetworkDatasetProtectNamesProxy

protected INetworkDatasetProtectNamesProxy(Object obj,
                                           String iid)
                                    throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

maxEID

public void maxEID()
            throws IOException,
                   AutomationException
maxEID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
maxEID in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fromAzimuth

public void fromAzimuth()
                 throws IOException,
                        AutomationException
fromAzimuth

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
fromAzimuth in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toAzimuth

public void toAzimuth()
               throws IOException,
                      AutomationException
toAzimuth

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
toAzimuth in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fromPercent

public void fromPercent()
                 throws IOException,
                        AutomationException
fromPercent

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
fromPercent in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toPercent

public void toPercent()
               throws IOException,
                      AutomationException
toPercent

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
toPercent in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fromJunction

public void fromJunction()
                  throws IOException,
                         AutomationException
fromJunction

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
fromJunction in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toJunction

public void toJunction()
                throws IOException,
                       AutomationException
toJunction

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
toJunction in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

source

public void source()
            throws IOException,
                   AutomationException
source

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
source in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

attributeValue

public void attributeValue()
                    throws IOException,
                           AutomationException
attributeValue

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
attributeValue in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dataType

public void dataType()
              throws IOException,
                     AutomationException
dataType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
dataType in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dataElement

public void dataElement()
                 throws IOException,
                        AutomationException
dataElement

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
dataElement in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

subnetNames

public void subnetNames()
                 throws IOException,
                        AutomationException
subnetNames

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
subnetNames in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

attributeName

public void attributeName()
                   throws IOException,
                          AutomationException
attributeName

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
attributeName in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

evaluator

public void evaluator()
               throws IOException,
                      AutomationException
evaluator

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
evaluator in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

junction

public void junction()
              throws IOException,
                     AutomationException
junction

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
junction in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

turn

public void turn()
          throws IOException,
                 AutomationException
turn

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
turn in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

edge

public void edge()
          throws IOException,
                 AutomationException
edge

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
edge in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hasTurnRestriction

public void hasTurnRestriction()
                        throws IOException,
                               AutomationException
hasTurnRestriction

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
hasTurnRestriction in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

schemaState

public void schemaState()
                 throws IOException,
                        AutomationException
schemaState

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
schemaState in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sourceCount

public void sourceCount()
                 throws IOException,
                        AutomationException
sourceCount

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
sourceCount in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

firstEdgeEID

public void firstEdgeEID()
                  throws IOException,
                         AutomationException
firstEdgeEID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
firstEdgeEID in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

lastEdgeEID

public void lastEdgeEID()
                 throws IOException,
                        AutomationException
lastEdgeEID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
lastEdgeEID in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

atJunctionEID

public void atJunctionEID()
                   throws IOException,
                          AutomationException
atJunctionEID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
atJunctionEID in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

networkDataset

public void networkDataset()
                    throws IOException,
                           AutomationException
networkDataset

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
networkDataset in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDefault

public void isDefault()
               throws IOException,
                      AutomationException
isDefault

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isDefault in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sourceName

public void sourceName()
                throws IOException,
                       AutomationException
sourceName

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
sourceName in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

storageType

public void storageType()
                 throws IOException,
                        AutomationException
storageType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
storageType in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sources

public void sources()
             throws IOException,
                    AutomationException
sources

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
sources in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sourceType

public void sourceType()
                throws IOException,
                       AutomationException
sourceType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
sourceType in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

attributeID

public void attributeID()
                 throws IOException,
                        AutomationException
attributeID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
attributeID in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

numComplexTurns

public void numComplexTurns()
                     throws IOException,
                            AutomationException
numComplexTurns

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
numComplexTurns in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

data

public void data()
          throws IOException,
                 AutomationException
data

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
data in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFiltered

public void isFiltered()
                throws IOException,
                       AutomationException
isFiltered

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isFiltered in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

newIndex

public void newIndex()
              throws IOException,
                     AutomationException
newIndex

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
newIndex in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sourceOID

public void sourceOID()
               throws IOException,
                      AutomationException
sourceOID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
sourceOID in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

lastModified

public void lastModified()
                  throws IOException,
                         AutomationException
lastModified

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
lastModified in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

networkSource

public void networkSource()
                   throws IOException,
                          AutomationException
networkSource

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
networkSource in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

networkAttribute

public void networkAttribute()
                      throws IOException,
                             AutomationException
networkAttribute

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
networkAttribute in interface INetworkDatasetProtectNames
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.