com.esri.arcgis.geoanalyst
Class ITransformationOpProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoanalyst.ITransformationOpProxy
All Implemented Interfaces:
ITransformationOp, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control the transformation operations.' 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 ITransformationOpProxy
extends com.esri.arcgis.interop.Dispatch
implements ITransformationOp, 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.geoanalyst.ITransformationOp
IID, IID640e4db6_f223_11d3_a07f_00c04f68e699
 
Constructor Summary
  ITransformationOpProxy()
          Deprecated. For internal use only
  ITransformationOpProxy(java.lang.Object obj)
          Deprecated.  
protected ITransformationOpProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITransformationOpProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITransformationOpProxy(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.  
 IGeoDataset clip(IGeoDataset geoDataset, IEnvelope rectangle)
          Deprecated. Subsets a raster using a rectangle.
 IGeoDataset flip(IGeoDataset geoDataset)
          Deprecated. Flips a raster along the horizontal axis.
 IGeoDataset mirror(IGeoDataset geoDataset)
          Deprecated. Mirrors a raster along the vertical axis.
 IGeoDataset mosaic(IRasterBandCollection collectionOfRasters, int mosaicType)
          Deprecated. Creates one raster from two or more adjacent rasters and makes a smooth transition over the overlapping areas of the neighboring rasters.
 IGeoDataset projectFast(IGeoDataset geoDataset, ISpatialReference newSpatialReference, int resampleType, java.lang.Object cellSize)
          Deprecated. Converts a raster between two coordinate systems on region bases.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 IGeoDataset resample(IGeoDataset geoDataset, double newCellsize, int resampleType)
          Deprecated. Resamples raster to a new cell size.
 IGeoDataset reScale(IGeoDataset inData, double xScale, double yScale)
          Deprecated. Scales the coordinates of a raster.
 IGeoDataset rotate(IGeoDataset geoDataset, int resampleType, double angle, java.lang.Object origin)
          Deprecated. Rotates a raster around a point by a specified angle.
 IGeoDataset shift(IGeoDataset geoDataset, double xShift, double yShift, java.lang.Object pSnapRasterData)
          Deprecated. Shifts the coordinates of a raster.
 IGeoDataset warp(IGeoDataset geoDataset, IPointCollection sourceControlPoints, IPointCollection targetControlPoints, int transformType, int resampleType)
          Deprecated. Transforms a raster along a set of links using a polynomial transformation.
 
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

ITransformationOpProxy

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

ITransformationOpProxy

public ITransformationOpProxy()
Deprecated. 
For internal use only


ITransformationOpProxy

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

ITransformationOpProxy

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

ITransformationOpProxy

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

flip

public IGeoDataset flip(IGeoDataset geoDataset)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Flips a raster along the horizontal axis.

Specified by:
flip in interface ITransformationOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

mirror

public IGeoDataset mirror(IGeoDataset geoDataset)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Mirrors a raster along the vertical axis.

Specified by:
mirror in interface ITransformationOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

shift

public IGeoDataset shift(IGeoDataset geoDataset,
                         double xShift,
                         double yShift,
                         java.lang.Object pSnapRasterData)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Shifts the coordinates of a raster.

Specified by:
shift in interface ITransformationOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
xShift - The xShift (in)
yShift - The yShift (in)
pSnapRasterData - A Variant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reScale

public IGeoDataset reScale(IGeoDataset inData,
                           double xScale,
                           double yScale)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Scales the coordinates of a raster.

Specified by:
reScale in interface ITransformationOp
Parameters:
inData - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
xScale - The xScale (in)
yScale - The yScale (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rotate

public IGeoDataset rotate(IGeoDataset geoDataset,
                          int resampleType,
                          double angle,
                          java.lang.Object origin)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Rotates a raster around a point by a specified angle.

Specified by:
rotate in interface ITransformationOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
resampleType - A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant (in)
angle - The angle (in)
origin - A Variant (in, optional, pass null if not required)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clip

public IGeoDataset clip(IGeoDataset geoDataset,
                        IEnvelope rectangle)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Subsets a raster using a rectangle.

Specified by:
clip in interface ITransformationOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
rectangle - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resample

public IGeoDataset resample(IGeoDataset geoDataset,
                            double newCellsize,
                            int resampleType)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Resamples raster to a new cell size.

Specified by:
resample in interface ITransformationOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
newCellsize - The newCellsize (in)
resampleType - A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

warp

public IGeoDataset warp(IGeoDataset geoDataset,
                        IPointCollection sourceControlPoints,
                        IPointCollection targetControlPoints,
                        int transformType,
                        int resampleType)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Transforms a raster along a set of links using a polynomial transformation.

Specified by:
warp in interface ITransformationOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
sourceControlPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
targetControlPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
transformType - A com.esri.arcgis.datasourcesraster.esriGeoTransTypeEnum constant (in)
resampleType - A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

projectFast

public IGeoDataset projectFast(IGeoDataset geoDataset,
                               ISpatialReference newSpatialReference,
                               int resampleType,
                               java.lang.Object cellSize)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Converts a raster between two coordinate systems on region bases.

Specified by:
projectFast in interface ITransformationOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
newSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
resampleType - A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant (in)
cellSize - A Variant (in, optional, pass null if not required)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

mosaic

public IGeoDataset mosaic(IRasterBandCollection collectionOfRasters,
                          int mosaicType)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Creates one raster from two or more adjacent rasters and makes a smooth transition over the overlapping areas of the neighboring rasters.

Specified by:
mosaic in interface ITransformationOp
Parameters:
collectionOfRasters - A reference to a com.esri.arcgis.datasourcesraster.IRasterBandCollection (in)
mosaicType - A com.esri.arcgis.datasourcesraster.rstMosaicOperatorType constant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.