com.esri.arcgis.datasourcesraster
Class IXFormProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IXFormProxy
All Implemented Interfaces:
IXForm, Externalizable, Serializable
Direct Known Subclasses:
IGeodeticProjectionProxy

public class IXFormProxy
extends com.esri.arcgis.interop.Dispatch
implements IXForm, Serializable

Provides access to members that control a transformation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IXFormProxy()
           
  IXFormProxy(Object obj)
           
protected IXFormProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 int getInUnit()
          Domain units.
 int getOutUnit()
          Range units.
 IPnt invert(IPnt y)
          Reverses mapping, if possible.
 int isIdentity()
          Indicates if XForm does nothing.
 IPnt map(IPnt x)
          Transforms input point.
 void removeListener(String iidStr, Object theListener)
           
 void setInUnit(int pVal)
          Domain units.
 void setOutUnit(int pVal)
          Range units.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IXFormProxy

public IXFormProxy()

IXFormProxy

public IXFormProxy(Object obj)
            throws IOException
Throws:
IOException

IXFormProxy

protected IXFormProxy(Object obj,
                      String iid)
               throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getInUnit

public int getInUnit()
              throws IOException,
                     AutomationException
Domain units.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getInUnit in interface IXForm
Returns:
A com.esri.arcgis.geometry.esriSRUnitType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInUnit

public void setInUnit(int pVal)
               throws IOException,
                      AutomationException
Domain units.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
setInUnit in interface IXForm
Parameters:
pVal - A com.esri.arcgis.geometry.esriSRUnitType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutUnit

public int getOutUnit()
               throws IOException,
                      AutomationException
Range units.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getOutUnit in interface IXForm
Returns:
A com.esri.arcgis.geometry.esriSRUnitType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutUnit

public void setOutUnit(int pVal)
                throws IOException,
                       AutomationException
Range units.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
setOutUnit in interface IXForm
Parameters:
pVal - A com.esri.arcgis.geometry.esriSRUnitType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

map

public IPnt map(IPnt x)
         throws IOException,
                AutomationException
Transforms input point.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
map in interface IXForm
Parameters:
x - A reference to a com.esri.arcgis.geodatabase.IPnt (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IPnt
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

invert

public IPnt invert(IPnt y)
            throws IOException,
                   AutomationException
Reverses mapping, if possible.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
invert in interface IXForm
Parameters:
y - A reference to a com.esri.arcgis.geodatabase.IPnt (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IPnt
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isIdentity

public int isIdentity()
               throws IOException,
                      AutomationException
Indicates if XForm does nothing.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
isIdentity in interface IXForm
Returns:
The unity
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.