Description: 'Provides access to members that control a remap 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 IRemapFilterProxy extends com.esri.arcgis.interop.Dispatch implements IRemapFilter, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID2f07be89_35d7_4cf3_be0d_2f13e56948f0
Modifier | Constructor and Description |
---|---|
|
IRemapFilterProxy()
Deprecated.
For internal use only
|
|
IRemapFilterProxy(java.lang.Object obj)
Deprecated.
|
protected |
IRemapFilterProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRemapFilterProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRemapFilterProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addClass(double minvalue,
double maxvalue,
double newvalue)
Deprecated.
Adds a remap class that remaps values in [minvalue,maxvalue) to a give new value.
|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
addNoDataClass(double minvalue,
double maxvalue)
Deprecated.
Adds a remap class that remaps values in [minvalue,maxvalue) to NoData.
|
void |
empty()
Deprecated.
Removes all classes.
|
int |
getClassCount()
Deprecated.
The number of remapped classes.
|
boolean |
isAllowUnmatched()
Deprecated.
Indicates if unmatched values should be passed through.
|
void |
putClass(int index,
double minvalue,
double maxvalue,
double newvalue)
Deprecated.
Puts a remap class at a given class index (starting from 0).
|
void |
queryClass(int index,
double[] minvalue,
double[] maxvalue,
double[] newvalue)
Deprecated.
Queries a remap class at a given class index (starting from 0).
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setAllowUnmatched(boolean pAllowUnmatched)
Deprecated.
Indicates if unmatched values should be passed through.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IRemapFilterProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IRemapFilterProxy()
public IRemapFilterProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRemapFilterProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRemapFilterProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public int getClassCount() throws java.io.IOException, AutomationException
getClassCount
in interface IRemapFilter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addClass(double minvalue, double maxvalue, double newvalue) throws java.io.IOException, AutomationException
addClass
in interface IRemapFilter
minvalue
- The minvalue (in)maxvalue
- The maxvalue (in)newvalue
- The newvalue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addNoDataClass(double minvalue, double maxvalue) throws java.io.IOException, AutomationException
addNoDataClass
in interface IRemapFilter
minvalue
- The minvalue (in)maxvalue
- The maxvalue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryClass(int index, double[] minvalue, double[] maxvalue, double[] newvalue) throws java.io.IOException, AutomationException
queryClass
in interface IRemapFilter
index
- The index (in)minvalue
- The minvalue (out: use single element array)maxvalue
- The maxvalue (out: use single element array)newvalue
- The newvalue (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void putClass(int index, double minvalue, double maxvalue, double newvalue) throws java.io.IOException, AutomationException
putClass
in interface IRemapFilter
index
- The index (in)minvalue
- The minvalue (in)maxvalue
- The maxvalue (in)newvalue
- The newvalue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void empty() throws java.io.IOException, AutomationException
empty
in interface IRemapFilter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAllowUnmatched() throws java.io.IOException, AutomationException
isAllowUnmatched
in interface IRemapFilter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAllowUnmatched(boolean pAllowUnmatched) throws java.io.IOException, AutomationException
setAllowUnmatched
in interface IRemapFilter
pAllowUnmatched
- The pAllowUnmatched (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.