com.esri.arcgis.datasourcesraster
Interface IApproximationXform

All Superinterfaces:
IGeodataXform, Serializable
All Known Implementing Classes:
ApproximationXform

public interface IApproximationXform
extends IGeodataXform, Serializable

Provides access to members that control transformation approximation.

Description

The IApproximationXform is used create the ApproximationXform by setting the GeodataXform for which to approximate.

Product Availability

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


Method Summary
 IGeodataXform getGeodataXform()
          The geodataxform to be approximated.
 void setGeodataXformByRef(IGeodataXform ppXform)
          The geodataxform to be approximated.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
 

Method Detail

setGeodataXformByRef

void setGeodataXformByRef(IGeodataXform ppXform)
                          throws IOException,
                                 AutomationException
The geodataxform to be approximated.

Product Availability

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

Parameters:
ppXform - A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeodataXform

IGeodataXform getGeodataXform()
                              throws IOException,
                                     AutomationException
The geodataxform to be approximated.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.geodatabase.IGeodataXform
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.