com.esri.arcgis.carto
Interface IMapServerGeoTransformation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapServerGeoTransformationProxy, MapDescription

public interface IMapServerGeoTransformation
extends java.io.Serializable

COM Interface 'IMapServerGeoTransformation'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the export 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 IIDae983588_93a2_465f_8228_0617d8d5c23b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeoTransformation getGeoTransformation()
          On-the-fly geographic transformations.
 void setGeoTransformationByRef(IGeoTransformation transformations)
          On-the-fly geographic transformations.
 

Field Detail

IIDae983588_93a2_465f_8228_0617d8d5c23b

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

setGeoTransformationByRef

void setGeoTransformationByRef(IGeoTransformation transformations)
                               throws java.io.IOException,
                                      AutomationException
On-the-fly geographic transformations.

Parameters:
transformations - 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()
                                        throws java.io.IOException,
                                               AutomationException
On-the-fly geographic transformations.

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.