com.esri.arcgis.output
Interface IWorldFileSettings2

All Superinterfaces:
Serializable
All Known Implementing Classes:
ExportBMP, ExportGIF, ExportJPEG, ExportPNG, ExportTIFF

public interface IWorldFileSettings2
extends Serializable

Provides access to members that control the additional settings of the World File Exporter.

Product Availability

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


Method Summary
 double getMapRotation()
          The Map rotation angle in degrees.
 void setMapRotation(double mapRotAngle)
          The Map rotation angle in degrees.
 

Method Detail

setMapRotation

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

Product Availability

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

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

getMapRotation

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

Remarks

When the map is part of a rotated dataframe, assign the dataframe rotation angle (in degrees) to this property. This will ensure that the world file or GeoTIFF header appropriately accounts for rotation of the image. The rotation angle of a map can be read from IDisplayTransformation::Rotation. The display transformation of the active view can be accessed via IActiveView::ScreenDisplay.

Product Availability

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

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