com.esri.arcgis.output
Interface IWorldFileSettings2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportBMP, ExportGIF, ExportJPEG, ExportPNG, ExportTIFF, IWorldFileSettings2Proxy

public interface IWorldFileSettings2
extends java.io.Serializable

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

Description: 'Provides access to members that control the additional settings of the World File 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 IID167806fc_6bcb_491e_9fb0_827baf2c3dec
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getMapRotation()
          The Map rotation angle in degrees.
 void setMapRotation(double mapRotAngle)
          The Map rotation angle in degrees.
 

Field Detail

IID167806fc_6bcb_491e_9fb0_827baf2c3dec

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

setMapRotation

void setMapRotation(double mapRotAngle)
                    throws java.io.IOException,
                           AutomationException
The Map rotation angle in degrees.

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

getMapRotation

double getMapRotation()
                      throws java.io.IOException,
                             AutomationException
The Map rotation angle in degrees.

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