|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IMosaicRuleProxy
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
Internal use class
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.carto.IMosaicRule |
---|
IID, IID0ae8d2e0_78f8_4a7c_9bc9_b16f42c6fbf9 |
Constructor Summary | |
---|---|
|
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. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
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. |
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 pMosaicMethod)
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. |
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.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 pMosaicMethod) throws java.io.IOException, AutomationException
setMosaicMethod
in interface IMosaicRule
pMosaicMethod
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |