com.esri.arcgis.geometry
Interface IGeoTransformation

All Superinterfaces:
ITransformation, java.io.Serializable
All Known Subinterfaces:
ICompositeGeoTransformation, ICoordinateFrameTransformation, IGeocentricTranslation, IGeographic2DOffsetTransformation, IGridTransformation, ILongitudeRotationTransformation, IMolodenskyBadekasTransformation, IMolodenskyTransformation, INullTransformation, IPositionVectorTransformation, IUnitChangeTransformation
All Known Implementing Classes:
AbridgedMolodenskyTransformation, CompositeGeoTransformation, CoordinateFrameTransformation, GeocentricTranslation, Geographic2DOffsetTransformation, HARNTransformation, ICompositeGeoTransformationProxy, ICoordinateFrameTransformationProxy, IGeocentricTranslationProxy, IGeographic2DOffsetTransformationProxy, IGeoTransformationProxy, IGridTransformationProxy, ILongitudeRotationTransformationProxy, IMolodenskyBadekasTransformationProxy, IMolodenskyTransformationProxy, INullTransformationProxy, IPositionVectorTransformationProxy, IUnitChangeTransformationProxy, LongitudeRotationTransformation, MolodenskyBadekasTransformation, MolodenskyTransformation, NADCONTransformation, NTv2Transformation, NullTransformation, PositionVectorTransformation, UnitChangeTransformation

public interface IGeoTransformation
extends ITransformation, java.io.Serializable

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

Description: 'Provides access to members that define a geographic (datum) transformation.' 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 IID9273bb60_c611_11d2_bd08_0000f875bcce
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.ITransformation
IID6f2cf924_7e00_11d0_82f4_0000f8034032
 
Method Summary
 java.lang.String getName()
          The name of the geographic transformation.
 void getSpatialReferences(ISpatialReference[] from, ISpatialReference[] to)
          Returns the from and to spatial references for the transformation.
 void putSpatialReferences(ISpatialReference from, ISpatialReference to)
          Sets the from and to spatial references for the transformation.
 void setName(java.lang.String name)
          The name of the geographic transformation.
 
Methods inherited from interface com.esri.arcgis.geometry.ITransformation
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII
 

Field Detail

IID9273bb60_c611_11d2_bd08_0000f875bcce

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the geographic transformation.

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
The name of the geographic transformation.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReferences

void getSpatialReferences(ISpatialReference[] from,
                          ISpatialReference[] to)
                          throws java.io.IOException,
                                 AutomationException
Returns the from and to spatial references for the transformation.

Parameters:
from - A reference to a com.esri.arcgis.geometry.ISpatialReference (out: use single element array)
to - A reference to a com.esri.arcgis.geometry.ISpatialReference (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putSpatialReferences

void putSpatialReferences(ISpatialReference from,
                          ISpatialReference to)
                          throws java.io.IOException,
                                 AutomationException
Sets the from and to spatial references for the transformation.

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