com.esri.arcgis.carto
Interface IRasterDefaultsEnv2

All Superinterfaces:
IRasterDefaultsEnv, java.io.Serializable
All Known Subinterfaces:
IRasterDefaultsEnv3, IRasterDefaultsEnv4, IRasterDefaultsEnv5, IRasterDefaultsEnv6, IRasterDefaultsEnv7, IRasterDefaultsEnv8, IRasterDefaultsEnv9
All Known Implementing Classes:
IRasterDefaultsEnv2Proxy, IRasterDefaultsEnv3Proxy, IRasterDefaultsEnv4Proxy, IRasterDefaultsEnv5Proxy, IRasterDefaultsEnv6Proxy, IRasterDefaultsEnv7Proxy, IRasterDefaultsEnv8Proxy, IRasterDefaultsEnv9Proxy, RasterDefaultsEnv

public interface IRasterDefaultsEnv2
extends IRasterDefaultsEnv, java.io.Serializable

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

Description: 'Provides access to members that control the default raster environment.' 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 IIDe5191e5e_4d03_45d9_94a4_9e2d8c5c9aed
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv
IIDfb89a39b_c08e_11d2_9f43_00c04f8ed21a
 
Method Summary
 int getMaxTableSize()
          Default maximum table size.
 java.lang.String getProxyFilePath()
          Default proxy file path.
 int getRenderingMode()
          Default rendering mode.
 int getResampling()
          Default resampling for display.
 void setMaxTableSize(int pMaxTableSize)
          Default maximum table size.
 void setProxyFilePath(java.lang.String pProxyFilePath)
          Default proxy file path.
 void setRenderingMode(int pRenderingMode)
          Default rendering mode.
 void setResampling(int pDefaultResampling)
          Default resampling for display.
 void updateAll()
          Updates the registry with all changes to the raster environment in the current session.
 
Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv
getFormat, getNumFormats, getPyramidCreateOpt, isUseExtChecking, query3BandRGB, query4BandRGB, set3BandRGB, set4BandRGB, setPyramidCreateOpt, setUseExtChecking
 

Field Detail

IIDe5191e5e_4d03_45d9_94a4_9e2d8c5c9aed

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

setRenderingMode

void setRenderingMode(int pRenderingMode)
                      throws java.io.IOException,
                             AutomationException
Default rendering mode.

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

getRenderingMode

int getRenderingMode()
                     throws java.io.IOException,
                            AutomationException
Default rendering mode.

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

setResampling

void setResampling(int pDefaultResampling)
                   throws java.io.IOException,
                          AutomationException
Default resampling for display.

Parameters:
pDefaultResampling - 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.

getResampling

int getResampling()
                  throws java.io.IOException,
                         AutomationException
Default resampling for display.

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.

setProxyFilePath

void setProxyFilePath(java.lang.String pProxyFilePath)
                      throws java.io.IOException,
                             AutomationException
Default proxy file path.

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

getProxyFilePath

java.lang.String getProxyFilePath()
                                  throws java.io.IOException,
                                         AutomationException
Default proxy file path.

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

setMaxTableSize

void setMaxTableSize(int pMaxTableSize)
                     throws java.io.IOException,
                            AutomationException
Default maximum table size.

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

getMaxTableSize

int getMaxTableSize()
                    throws java.io.IOException,
                           AutomationException
Default maximum table size.

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

updateAll

void updateAll()
               throws java.io.IOException,
                      AutomationException
Updates the registry with all changes to the raster environment in the current session.

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