public interface IMosaicDataset
extends java.io.Serializable
Description: 'Provides access to members that control a mosaic dataset.' 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 |
IID73b65b1d_3314_444d_a1e1_64bae578df7a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
applyFunction(IRasterFunction pFunction,
java.lang.Object pArguments,
java.lang.String name)
Applies a given function to this mosaic dataset on top of all existing functions.
|
void |
clearFunction()
Clears all functions appied to this mosaic dataset.
|
IFeatureClass |
getBoundary()
The associated boundary.
|
IGeometry |
getBoundaryGeometry()
The associated boundary as a geometry.
|
IFeatureClass |
getCatalog()
The catalog.
|
int |
getCatalogType()
The raster catalog type.
|
IEnumName |
getChildren()
The mosaic dataset owned tables.
|
double |
getDeviceDpi()
The device DPI.
|
ITable |
getDodgingTable()
The associated color correction table.
|
ITable |
getLevelsTable()
The associated cell size levels table.
|
ITable |
getLogTable()
The associated log table.
|
IMosaicFunction |
getMosaicFunction()
The mosaic function.
|
IMosaicFunctionArguments |
getMosaicFunctionArguments()
The mosaic function arguments.
|
ITable |
getOverviewTable()
The associated overview table.
|
ITable |
getRasterTypeTable()
The associated raster types.
|
java.lang.String |
getRelativePath()
The msoaic dataset's relative path.
|
IFeatureClass |
getSeamline()
The associated seamline table.
|
ITable |
getStereoTable()
The associated stereo table.
|
java.lang.String |
getVisibleFields()
The visible fields in a mosaic dataset
|
boolean |
isReferenced()
Indicates if this is a referenced mosaic dataset.
|
void |
setDeviceDpi(double pDpi)
The device DPI.
|
void |
setLevelsTableByRef(ITable ppLevelsTable)
The associated cell size levels table.
|
void |
setLogTableByRef(ITable ppLogTable)
The associated log table.
|
void |
setOverviewTableByRef(ITable ppOverviewTable)
The associated overview table.
|
void |
setRasterTypeTableByRef(ITable ppRasterTypeTable)
The associated raster types.
|
void |
setReferenced(boolean pReferenced)
Indicates if this is a referenced mosaic dataset.
|
void |
setRelativePath(java.lang.String pPath)
The msoaic dataset's relative path.
|
static final int IID73b65b1d_3314_444d_a1e1_64bae578df7a
static final int xxDummy
static final java.lang.String IID
IFeatureClass getCatalog() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDeviceDpi(double pDpi) throws java.io.IOException, AutomationException
pDpi
- The pDpi (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getDeviceDpi() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isReferenced() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setReferenced(boolean pReferenced) throws java.io.IOException, AutomationException
pReferenced
- The pReferenced (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCatalogType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFeatureClass getBoundary() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry getBoundaryGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFeatureClass getSeamline() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getStereoTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getDodgingTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getRasterTypeTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterTypeTableByRef(ITable ppRasterTypeTable) throws java.io.IOException, AutomationException
ppRasterTypeTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getOverviewTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOverviewTableByRef(ITable ppOverviewTable) throws java.io.IOException, AutomationException
ppOverviewTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getLogTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLogTableByRef(ITable ppLogTable) throws java.io.IOException, AutomationException
ppLogTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getLevelsTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLevelsTableByRef(ITable ppLevelsTable) throws java.io.IOException, AutomationException
ppLevelsTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getVisibleFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumName getChildren() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMosaicFunction getMosaicFunction() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMosaicFunctionArguments getMosaicFunctionArguments() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void applyFunction(IRasterFunction pFunction, java.lang.Object pArguments, java.lang.String name) throws java.io.IOException, AutomationException
pFunction
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunction (in)pArguments
- A reference to another Object (IUnknown) (in)name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void clearFunction() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getRelativePath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRelativePath(java.lang.String pPath) throws java.io.IOException, AutomationException
pPath
- The pPath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.