public interface ICompositeXform extends IGeodataXform, 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 |
IID17ac03ff_547d_4714_af19_c474e1f1c153 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
void |
add(IGeodataXform pXform)
Adds a geodata transform to the end of the collection.
|
void |
empty()
Empties the collection.
|
int |
getCount()
The geodata transform count of the collection.
|
IGeodataXform |
getFirstXform()
The first geodata transform in the collection.
|
IGeodataXform |
getGeodataXform(int index)
The geodata transform at a given index in the collection.
|
IGeodataXform |
getLastXform()
The last geodata transform in the collection.
|
void |
insert(int index,
IGeodataXform pXform)
Inserts a geodata transform to the collection at a specified index.
|
void |
remove(int index)
Removes a geodata transform at a given index from the collection.
|
void |
validate()
Validates the collection after changes.
|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IID17ac03ff_547d_4714_af19_c474e1f1c153
static final int xxDummy
static final java.lang.String IID
int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeodataXform getGeodataXform(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeodataXform getFirstXform() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeodataXform getLastXform() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void add(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 insert(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.void remove(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void empty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void validate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.