com.esri.arcgis.display
Interface IRasterOutputSettings

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DisplayTransformation, IRasterOutputSettingsProxy

public interface IRasterOutputSettings
extends java.io.Serializable

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

Description: 'Provides access to members that control 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 IIDf13aac6f_9c3d_11d3_a644_0008c7df8de1
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDf13aac6f_9c3d_11d3_a644_0008c7df8de1

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

getRasterResolution

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

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

setRasterResolution

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

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

getMaxColorDepth

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

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

setMaxColorDepth

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

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

getRasterRatio

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

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