com.esri.arcgis.datasourcesraster
Interface ICompositeXform2

All Superinterfaces:
ICompositeXform, IGeodataXform, java.io.Serializable
All Known Implementing Classes:
CompositeXform, ICompositeXform2Proxy

public interface ICompositeXform2
extends ICompositeXform, java.io.Serializable

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

Description: 'Provides access to members that control a collection of geodata transform.' 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 IID83899bbd_480b_4af1_87f5_36dbe171dd74
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ICompositeXform
IID17ac03ff_547d_4714_af19_c474e1f1c153
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
 
Method Summary
 int find(IGeodataXform pXform)
          Finds a geodata transform in the collection.
 void replace(int index, IGeodataXform pXform)
          Replace a geodata transform in the collection at a specified index.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.ICompositeXform
add, empty, getCount, getFirstXform, getGeodataXform, getLastXform, insert, remove, validate
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
 

Field Detail

IID83899bbd_480b_4af1_87f5_36dbe171dd74

static final int IID83899bbd_480b_4af1_87f5_36dbe171dd74
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

find

int find(IGeodataXform pXform)
         throws java.io.IOException,
                AutomationException
Finds a geodata transform in the collection.

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

replace

void replace(int index,
             IGeodataXform pXform)
             throws java.io.IOException,
                    AutomationException
Replace a geodata transform in the collection at a specified index.

Parameters:
index - The index (in)
pXform - 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.