public interface IMosaicRule
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID0ae8d2e0_78f8_4a7c_9bc9_b16f42c6fbf9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IFIDSet |
getFIDs()
The list of (selected) catalog item IDs.
|
java.lang.String |
getLockRasterID()
The lock raster ID.
|
int |
getMosaicMethod()
The mosaic method.
|
int |
getMosaicOperatorType()
The type of mosaic operator for resolving overlapping pixels.
|
java.lang.Object |
getOrderByBaseValue()
The Order By base value.
|
java.lang.String |
getOrderByFieldName()
The Order By field on the source catalog.
|
ITimeValue |
getTimeValue()
The request time value.
|
IPoint |
getViewpoint()
The view point.
|
java.lang.String |
getWhereClause()
The SQL selection where clause expression.
|
boolean |
isAscending()
Indicates whether the ascending flag of OrderBy.
|
void |
setAscending(boolean pAscending)
Indicates whether the ascending flag of OrderBy.
|
void |
setFIDsByRef(IFIDSet ppFIDs)
The list of (selected) catalog item IDs.
|
void |
setLockRasterID(java.lang.String pRasterID)
The lock raster ID.
|
void |
setMosaicMethod(int mm)
The mosaic method.
|
void |
setMosaicOperatorType(int type)
The type of mosaic operator for resolving overlapping pixels.
|
void |
setOrderByBaseValue(java.lang.Object pValue)
The Order By base value.
|
void |
setOrderByFieldName(java.lang.String pName)
The Order By field on the source catalog.
|
void |
setTimeValueByRef(ITimeValue ppTimeValue)
The request time value.
|
void |
setViewpointByRef(IPoint ppViewpoint)
The view point.
|
void |
setWhereClause(java.lang.String pExpression)
The SQL selection where clause expression.
|
static final int IID0ae8d2e0_78f8_4a7c_9bc9_b16f42c6fbf9
static final int xxDummy
static final java.lang.String IID
int getMosaicMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMosaicMethod(int mm) throws java.io.IOException, AutomationException
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.java.lang.String getLockRasterID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLockRasterID(java.lang.String pRasterID) throws java.io.IOException, AutomationException
pRasterID
- The pRasterID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getViewpoint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setViewpointByRef(IPoint ppViewpoint) throws java.io.IOException, AutomationException
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.java.lang.String getOrderByFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOrderByFieldName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getOrderByBaseValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOrderByBaseValue(java.lang.Object pValue) throws java.io.IOException, AutomationException
pValue
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAscending() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAscending(boolean pAscending) throws java.io.IOException, AutomationException
pAscending
- The pAscending (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMosaicOperatorType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMosaicOperatorType(int type) throws java.io.IOException, AutomationException
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.java.lang.String getWhereClause() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWhereClause(java.lang.String pExpression) throws java.io.IOException, AutomationException
pExpression
- The pExpression (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFIDSet getFIDs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFIDsByRef(IFIDSet ppFIDs) throws java.io.IOException, AutomationException
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.ITimeValue getTimeValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeValueByRef(ITimeValue ppTimeValue) throws java.io.IOException, AutomationException
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.