com.esri.arcgis.datasourcesraster
Interface IComputeDirtyAreaParameters

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ComputeDirtyAreaParameters, IComputeDirtyAreaParametersProxy

public interface IComputeDirtyAreaParameters
extends java.io.Serializable

COM Interface 'IComputeDirtyAreaParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8952c566_4515_4e70_b6ab_4abab0c633f1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID8952c566_4515_4e70_b6ab_4abab0c633f1

static final int IID8952c566_4515_4e70_b6ab_4abab0c633f1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setTimeStamp

void setTimeStamp(java.util.Date pTimeStamp)
                  throws java.io.IOException,
                         AutomationException
The instance in time used for selecting newer mosaic dataset items that contribute to the dirty area. Use the ITime.QueryOleTime method to convert from other formats for encoding time.

Parameters:
pTimeStamp - The pTimeStamp (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeStamp

java.util.Date getTimeStamp()
                            throws java.io.IOException,
                                   AutomationException
The instance in time used for selecting newer mosaic dataset items that contribute to the dirty area. Use the ITime.QueryOleTime method to convert from other formats for encoding time.

Returns:
The pTimeStamp
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setComputedDirtyAreaByRef

void setComputedDirtyAreaByRef(IGeometry ppComputedDirtyArea)
                               throws java.io.IOException,
                                      AutomationException
The polygon resulting from the dirty area computation. The polygon defines a region encompassing the footprints of all items that have been modified or synchronized since a specified point in time.

Parameters:
ppComputedDirtyArea - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getComputedDirtyArea

IGeometry getComputedDirtyArea()
                               throws java.io.IOException,
                                      AutomationException
The polygon resulting from the dirty area computation. The polygon defines a region encompassing the footprints of all items that have been modified or synchronized since a specified point in time.

Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.