com.esri.arcgis.display
Interface IOutputRasterSettings

All Superinterfaces:
Serializable
All Known Implementing Classes:
DisplayTransformation, ExportAI, ExportEMF, ExportPDF, ExportPS, ExportSVG

public interface IOutputRasterSettings
extends Serializable

Provides access to members that control New Raster Output Settings.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

getResampleRatio

int getResampleRatio()
                     throws 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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setResampleRatio

void setResampleRatio(int pRatio)
                      throws 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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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