Description: 'Provides access to members that control a mosaic rule.' 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 IMosaicRuleProxy extends com.esri.arcgis.interop.Dispatch implements IMosaicRule, 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, IID0ae8d2e0_78f8_4a7c_9bc9_b16f42c6fbf9
Modifier | Constructor and Description |
---|---|
|
IMosaicRuleProxy()
Deprecated.
For internal use only
|
|
IMosaicRuleProxy(java.lang.Object obj)
Deprecated.
|
protected |
IMosaicRuleProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IMosaicRuleProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IMosaicRuleProxy(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 |
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.
|
IFIDSet |
getFIDs()
Deprecated.
The list of (selected) catalog item IDs.
|
java.lang.String |
getLockRasterID()
Deprecated.
The lock raster ID.
|
int |
getMosaicMethod()
Deprecated.
The mosaic method.
|
int |
getMosaicOperatorType()
Deprecated.
The type of mosaic operator for resolving overlapping pixels.
|
java.lang.Object |
getOrderByBaseValue()
Deprecated.
The Order By base value.
|
java.lang.String |
getOrderByFieldName()
Deprecated.
The Order By field on the source catalog.
|
ITimeValue |
getTimeValue()
Deprecated.
The request time value.
|
IPoint |
getViewpoint()
Deprecated.
The view point.
|
java.lang.String |
getWhereClause()
Deprecated.
The SQL selection where clause expression.
|
boolean |
isAscending()
Deprecated.
Indicates whether the ascending flag of OrderBy.
|
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 |
setAscending(boolean pAscending)
Deprecated.
Indicates whether the ascending flag of OrderBy.
|
void |
setFIDsByRef(IFIDSet ppFIDs)
Deprecated.
The list of (selected) catalog item IDs.
|
void |
setLockRasterID(java.lang.String pRasterID)
Deprecated.
The lock raster ID.
|
void |
setMosaicMethod(int mm)
Deprecated.
The mosaic method.
|
void |
setMosaicOperatorType(int type)
Deprecated.
The type of mosaic operator for resolving overlapping pixels.
|
void |
setOrderByBaseValue(java.lang.Object pValue)
Deprecated.
The Order By base value.
|
void |
setOrderByFieldName(java.lang.String pName)
Deprecated.
The Order By field on the source catalog.
|
void |
setTimeValueByRef(ITimeValue ppTimeValue)
Deprecated.
The request time value.
|
void |
setViewpointByRef(IPoint ppViewpoint)
Deprecated.
The view point.
|
void |
setWhereClause(java.lang.String pExpression)
Deprecated.
The SQL selection where clause expression.
|
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 IMosaicRuleProxy(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 IMosaicRuleProxy()
public IMosaicRuleProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMosaicRuleProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMosaicRuleProxy(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 getMosaicMethod() throws java.io.IOException, AutomationException
getMosaicMethod
in interface IMosaicRule
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMosaicMethod(int mm) throws java.io.IOException, AutomationException
setMosaicMethod
in interface IMosaicRule
mm
- A com.esri.arcgis.datasourcesraster.esriMosaicMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLockRasterID() throws java.io.IOException, AutomationException
getLockRasterID
in interface IMosaicRule
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLockRasterID(java.lang.String pRasterID) throws java.io.IOException, AutomationException
setLockRasterID
in interface IMosaicRule
pRasterID
- The pRasterID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint getViewpoint() throws java.io.IOException, AutomationException
getViewpoint
in interface IMosaicRule
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setViewpointByRef(IPoint ppViewpoint) throws java.io.IOException, AutomationException
setViewpointByRef
in interface IMosaicRule
ppViewpoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getOrderByFieldName() throws java.io.IOException, AutomationException
getOrderByFieldName
in interface IMosaicRule
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOrderByFieldName(java.lang.String pName) throws java.io.IOException, AutomationException
setOrderByFieldName
in interface IMosaicRule
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getOrderByBaseValue() throws java.io.IOException, AutomationException
getOrderByBaseValue
in interface IMosaicRule
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOrderByBaseValue(java.lang.Object pValue) throws java.io.IOException, AutomationException
setOrderByBaseValue
in interface IMosaicRule
pValue
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAscending() throws java.io.IOException, AutomationException
isAscending
in interface IMosaicRule
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAscending(boolean pAscending) throws java.io.IOException, AutomationException
setAscending
in interface IMosaicRule
pAscending
- The pAscending (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMosaicOperatorType() throws java.io.IOException, AutomationException
getMosaicOperatorType
in interface IMosaicRule
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMosaicOperatorType(int type) throws java.io.IOException, AutomationException
setMosaicOperatorType
in interface IMosaicRule
type
- A com.esri.arcgis.datasourcesraster.rstMosaicOperatorType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getWhereClause() throws java.io.IOException, AutomationException
getWhereClause
in interface IMosaicRule
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setWhereClause(java.lang.String pExpression) throws java.io.IOException, AutomationException
setWhereClause
in interface IMosaicRule
pExpression
- The pExpression (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IFIDSet getFIDs() throws java.io.IOException, AutomationException
getFIDs
in interface IMosaicRule
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFIDsByRef(IFIDSet ppFIDs) throws java.io.IOException, AutomationException
setFIDsByRef
in interface IMosaicRule
ppFIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITimeValue getTimeValue() throws java.io.IOException, AutomationException
getTimeValue
in interface IMosaicRule
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTimeValueByRef(ITimeValue ppTimeValue) throws java.io.IOException, AutomationException
setTimeValueByRef
in interface IMosaicRule
ppTimeValue
- A reference to a com.esri.arcgis.system.ITimeValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.