com.esri.arcgis.output
Interface ITiffExporter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITiffExporterProxy, TiffExporter

public interface ITiffExporter
extends java.io.Serializable

COM Interface 'ITiffExporter'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Superseded by IExportTIFF. Provides access to members that control the TIFF exporter.' 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 IID71001418_565a_4588_90b7_3ffb04b74be7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IColor getBackgroundColor()
          The background color of the TIFF.
 short getHeight()
          The height of the TIFF.
 short getWidth()
          The width of the TIFF.
 void setBackgroundColor(IColor ppBackgroundColor)
          The background color of the TIFF.
 void setHeight(short pHeight)
          The height of the TIFF.
 void setWidth(short pWidth)
          The width of the TIFF.
 

Field Detail

IID71001418_565a_4588_90b7_3ffb04b74be7

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

setBackgroundColor

void setBackgroundColor(IColor ppBackgroundColor)
                        throws java.io.IOException,
                               AutomationException
The background color of the TIFF.

Parameters:
ppBackgroundColor - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBackgroundColor

IColor getBackgroundColor()
                          throws java.io.IOException,
                                 AutomationException
The background color of the TIFF.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWidth

void setWidth(short pWidth)
              throws java.io.IOException,
                     AutomationException
The width of the TIFF. If width or height is zero, screen size is used.

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

getWidth

short getWidth()
               throws java.io.IOException,
                      AutomationException
The width of the TIFF. If width or height is zero, screen size is used.

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

setHeight

void setHeight(short pHeight)
               throws java.io.IOException,
                      AutomationException
The height of the TIFF. If width or height is zero, screen size is used.

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

getHeight

short getHeight()
                throws java.io.IOException,
                       AutomationException
The height of the TIFF. If width or height is zero, screen size is used.

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