|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGeoTransformationHelper
Provides access to member that control a geographic transformation helper.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void init(IGeoTransformationOperationSet pGTs,
IGeographicCoordinateSystem pCompositionGCS)
throws IOException,
AutomationException
pGTs - A reference to a com.esri.arcgis.geometry.IGeoTransformationOperationSet (in)pCompositionGCS - A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void install(ISpatialReference pSourceSR,
ISpatialReference pTargetSR,
boolean bAddNew)
throws 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAll()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultTargetCoordinateSystemsByRef(IArray ppDefaultTargetCoordinateSystems)
throws IOException,
AutomationException
ppDefaultTargetCoordinateSystems - A reference to a com.esri.arcgis.system.IArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray getDefaultTargetCoordinateSystems()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void set(int direction,
IGeoTransformation pGT,
boolean bAddNew)
throws 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||