com.esri.arcgis.networkanalysis
Class IFlagDisplayProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalysis.IFlagDisplayProxy
All Implemented Interfaces:
IFlagDisplay, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IFlagDisplay'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'

Description: 'Provides access to members that specify the network element on which a flag is located.' 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 IFlagDisplayProxy
extends com.esri.arcgis.interop.Dispatch
implements IFlagDisplay, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.networkanalysis.IFlagDisplay
IID, IID857dc0c9_c156_11d2_babe_00c04fa33c20
 
Constructor Summary
  IFlagDisplayProxy()
          Deprecated. For internal use only
  IFlagDisplayProxy(java.lang.Object obj)
          Deprecated.  
protected IFlagDisplayProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IFlagDisplayProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IFlagDisplayProxy(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.  
 int getClientClassID()
          Deprecated. User-specified client class ID of this flag.
 int getClientFID()
          Deprecated. User-specified feature ID of the flag.
 int getFeatureClassID()
          Deprecated. Feature class ID of the element on which the flag is placed.
 int getFID()
          Deprecated. Feature ID of the network element on which the flag is placed.
 IGeometry getGeometry()
          Deprecated. Point object containing the flag's coordinates.
 int getSubID()
          Deprecated. Sub ID of the network element on which the flag is placed.
 ISymbol getSymbol()
          Deprecated. Symbol used to display the flag.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setClientClassID(int clientClassID)
          Deprecated. User-specified client class ID of this flag.
 void setClientFID(int clientFID)
          Deprecated. User-specified feature ID of the flag.
 void setFeatureClassID(int fClassID)
          Deprecated. Feature class ID of the element on which the flag is placed.
 void setFID(int fID)
          Deprecated. Feature ID of the network element on which the flag is placed.
 void setGeometryByRef(IGeometry geometry)
          Deprecated. Point object containing the flag's coordinates.
 void setSubID(int subID)
          Deprecated. Sub ID of the network element on which the flag is placed.
 void setSymbolByRef(ISymbol symbol)
          Deprecated. Symbol used to display the flag.
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IFlagDisplayProxy

public IFlagDisplayProxy(java.lang.String CLSID,
                         java.lang.String host,
                         com.esri.arcgis.interop.AuthInfo authInfo)
                  throws java.net.UnknownHostException,
                         java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IFlagDisplayProxy

public IFlagDisplayProxy()
Deprecated. 
For internal use only


IFlagDisplayProxy

public IFlagDisplayProxy(java.lang.Object obj)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IFlagDisplayProxy

protected IFlagDisplayProxy(java.lang.Object obj,
                            java.lang.String iid)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IFlagDisplayProxy

protected IFlagDisplayProxy(java.lang.String CLSID,
                            java.lang.String iid,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

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

removeListener

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

getFID

public int getFID()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Feature ID of the network element on which the flag is placed.

Specified by:
getFID in interface IFlagDisplay
Returns:
The fID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFID

public void setFID(int fID)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Feature ID of the network element on which the flag is placed.

Specified by:
setFID in interface IFlagDisplay
Parameters:
fID - The fID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSubID

public int getSubID()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Sub ID of the network element on which the flag is placed.

Specified by:
getSubID in interface IFlagDisplay
Returns:
The subID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSubID

public void setSubID(int subID)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Sub ID of the network element on which the flag is placed.

Specified by:
setSubID in interface IFlagDisplay
Parameters:
subID - The subID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureClassID

public int getFeatureClassID()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Feature class ID of the element on which the flag is placed.

Specified by:
getFeatureClassID in interface IFlagDisplay
Returns:
The fClassID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureClassID

public void setFeatureClassID(int fClassID)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Feature class ID of the element on which the flag is placed.

Specified by:
setFeatureClassID in interface IFlagDisplay
Parameters:
fClassID - The fClassID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSymbol

public ISymbol getSymbol()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Symbol used to display the flag.

Specified by:
getSymbol in interface IFlagDisplay
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSymbolByRef

public void setSymbolByRef(ISymbol symbol)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Symbol used to display the flag.

Specified by:
setSymbolByRef in interface IFlagDisplay
Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometry

public IGeometry getGeometry()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Point object containing the flag's coordinates.

Specified by:
getGeometry in interface IFlagDisplay
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeometryByRef

public void setGeometryByRef(IGeometry geometry)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Point object containing the flag's coordinates.

Specified by:
setGeometryByRef in interface IFlagDisplay
Parameters:
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClientClassID

public int getClientClassID()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
User-specified client class ID of this flag.

Specified by:
getClientClassID in interface IFlagDisplay
Returns:
The clientClassID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClientClassID

public void setClientClassID(int clientClassID)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
User-specified client class ID of this flag.

Specified by:
setClientClassID in interface IFlagDisplay
Parameters:
clientClassID - The clientClassID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClientFID

public int getClientFID()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
User-specified feature ID of the flag.

Specified by:
getClientFID in interface IFlagDisplay
Returns:
The clientFID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClientFID

public void setClientFID(int clientFID)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
User-specified feature ID of the flag.

Specified by:
setClientFID in interface IFlagDisplay
Parameters:
clientFID - The clientFID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.