com.esri.arcgis.datasourcesraster
Class ILutFilterProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.ILutFilterProxy
All Implemented Interfaces:
ILutFilter, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control a LookUp Table filter.' 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 ILutFilterProxy
extends com.esri.arcgis.interop.Dispatch
implements ILutFilter, 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.datasourcesraster.ILutFilter
IID, IIDd6358c16_c5f9_46c9_8283_952d79f3c2d5
 
Constructor Summary
  ILutFilterProxy()
          Deprecated. For internal use only
  ILutFilterProxy(java.lang.Object obj)
          Deprecated.  
protected ILutFilterProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ILutFilterProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ILutFilterProxy(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 get(int v1)
          Deprecated. Looks a value.
 int getMin()
          Deprecated. The min LUT value.
 int getSize()
          Deprecated. The LUT size.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void set(int v1, int v2)
          Deprecated. Sets a LUT value mapping.
 void setMin(int value)
          Deprecated. The min LUT value.
 void setSize(int size)
          Deprecated. The LUT size.
 
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

ILutFilterProxy

public ILutFilterProxy(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

ILutFilterProxy

public ILutFilterProxy()
Deprecated. 
For internal use only


ILutFilterProxy

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

ILutFilterProxy

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

ILutFilterProxy

protected ILutFilterProxy(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

getMin

public int getMin()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
The min LUT value.

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

setMin

public void setMin(int value)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The min LUT value.

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

getSize

public int getSize()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The LUT size.

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

setSize

public void setSize(int size)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The LUT size.

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

get

public int get(int v1)
        throws java.io.IOException,
               AutomationException
Deprecated. 
Looks a value.

Specified by:
get in interface ILutFilter
Parameters:
v1 - The v1 (in)
Returns:
The v2
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

set

public void set(int v1,
                int v2)
         throws java.io.IOException,
                AutomationException
Deprecated. 
Sets a LUT value mapping.

Specified by:
set in interface ILutFilter
Parameters:
v1 - The v1 (in)
v2 - The v2 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.