com.esri.arcgis.datasourcesraster
Interface IWorldFileExport2

All Superinterfaces:
Serializable
All Known Implementing Classes:
IWorldFileExport2Proxy

public interface IWorldFileExport2
extends Serializable

Provides access to members that export georeferencing and spatial reference.

Remarks

This interface is used to export the spatial reference and georeferencing information stored in .aux.xml file, which is created in ArcGIS 9.2 and above, to a .aux file which can be read in ArcGIS 9.1.

Product Availability

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


Method Summary
 void writeBinaryAuxFile()
          Create a binary AUX file containing georeferencing and spatial reference.
 

Method Detail

writeBinaryAuxFile

void writeBinaryAuxFile()
                        throws IOException,
                               AutomationException
Create a binary AUX file containing georeferencing and spatial reference.

Product Availability

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

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