|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.GeoTransformationHelper
public class GeoTransformationHelper
The geograpgic transformation (datum conversion) helper class.
| Constructor Summary | |
|---|---|
GeoTransformationHelper()
Constructs a GeoTransformationHelper using ArcGIS Engine. |
|
GeoTransformationHelper(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GeoTransformationHelper theGeoTransformationHelper = (GeoTransformationHelper) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IArray |
getDefaultTargetCoordinateSystems()
The collection of ISpatialReference objects used as default target coordinate systems by the 'Install' method if the 'pTargetSR' argument is not specified. |
int |
hashCode()
the hashcode for this object |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public GeoTransformationHelper()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public GeoTransformationHelper(Object obj)
throws IOException
GeoTransformationHelper theGeoTransformationHelper = (GeoTransformationHelper) obj;
obj to GeoTransformationHelper.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void init(IGeoTransformationOperationSet pGTs,
IGeographicCoordinateSystem pCompositionGCS)
throws IOException,
AutomationException
init in interface IGeoTransformationHelperpGTs - 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.
public void install(ISpatialReference pSourceSR,
ISpatialReference pTargetSR,
boolean bAddNew)
throws IOException,
AutomationException
install in interface IGeoTransformationHelperpSourceSR - 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.
public void removeAll()
throws IOException,
AutomationException
removeAll in interface IGeoTransformationHelperIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultTargetCoordinateSystemsByRef(IArray ppDefaultTargetCoordinateSystems)
throws IOException,
AutomationException
setDefaultTargetCoordinateSystemsByRef in interface IGeoTransformationHelperppDefaultTargetCoordinateSystems - A reference to a com.esri.arcgis.system.IArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getDefaultTargetCoordinateSystems()
throws IOException,
AutomationException
getDefaultTargetCoordinateSystems in interface IGeoTransformationHelperIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void set(int direction,
IGeoTransformation pGT,
boolean bAddNew)
throws IOException,
AutomationException
set in interface IGeoTransformationHelperdirection - 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 | ||||||||