com.esri.arcgis.geometry
Interface ICompositeGeoTransformation

All Superinterfaces:
IGeoTransformation, ITransformation, java.io.Serializable
All Known Implementing Classes:
CompositeGeoTransformation, ICompositeGeoTransformationProxy

public interface ICompositeGeoTransformation
extends IGeoTransformation, java.io.Serializable

COM Interface 'ICompositeGeoTransformation'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that control a set of geographic transformations.' 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 IID3be52788_dda4_11d3_9f61_00c04f6bdd7f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IGeoTransformation
IID9273bb60_c611_11d2_bd08_0000f875bcce
 
Fields inherited from interface com.esri.arcgis.geometry.ITransformation
IID6f2cf924_7e00_11d0_82f4_0000f8034032
 
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
 

Field Detail

IID3be52788_dda4_11d3_9f61_00c04f6bdd7f

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

add

void add(int direction,
         IGeoTransformation pXForm)
         throws java.io.IOException,
                AutomationException
Adds a geographic transformation to the list.

Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
pXForm - A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeoTransformation

IGeoTransformation getGeoTransformation(int i)
                                        throws java.io.IOException,
                                               AutomationException
A geographic transformation from the list.

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

getTransformationDirection

int getTransformationDirection(int i)
                               throws java.io.IOException,
                                      AutomationException
The direction (forward/reverse) of a geographic transformation.

Parameters:
i - The i (in)
Returns:
A com.esri.arcgis.geometry.esriTransformDirection constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The number of geographic transformations in the list.

Returns:
The geoTransformationElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEmpty

void setEmpty()
              throws java.io.IOException,
                     AutomationException
Clears the list of geographic transformations from the object.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.