|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICompositeXform
Provides access to members that control a collection of geodata transform.
ICompositeXform is used to create a CompositeXfrom object, which holds and manages the colleciton of geodata transformation objects. For example add, remove, or get a geodata transformation object.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform |
---|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeodataXform getGeodataXform(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeodataXform getFirstXform() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeodataXform getLastXform() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(IGeodataXform pXform) throws IOException, AutomationException
pXform
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IGeodataXform pXform) throws IOException, AutomationException
index
- The index (in)pXform
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void empty() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void validate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |