com.esri.arcgis.datasourcesraster
Interface IApproximationXform

All Superinterfaces:
IGeodataXform, java.io.Serializable
All Known Implementing Classes:
ApproximationXform, IApproximationXformProxy

public interface IApproximationXform
extends IGeodataXform, java.io.Serializable

COM Interface 'IApproximationXform'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control transformation approximation.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID59b8596f_2c6a_4dfd_bb63_d413b4703851
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
 
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
 

Field Detail

IID59b8596f_2c6a_4dfd_bb63_d413b4703851

static final int IID59b8596f_2c6a_4dfd_bb63_d413b4703851
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setGeodataXformByRef

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

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

getGeodataXform

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

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