com.esri.arcgis.datasourcesraster
Interface IRasterXform2

All Superinterfaces:
IRasterXform, java.io.Serializable
All Known Implementing Classes:
IRasterXform2Proxy

public interface IRasterXform2
extends IRasterXform, java.io.Serializable

COM Interface 'IRasterXform2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control raster 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8b498cf9_34c7_4a68_bf7c_989cdbdc1ab9
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterXform
IID45b14f29_01b8_489a_9f55_cd21ea84fd7f
 
Method Summary
 void finish()
          Finishes up and gives a geodataxform a chance to clean up.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterXform
getFullExtent, prepare, setFullExtent
 

Field Detail

IID8b498cf9_34c7_4a68_bf7c_989cdbdc1ab9

static final int IID8b498cf9_34c7_4a68_bf7c_989cdbdc1ab9
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

finish

void finish()
            throws java.io.IOException,
                   AutomationException
Finishes up and gives a geodataxform a chance to clean up.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.