com.esri.arcgis.carto
Interface IRasterCatalogDisplayProps2

All Superinterfaces:
IRasterCatalogDisplayProps, java.io.Serializable
All Known Implementing Classes:
GdbRasterCatalogLayer, IRasterCatalogDisplayProps2Proxy, RasterCatalogLayer

public interface IRasterCatalogDisplayProps2
extends IRasterCatalogDisplayProps, java.io.Serializable

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

Description: 'Provides access to members that create or modify a raster catalog.' 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 IID5873c50d_c6ed_4fd3_8835_f04a484d5462
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IRasterCatalogDisplayProps
IID27d0e52f_f170_4743_863a_4419fe70832d
 
Method Summary
 int getLimitsRasterDraw()
          Limits the number of rasters drawn.
 void setLimitsRasterDraw(int pNum)
          Limits the number of rasters drawn.
 
Methods inherited from interface com.esri.arcgis.carto.IRasterCatalogDisplayProps
getDelayDraw, getDisplayRasters, getResamplingType, getSymbol, getTransitionScale, isDrawRastersOnly, isRedrawDisplay, isUseScale, setDelayDraw, setDisplayRasters, setDrawRastersOnly, setRedrawDisplay, setResamplingType, setSymbolByRef, setTransitionScale, setUseScale
 

Field Detail

IID5873c50d_c6ed_4fd3_8835_f04a484d5462

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

getLimitsRasterDraw

int getLimitsRasterDraw()
                        throws java.io.IOException,
                               AutomationException
Limits the number of rasters drawn.

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

setLimitsRasterDraw

void setLimitsRasterDraw(int pNum)
                         throws java.io.IOException,
                                AutomationException
Limits the number of rasters drawn.

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