com.esri.arcgis.cartox
Class IProtectNameCartoXProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.cartox.IProtectNameCartoXProxy
All Implemented Interfaces:
IProtectNameCartoX, java.io.Externalizable, java.io.Serializable

public class IProtectNameCartoXProxy
extends com.esri.arcgis.interop.Dispatch
implements IProtectNameCartoX, java.io.Serializable

Internal use class Proxy for COM Interface 'IProtectNameCartoX'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriCartoX.olb'

Description: 'Provides access to dummy methods protecting name correctness.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.cartox.IProtectNameCartoX
IID, IIDe302f377_a23f_4749_a385_a547a47f5825
 
Constructor Summary
  IProtectNameCartoXProxy()
          For internal use only
  IProtectNameCartoXProxy(java.lang.Object obj)
           
protected IProtectNameCartoXProxy(java.lang.Object obj, java.lang.String iid)
           
  IProtectNameCartoXProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IProtectNameCartoXProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 void fileName()
          fileName
 void filePath()
          filePath
 void format()
          format
 void height()
          height
 void imgType()
          imgType
 void joinInfo()
          joinInfo
 void layerID()
          layerID
 void protectOLE_COLOR(int aColor)
          protectOLE_COLOR
 void protectOLE_HANDLE(int aHandle)
          protectOLE_HANDLE
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void type()
          type
 void uRL()
          uRL
 void value()
          value
 void width()
          width
 
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

noncastable

public boolean noncastable
Constructor Detail

IProtectNameCartoXProxy

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

IProtectNameCartoXProxy

public IProtectNameCartoXProxy()
For internal use only


IProtectNameCartoXProxy

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

IProtectNameCartoXProxy

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

IProtectNameCartoXProxy

protected IProtectNameCartoXProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

fileName

public void fileName()
              throws java.io.IOException,
                     AutomationException
fileName

Specified by:
fileName in interface IProtectNameCartoX
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

protectOLE_HANDLE

public void protectOLE_HANDLE(int aHandle)
                       throws java.io.IOException,
                              AutomationException
protectOLE_HANDLE

Specified by:
protectOLE_HANDLE in interface IProtectNameCartoX
Parameters:
aHandle - The aHandle (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

protectOLE_COLOR

public void protectOLE_COLOR(int aColor)
                      throws java.io.IOException,
                             AutomationException
protectOLE_COLOR

Specified by:
protectOLE_COLOR in interface IProtectNameCartoX
Parameters:
aColor - The aColor (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

joinInfo

public void joinInfo()
              throws java.io.IOException,
                     AutomationException
joinInfo

Specified by:
joinInfo in interface IProtectNameCartoX
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

height

public void height()
            throws java.io.IOException,
                   AutomationException
height

Specified by:
height in interface IProtectNameCartoX
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

width

public void width()
           throws java.io.IOException,
                  AutomationException
width

Specified by:
width in interface IProtectNameCartoX
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

type

public void type()
          throws java.io.IOException,
                 AutomationException
type

Specified by:
type in interface IProtectNameCartoX
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

imgType

public void imgType()
             throws java.io.IOException,
                    AutomationException
imgType

Specified by:
imgType in interface IProtectNameCartoX
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

format

public void format()
            throws java.io.IOException,
                   AutomationException
format

Specified by:
format in interface IProtectNameCartoX
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

layerID

public void layerID()
             throws java.io.IOException,
                    AutomationException
layerID

Specified by:
layerID in interface IProtectNameCartoX
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

filePath

public void filePath()
              throws java.io.IOException,
                     AutomationException
filePath

Specified by:
filePath in interface IProtectNameCartoX
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

uRL

public void uRL()
         throws java.io.IOException,
                AutomationException
uRL

Specified by:
uRL in interface IProtectNameCartoX
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

value

public void value()
           throws java.io.IOException,
                  AutomationException
value

Specified by:
value in interface IProtectNameCartoX
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.