com.esri.arcgis.carto
Interface IRasterCatalogDisplayProps

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterCatalogDisplayProps2
All Known Implementing Classes:
GdbRasterCatalogLayer, IRasterCatalogDisplayProps2Proxy, IRasterCatalogDisplayPropsProxy, RasterCatalogLayer

public interface IRasterCatalogDisplayProps
extends java.io.Serializable

COM Interface 'IRasterCatalogDisplayProps'. 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 IID27d0e52f_f170_4743_863a_4419fe70832d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getDelayDraw()
          The time in millisecond to delay the drawing of each raster.
 int getDisplayRasters()
          Indicates whether to display rasters.
 int getResamplingType()
          Resampling method for displaying a raster.
 ISymbol getSymbol()
          The symbol of the layer.
 double getTransitionScale()
          The scale value to transition between wireframe and raster display.
 boolean isDrawRastersOnly()
          Indicates whether to draw the rasters only.
 boolean isRedrawDisplay()
          Indicates whether the display should redraw the layer.
 boolean isUseScale()
          Indicates whether the scale is use to control wireframe/raster display transition.
 void setDelayDraw(int ms)
          The time in millisecond to delay the drawing of each raster.
 void setDisplayRasters(int pNum)
          Indicates whether to display rasters.
 void setDrawRastersOnly(boolean b)
          Indicates whether to draw the rasters only.
 void setRedrawDisplay(boolean b)
          Indicates whether the display should redraw the layer.
 void setResamplingType(int pResamplingType)
          Resampling method for displaying a raster.
 void setSymbolByRef(ISymbol ppSymbol)
          The symbol of the layer.
 void setTransitionScale(double scale)
          The scale value to transition between wireframe and raster display.
 void setUseScale(boolean b)
          Indicates whether the scale is use to control wireframe/raster display transition.
 

Field Detail

IID27d0e52f_f170_4743_863a_4419fe70832d

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

getDisplayRasters

int getDisplayRasters()
                      throws java.io.IOException,
                             AutomationException
Indicates whether to display rasters.

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

setDisplayRasters

void setDisplayRasters(int pNum)
                       throws java.io.IOException,
                              AutomationException
Indicates whether to display rasters.

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

getSymbol

ISymbol getSymbol()
                  throws java.io.IOException,
                         AutomationException
The symbol of the layer.

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

setSymbolByRef

void setSymbolByRef(ISymbol ppSymbol)
                    throws java.io.IOException,
                           AutomationException
The symbol of the layer.

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

setUseScale

void setUseScale(boolean b)
                 throws java.io.IOException,
                        AutomationException
Indicates whether the scale is use to control wireframe/raster display transition.

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

isUseScale

boolean isUseScale()
                   throws java.io.IOException,
                          AutomationException
Indicates whether the scale is use to control wireframe/raster display transition.

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

setTransitionScale

void setTransitionScale(double scale)
                        throws java.io.IOException,
                               AutomationException
The scale value to transition between wireframe and raster display.

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

getTransitionScale

double getTransitionScale()
                          throws java.io.IOException,
                                 AutomationException
The scale value to transition between wireframe and raster display.

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

isRedrawDisplay

boolean isRedrawDisplay()
                        throws java.io.IOException,
                               AutomationException
Indicates whether the display should redraw the layer.

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

setRedrawDisplay

void setRedrawDisplay(boolean b)
                      throws java.io.IOException,
                             AutomationException
Indicates whether the display should redraw the layer.

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

getDelayDraw

int getDelayDraw()
                 throws java.io.IOException,
                        AutomationException
The time in millisecond to delay the drawing of each raster.

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

setDelayDraw

void setDelayDraw(int ms)
                  throws java.io.IOException,
                         AutomationException
The time in millisecond to delay the drawing of each raster.

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

getResamplingType

int getResamplingType()
                      throws java.io.IOException,
                             AutomationException
Resampling method for displaying a raster.

Returns:
A com.esri.arcgis.geodatabase.rstResamplingTypes constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResamplingType

void setResamplingType(int pResamplingType)
                       throws java.io.IOException,
                              AutomationException
Resampling method for displaying a raster.

Parameters:
pResamplingType - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDrawRastersOnly

void setDrawRastersOnly(boolean b)
                        throws java.io.IOException,
                               AutomationException
Indicates whether to draw the rasters only.

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

isDrawRastersOnly

boolean isDrawRastersOnly()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether to draw the rasters only.

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