com.esri.arcgis.display
Interface IOutputRasterSettings

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DisplayTransformation, ExportAI, ExportEMF, ExportPDF, ExportPS, ExportSVG, IOutputRasterSettingsProxy

public interface IOutputRasterSettings
extends java.io.Serializable

COM Interface 'IOutputRasterSettings'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control New Raster Output Settings.' 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 IID28444834_e9cb_44f8_806a_d313373f69b8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getResampleRatio()
          This coefficient states the scale level for the raster when it goes to output.
 void setResampleRatio(int pRatio)
          This coefficient states the scale level for the raster when it goes to output.
 

Field Detail

IID28444834_e9cb_44f8_806a_d313373f69b8

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

getResampleRatio

int getResampleRatio()
                     throws java.io.IOException,
                            AutomationException
This coefficient states the scale level for the raster when it goes to output. 1 means 1:1; 2 means 1:2, i.e. 2 times less than the output quality.

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

setResampleRatio

void setResampleRatio(int pRatio)
                      throws java.io.IOException,
                             AutomationException
This coefficient states the scale level for the raster when it goes to output. 1 means 1:1; 2 means 1:2, i.e. 2 times less than the output quality.

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