com.esri.arcgis.display
Interface IRasterOutputSettings

All Superinterfaces:
Serializable
All Known Implementing Classes:
DisplayTransformation

public interface IRasterOutputSettings
extends Serializable

Provides access to members that control Raster Output Settings.

Product Availability

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


Method Summary
 short getMaxColorDepth()
          Maximum color depth for raster output.
 double getRasterRatio()
          Ratio between resolution and raster resolution.
 double getRasterResolution()
          Resolution used to output rasterized data.
 void setMaxColorDepth(short bitsPerPixel)
          Maximum color depth for raster output.
 void setRasterResolution(double dpi)
          Resolution used to output rasterized data.
 

Method Detail

getRasterResolution

double getRasterResolution()
                           throws IOException,
                                  AutomationException
Resolution used to output rasterized data. A value of 0 means 'same as device'.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setRasterResolution

void setRasterResolution(double dpi)
                         throws IOException,
                                AutomationException
Resolution used to output rasterized data. A value of 0 means 'same as device'.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getMaxColorDepth

short getMaxColorDepth()
                       throws IOException,
                              AutomationException
Maximum color depth for raster output. Specify bits per pixel, i.e., 4, 8, 16.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setMaxColorDepth

void setMaxColorDepth(short bitsPerPixel)
                      throws IOException,
                             AutomationException
Maximum color depth for raster output. Specify bits per pixel, i.e., 4, 8, 16.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getRasterRatio

double getRasterRatio()
                      throws IOException,
                             AutomationException
Ratio between resolution and raster resolution.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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