public interface ICompositeXform2 extends ICompositeXform, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID83899bbd_480b_4af1_87f5_36dbe171dd74 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID17ac03ff_547d_4714_af19_c474e1f1c153
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
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.
|
add, empty, getCount, getFirstXform, getGeodataXform, getLastXform, insert, remove, validate
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IID83899bbd_480b_4af1_87f5_36dbe171dd74
static final int xxDummy
static final java.lang.String IID
int find(IGeodataXform pXform) throws java.io.IOException, AutomationException
pXform
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void replace(int index, IGeodataXform pXform) throws java.io.IOException, AutomationException
index
- The index (in)pXform
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.