public interface IRasterXformer2 extends IRasterXformer, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID9ddce4e9_d076_4dfc_b157_0924de623897 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID22803c42_60f8_46b6_9b2c_b0a282cd7324
Modifier and Type | Method and Description |
---|---|
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.
|
getApproximationTolerance, getPixelResampler, read, setApproximationTolerance, setPixelResamplerByRef, setRaster, update
static final int IID9ddce4e9_d076_4dfc_b157_0924de623897
static final int xxDummy
static final java.lang.String IID
IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExtent(IEnvelope ppExtent) throws java.io.IOException, AutomationException
ppExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPnt getCellSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCellSize(IPnt ppCellsize) throws java.io.IOException, AutomationException
ppCellsize
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeodataXform getGeodataXform() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeodataXformByRef(IGeodataXform ppXform) throws java.io.IOException, AutomationException
ppXform
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPixelReader getPixelReader() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPixelReaderByRef(IPixelReader ppReader) throws java.io.IOException, AutomationException
ppReader
- A reference to a com.esri.arcgis.datasourcesraster.IPixelReader (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.