com.esri.arcgis.datasourcesraster
Interface IRasterXformer2

All Superinterfaces:
IRasterXformer, java.io.Serializable
All Known Implementing Classes:
IRasterXformer2Proxy, RasterXformer

public interface IRasterXformer2
extends IRasterXformer, java.io.Serializable

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

Description: 'Provides access to members that control raster transformer.' 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 IID9ddce4e9_d076_4dfc_b157_0924de623897
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterXformer
IID22803c42_60f8_46b6_9b2c_b0a282cd7324
 
Method Summary
 IPnt getCellSize()
          The output cell size.
 IEnvelope getExtent()
          The output extent.
 IGeodataXform getGeodataXform()
          The current geodata transform to be applied.
 int getHeight()
          The output height in pixels.
 IPixelReader getPixelReader()
          The current pixel reader for reading source pixels.
 int getWidth()
          The output width in pixels.
 void setCellSize(IPnt ppCellsize)
          The output cell size.
 void setExtent(IEnvelope ppExtent)
          The output extent.
 void setGeodataXformByRef(IGeodataXform ppXform)
          The current geodata transform to be applied.
 void setPixelReaderByRef(IPixelReader ppReader)
          The current pixel reader for reading source pixels.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterXformer
getApproximationTolerance, getPixelResampler, read, setApproximationTolerance, setPixelResamplerByRef, setRaster, update
 

Field Detail

IID9ddce4e9_d076_4dfc_b157_0924de623897

static final int IID9ddce4e9_d076_4dfc_b157_0924de623897
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

getExtent

IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
The output extent.

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtent

void setExtent(IEnvelope ppExtent)
               throws java.io.IOException,
                      AutomationException
The output extent.

Parameters:
ppExtent - 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.

getWidth

int getWidth()
             throws java.io.IOException,
                    AutomationException
The output width in pixels.

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

getHeight

int getHeight()
              throws java.io.IOException,
                     AutomationException
The output height in pixels.

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

getCellSize

IPnt getCellSize()
                 throws java.io.IOException,
                        AutomationException
The output cell size.

Returns:
A reference to a com.esri.arcgis.geodatabase.IPnt
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellSize

void setCellSize(IPnt ppCellsize)
                 throws java.io.IOException,
                        AutomationException
The output cell size.

Parameters:
ppCellsize - A reference to a com.esri.arcgis.geodatabase.IPnt (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeodataXform

IGeodataXform getGeodataXform()
                              throws java.io.IOException,
                                     AutomationException
The current geodata transform to be applied.

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.

setGeodataXformByRef

void setGeodataXformByRef(IGeodataXform ppXform)
                          throws java.io.IOException,
                                 AutomationException
The current geodata transform to be applied.

Parameters:
ppXform - A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPixelReader

IPixelReader getPixelReader()
                            throws java.io.IOException,
                                   AutomationException
The current pixel reader for reading source pixels.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IPixelReader
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPixelReaderByRef

void setPixelReaderByRef(IPixelReader ppReader)
                         throws java.io.IOException,
                                AutomationException
The current pixel reader for reading source pixels.

Parameters:
ppReader - A reference to a com.esri.arcgis.datasourcesraster.IPixelReader (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.