|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorldFileSettings2
Provides access to members that control the additional settings of the World File Exporter.
Method Summary | |
---|---|
double |
getMapRotation()
The Map rotation angle in degrees. |
void |
setMapRotation(double mapRotAngle)
The Map rotation angle in degrees. |
Method Detail |
---|
void setMapRotation(double mapRotAngle) throws IOException, AutomationException
mapRotAngle
- The mapRotAngle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMapRotation() throws IOException, AutomationException
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.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |