public interface IComputeDirtyAreaParameters
extends java.io.Serializable
Description: 'Provides access to members that control how a mosaic dataset's dirty area is computed.' 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 |
IID8952c566_4515_4e70_b6ab_4abab0c633f1 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IGeometry |
getComputedDirtyArea()
The polygon resulting from the dirty area computation.
|
java.util.Date |
getTimeStamp()
The instance in time used for selecting newer mosaic dataset items that contribute to the dirty area.
|
void |
setComputedDirtyAreaByRef(IGeometry ppComputedDirtyArea)
The polygon resulting from the dirty area computation.
|
void |
setTimeStamp(java.util.Date pTimeStamp)
The instance in time used for selecting newer mosaic dataset items that contribute to the dirty area.
|
static final int IID8952c566_4515_4e70_b6ab_4abab0c633f1
static final int xxDummy
static final java.lang.String IID
void setTimeStamp(java.util.Date pTimeStamp) throws java.io.IOException, AutomationException
pTimeStamp
- The pTimeStamp (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.util.Date getTimeStamp() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setComputedDirtyAreaByRef(IGeometry ppComputedDirtyArea) throws java.io.IOException, AutomationException
ppComputedDirtyArea
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry getComputedDirtyArea() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.