com.esri.arcgis.carto
Interface IGdbRasterCatalogLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GdbRasterCatalogLayer, IGdbRasterCatalogLayerProxy

public interface IGdbRasterCatalogLayer
extends java.io.Serializable

COM Interface 'IGdbRasterCatalogLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control GeoDatabase RasterCatalog Layer.' 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 IID605bc37a_15e9_40a0_90fb_de4cc376838c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRasterRenderer chooseRenderer(IRaster pRaster)
          Chooses a proper renderer for a given raster.
 IArray getRenderers()
          The renderers of RasterCatalog.
 boolean isDrawSelectedRasters()
          Indicates whether to draw the selected raster.
 boolean[] isRendererUsage()
          Indicates whether renderers are being used.
 void setDrawSelectedRasters(boolean b)
          Indicates whether to draw the selected raster.
 void setRenderers(IArray ppRenderers)
          The renderers of RasterCatalog.
 boolean setup(ITable pTable)
          Sets up the RasterCatalogLayer based on the given table.
 

Field Detail

IID605bc37a_15e9_40a0_90fb_de4cc376838c

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

setup

boolean setup(ITable pTable)
              throws java.io.IOException,
                     AutomationException
Sets up the RasterCatalogLayer based on the given table.

Parameters:
pTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Returns:
The isSuccessful
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRenderers

void setRenderers(IArray ppRenderers)
                  throws java.io.IOException,
                         AutomationException
The renderers of RasterCatalog.

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

getRenderers

IArray getRenderers()
                    throws java.io.IOException,
                           AutomationException
The renderers of RasterCatalog.

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

isRendererUsage

boolean[] isRendererUsage()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether renderers are being used.

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

isDrawSelectedRasters

boolean isDrawSelectedRasters()
                              throws java.io.IOException,
                                     AutomationException
Indicates whether to draw the selected raster.

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

setDrawSelectedRasters

void setDrawSelectedRasters(boolean b)
                            throws java.io.IOException,
                                   AutomationException
Indicates whether to draw the selected raster.

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

chooseRenderer

IRasterRenderer chooseRenderer(IRaster pRaster)
                               throws java.io.IOException,
                                      AutomationException
Chooses a proper renderer for a given raster.

Parameters:
pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Returns:
A reference to a com.esri.arcgis.carto.IRasterRenderer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.