public interface IGeoTransformationHelper
extends java.io.Serializable
Description: 'Provides access to member that control a geographic transformation helper.' 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 |
IID1e0bd206_6370_4a39_b79a_cae98f94640b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IArray |
getDefaultTargetCoordinateSystems()
The collection of ISpatialReference objects used as default target coordinate systems by the 'Install' method if the 'pTargetSR' argument is not specified.
|
void |
init(IGeoTransformationOperationSet pGTs,
IGeographicCoordinateSystem pCompositionGCS)
Initializes the object given a primary set of geographic transformation operators (GT + direction).
|
void |
install(ISpatialReference pSourceSR,
ISpatialReference pTargetSR,
boolean bAddNew)
Sets the system default geographic transformation on the primary operation set if missing.
|
void |
removeAll()
All previously installed geotransformation methods are removed from the system.
|
void |
set(int direction,
IGeoTransformation pGT,
boolean bAddNew)
Sets the system default geographic transformation on the primary operation set if missing.
|
void |
setDefaultTargetCoordinateSystemsByRef(IArray ppDefaultTargetCoordinateSystems)
The collection of ISpatialReference objects used as default target coordinate systems by the 'Install' method if the 'pTargetSR' argument is not specified.
|
static final int IID1e0bd206_6370_4a39_b79a_cae98f94640b
static final int xxDummy
static final java.lang.String IID
void init(IGeoTransformationOperationSet pGTs, IGeographicCoordinateSystem pCompositionGCS) throws java.io.IOException, AutomationException
pGTs
- A reference to a com.esri.arcgis.geometry.IGeoTransformationOperationSet (in)pCompositionGCS
- A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void install(ISpatialReference pSourceSR, ISpatialReference pTargetSR, boolean bAddNew) throws java.io.IOException, AutomationException
pSourceSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pTargetSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)bAddNew
- The bAddNew (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultTargetCoordinateSystemsByRef(IArray ppDefaultTargetCoordinateSystems) throws java.io.IOException, AutomationException
ppDefaultTargetCoordinateSystems
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getDefaultTargetCoordinateSystems() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void set(int direction, IGeoTransformation pGT, boolean bAddNew) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)pGT
- A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)bAddNew
- The bAddNew (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.