com.esri.arcgis.geodatabase
Class IGeodataXformProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IGeodataXformProxy
All Implemented Interfaces:
IGeodataXform, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IAdjustXformProxy, IApproximationXformProxy, ICompositeXformProxy, ICoordinateXformProxy, ICSMXformProxy, IFormosat2XformProxy, IFrameXformProxy, IGCSShiftXformProxy, IGeometricXformProxy, IIdentityXformProxy, ILSRXformProxy, IPolynomialXformProxy, IProjectiveXformProxy, IRPCXformProxy, ISplineXformProxy, ISPOT5XformProxy

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

Description: 'Provides access to members that control geodata transformation.' 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 IGeodataXformProxy
extends com.esri.arcgis.interop.Dispatch
implements IGeodataXform, 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.geodatabase.IGeodataXform
IID, IID5e6cf525_4e74_419b_946f_7da9bfdf815d
 
Constructor Summary
  IGeodataXformProxy()
          Deprecated. For internal use only
  IGeodataXformProxy(java.lang.Object obj)
          Deprecated.  
protected IGeodataXformProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGeodataXformProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGeodataXformProxy(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.  
 IGeometryCollection getDomains()
          Deprecated. The domains in output space.
 ISpatialReference getSpatialReference()
          Deprecated. The output spatial reference after applying this transform.
 boolean isIdentity()
          Deprecated. Indicates if this geodata transform is an identity transform.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setSpatialReferenceByRef(ISpatialReference spatialRefence)
          Deprecated. The output spatial reference after applying this transform.
 void transform(int direction, int npoints, _WKSPoint[] points)
          Deprecated. Transforms a set of points in a given direction.
 void transformCellsize(int direction, double[] dx, double[] dy, IEnvelope areaOfInterest)
          Deprecated. Transforms a cellsize in a given direction.
 void transformExtent(int direction, IEnvelope[] extent)
          Deprecated. Transforms an extent in a given direction.
 void transformPoints(int direction, IPointCollection[] points)
          Deprecated. Transforms a point collection 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

IGeodataXformProxy

public IGeodataXformProxy(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

IGeodataXformProxy

public IGeodataXformProxy()
Deprecated. 
For internal use only


IGeodataXformProxy

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

IGeodataXformProxy

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

IGeodataXformProxy

protected IGeodataXformProxy(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

getSpatialReference

public ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The output spatial reference after applying this transform.

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

setSpatialReferenceByRef

public void setSpatialReferenceByRef(ISpatialReference spatialRefence)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The output spatial reference after applying this transform.

Specified by:
setSpatialReferenceByRef in interface IGeodataXform
Parameters:
spatialRefence - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDomains

public IGeometryCollection getDomains()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The domains in output space.

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

isIdentity

public boolean isIdentity()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if this geodata transform is an identity transform.

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

transform

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

Specified by:
transform in interface IGeodataXform
Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
npoints - The npoints (in)
points - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint 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.

transformCellsize

public void transformCellsize(int direction,
                              double[] dx,
                              double[] dy,
                              IEnvelope areaOfInterest)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Transforms a cellsize in a given direction.

Specified by:
transformCellsize in interface IGeodataXform
Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
dx - The dx (in/out: use single element array)
dy - The dy (in/out: use single element array)
areaOfInterest - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transformExtent

public void transformExtent(int direction,
                            IEnvelope[] extent)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Transforms an extent in a given direction.

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

transformPoints

public void transformPoints(int direction,
                            IPointCollection[] points)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Transforms a point collection in a given direction

Specified by:
transformPoints in interface IGeodataXform
Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
points - 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.