com.esri.arcgis.datasourcesraster
Interface ICustomXform

All Superinterfaces:
Serializable
All Known Implementing Classes:
ICustomXformProxy

public interface ICustomXform
extends Serializable

Provides access to members that control a custom geodata transform.

Product Availability

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


Method Summary
 void initialize(String filename, String data)
          Initializes a custom geodata transform.
 boolean isApproximation()
          Indicates if approximation is desired.
 

Method Detail

initialize

void initialize(String filename,
                String data)
                throws IOException,
                       AutomationException
Initializes a custom geodata transform.

Product Availability

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

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

isApproximation

boolean isApproximation()
                        throws IOException,
                               AutomationException
Indicates if approximation is desired.

Product Availability

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

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