com.esri.arcgis.datasourcesraster
Interface IDEMosaicDataset3

All Superinterfaces:
IDEMosaicDataset, IDEMosaicDataset2, java.io.Serializable
All Known Implementing Classes:
DEMosaicDataset, IDEMosaicDataset3Proxy

public interface IDEMosaicDataset3
extends IDEMosaicDataset2, java.io.Serializable

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

Description: 'Provides access to a Mosaic Dataset Data Element.' 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 IIDa75c50a6_512a_45be_99e5_2f14e8bcd0c9
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IDEMosaicDataset2
IID661474e7_4926_4bcb_b655_052c890ee010
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IDEMosaicDataset
IIDb29e01e9_f293_4b0f_9f1a_3bdafc647ea4
 
Method Summary
 double getMeanCellHeight()
          The approximate cell height.
 double getMeanCellWidth()
          The approximate cell width.
 boolean isInteger()
          Indicates if the data is integer.
 void setIsInteger(boolean isInteger)
          Indicates if the data is integer.
 void setMeanCellHeight(double cellHeight)
          The approximate cell height.
 void setMeanCellWidth(double cellWidth)
          The approximate cell width.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IDEMosaicDataset2
getDERasterAttributeTable, setDERasterAttributeTableByRef
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IDEMosaicDataset
getChildrenNames, getContent, getDefinitionQuery, getDERasterCatalog, getParameters, isReferenced, setChildrenNamesByRef, setContent, setDefinitionQuery, setDERasterCatalogByRef, setParametersByRef, setReferenced
 

Field Detail

IIDa75c50a6_512a_45be_99e5_2f14e8bcd0c9

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

getMeanCellHeight

double getMeanCellHeight()
                         throws java.io.IOException,
                                AutomationException
The approximate cell height.

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

getMeanCellWidth

double getMeanCellWidth()
                        throws java.io.IOException,
                               AutomationException
The approximate cell width.

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

setMeanCellHeight

void setMeanCellHeight(double cellHeight)
                       throws java.io.IOException,
                              AutomationException
The approximate cell height.

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

setMeanCellWidth

void setMeanCellWidth(double cellWidth)
                      throws java.io.IOException,
                             AutomationException
The approximate cell width.

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

isInteger

boolean isInteger()
                  throws java.io.IOException,
                         AutomationException
Indicates if the data is integer.

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

setIsInteger

void setIsInteger(boolean isInteger)
                  throws java.io.IOException,
                         AutomationException
Indicates if the data is integer.

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