com.esri.arcgis.datasourcesraster
Interface IMosaicDatasetDefinitionObject

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMosaicDatasetDefinitionObjectProxy, MultidimensionalInfo

public interface IMosaicDatasetDefinitionObject
extends java.io.Serializable

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

Description: 'Provides access to members that control a mosaic dataset definition object.' 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 IIDb5dc8c12_261a_405b_80a8_39e192e1ca06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isChanged()
          Indicates whether the contents of the object has changed since the last time this flag was reset.
 void setChanged(boolean pbHasChanged)
          Indicates whether the contents of the object has changed since the last time this flag was reset.
 

Field Detail

IIDb5dc8c12_261a_405b_80a8_39e192e1ca06

static final int IIDb5dc8c12_261a_405b_80a8_39e192e1ca06
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

isChanged

boolean isChanged()
                  throws java.io.IOException,
                         AutomationException
Indicates whether the contents of the object has changed since the last time this flag was reset.

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

setChanged

void setChanged(boolean pbHasChanged)
                throws java.io.IOException,
                       AutomationException
Indicates whether the contents of the object has changed since the last time this flag was reset.

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