com.esri.arcgis.cartoUI
Class NewGeoTransformationDialog

java.lang.Object
  extended by com.esri.arcgis.cartoUI.NewGeoTransformationDialog
All Implemented Interfaces:
INewGeoTransformationDialog, INewGeoTransformationDialog2, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class NewGeoTransformationDialog
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, INewGeoTransformationDialog, INewGeoTransformationDialog2

New geographic transformation dialog.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

See Also:
Serialized Form

Constructor Summary
NewGeoTransformationDialog()
          Constructs a NewGeoTransformationDialog using ArcGIS Engine.
NewGeoTransformationDialog(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewGeoTransformationDialog theNewGeoTransformationDialog = (NewGeoTransformationDialog) obj;
 
Method Summary
 IGeoTransformation doModal(IGeographicCoordinateSystem pSourceGCS, IGeographicCoordinateSystem pTargetGCS)
          Shows the New GeoTransformation dialog.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 void setDefault(IGeoTransformation pGT)
          Sets a transformation in the New GeoTransformation dialog to work with.
 
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

NewGeoTransformationDialog

public NewGeoTransformationDialog()
                           throws IOException,
                                  UnknownHostException
Constructs a NewGeoTransformationDialog using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

NewGeoTransformationDialog

public NewGeoTransformationDialog(Object obj)
                           throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewGeoTransformationDialog theNewGeoTransformationDialog = (NewGeoTransformationDialog) obj;

Construct a NewGeoTransformationDialog using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to NewGeoTransformationDialog.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

doModal

public IGeoTransformation doModal(IGeographicCoordinateSystem pSourceGCS,
                                  IGeographicCoordinateSystem pTargetGCS)
                           throws IOException,
                                  AutomationException
Shows the New GeoTransformation dialog.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
doModal in interface INewGeoTransformationDialog
Parameters:
pSourceGCS - A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)
pTargetGCS - A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeoTransformation
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefault

public void setDefault(IGeoTransformation pGT)
                throws IOException,
                       AutomationException
Sets a transformation in the New GeoTransformation dialog to work with.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setDefault in interface INewGeoTransformationDialog2
Parameters:
pGT - A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.