com.esri.arcgis.datasourcesraster
Class IGeodataXform2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IGeodataXform2Proxy
All Implemented Interfaces:
IGeodataXform2, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGeodataXform2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to additional members that control sensor specific geodata transform.' 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 =

public class IGeodataXform2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IGeodataXform2, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IGeodataXform2
IID, IIDa079ee4b_9e92_40ce_b83d_6bd811e33a1c
 
Constructor Summary
  IGeodataXform2Proxy()
          Deprecated. For internal use only
  IGeodataXform2Proxy(java.lang.Object obj)
          Deprecated.  
protected IGeodataXform2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGeodataXform2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGeodataXform2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IGeometry computeFootprint(int direction, IGeometry pExtent, int maximumVertices)
          Deprecated. Computes the footprint in a given direction for a given input extent/footprint.
 double getZ(double x, double y)
          Deprecated. Gets Z value for a given location (x,y) in map space.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 IGeodataXform simplify()
          Deprecated. Simplifies into a simple geodataxform.
 void transform3D(int direction, int npoints, _WKSPointZ[] points)
          Deprecated. Transforms a set of 3D points in a given direction.
 void transform3DPoints(int direction, IPointCollection[] pPoints)
          Deprecated. Transforms a collection of 3D points in a given direction
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGeodataXform2Proxy

public IGeodataXform2Proxy(java.lang.String CLSID,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.net.UnknownHostException,
                           java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGeodataXform2Proxy

public IGeodataXform2Proxy()
Deprecated. 
For internal use only


IGeodataXform2Proxy

public IGeodataXform2Proxy(java.lang.Object obj)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGeodataXform2Proxy

protected IGeodataXform2Proxy(java.lang.Object obj,
                              java.lang.String iid)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGeodataXform2Proxy

protected IGeodataXform2Proxy(java.lang.String CLSID,
                              java.lang.String iid,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

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

removeListener

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

transform3D

public void transform3D(int direction,
                        int npoints,
                        _WKSPointZ[] points)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Transforms a set of 3D points in a given direction.

Specified by:
transform3D in interface IGeodataXform2
Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
npoints - The npoints (in)
points - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transform3DPoints

public void transform3DPoints(int direction,
                              IPointCollection[] pPoints)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Transforms a collection of 3D points in a given direction

Specified by:
transform3DPoints in interface IGeodataXform2
Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
pPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

computeFootprint

public IGeometry computeFootprint(int direction,
                                  IGeometry pExtent,
                                  int maximumVertices)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Computes the footprint in a given direction for a given input extent/footprint.

Specified by:
computeFootprint in interface IGeodataXform2
Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
pExtent - A reference to a com.esri.arcgis.geometry.IGeometry (in)
maximumVertices - The maximumVertices (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZ

public double getZ(double x,
                   double y)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Gets Z value for a given location (x,y) in map space.

Specified by:
getZ in interface IGeodataXform2
Parameters:
x - The x (in)
y - The y (in)
Returns:
The z
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

simplify

public IGeodataXform simplify()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Simplifies into a simple geodataxform.

Specified by:
simplify in interface IGeodataXform2
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeodataXform
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.