|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICompositeGeoTransformation
Provides access to members that control a set of geographic transformations.
Sometimes it is necessary to transform between two geographic coordinate systems where a direct transformation does not exist. A composite geotransformation allows you to create a 'chain' of existing or custom transformations. Each transformation in the set must have its direction set properly.
Of the ITransformation interface, only the TransformPointsFF method is implemented.
Method Summary | |
---|---|
void |
add(int direction,
IGeoTransformation pXForm)
Adds a geographic transformation to the list. |
int |
getCount()
The number of geographic transformations in the list. |
IGeoTransformation |
getGeoTransformation(int i)
A geographic transformation from the list. |
int |
getTransformationDirection(int i)
The direction (forward/reverse) of a geographic transformation. |
void |
setEmpty()
Clears the list of geographic transformations from the object. |
Methods inherited from interface com.esri.arcgis.geometry.IGeoTransformation |
---|
getName, getSpatialReferences, putSpatialReferences, setName |
Methods inherited from interface com.esri.arcgis.geometry.ITransformation |
---|
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII |
Method Detail |
---|
void add(int direction, IGeoTransformation pXForm) throws IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)pXForm
- A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoTransformation getGeoTransformation(int i) throws IOException, AutomationException
i
- The i (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTransformationDirection(int i) throws IOException, AutomationException
i
- The i (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEmpty() 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 |