com.esri.arcgis.datasourcesraster
Interface IRasterXform2

All Superinterfaces:
IRasterXform, Serializable

public interface IRasterXform2
extends IRasterXform, Serializable

Provides access to members that control raster specific geodata transform.

Product Availability

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


Method Summary
 void finish()
          Finishes up and gives a geodataxform a chance to clean up.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterXform
getFullExtent, prepare, setFullExtent
 

Method Detail

finish

void finish()
            throws IOException,
                   AutomationException
Finishes up and gives a geodataxform a chance to clean up.

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.