|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IComputeDirtyAreaParameters
Provides access to members that control how a mosaic dataset's dirty area is computed.
Method Summary | |
---|---|
IGeometry |
getComputedDirtyArea()
The polygon resulting from the dirty area computation. |
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(Date pTimeStamp)
The instance in time used for selecting newer mosaic dataset items that contribute to the dirty area. |
Method Detail |
---|
void setTimeStamp(Date pTimeStamp) throws IOException, AutomationException
pTimeStamp
- The pTimeStamp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Date getTimeStamp() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setComputedDirtyAreaByRef(IGeometry ppComputedDirtyArea) throws IOException, AutomationException
ppComputedDirtyArea
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getComputedDirtyArea() throws IOException, AutomationException
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 |