public interface IMapServerGeoTransformation
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDae983588_93a2_465f_8228_0617d8d5c23b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IGeoTransformation |
getGeoTransformation()
On-the-fly geographic transformations.
|
void |
setGeoTransformationByRef(IGeoTransformation transformations)
On-the-fly geographic transformations.
|
static final int IIDae983588_93a2_465f_8228_0617d8d5c23b
static final int xxDummy
static final java.lang.String IID
void setGeoTransformationByRef(IGeoTransformation transformations) throws java.io.IOException, AutomationException
transformations
- A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeoTransformation getGeoTransformation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.