public class RGB32PixelResampler extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IPixelResampler, IRGB32PixelResampler
Description 'A 32-bit RGB(A) pixel resampler class.' 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 =
IID, IID7b45924f_d423_446a_bc51_2338dd853e23, xxDummyIID25c98a24_1331_49a0_bcf2_4f5155e1e016| Constructor and Description |
|---|
RGB32PixelResampler()
Constructs a RGB32PixelResampler using ArcGIS Engine.
|
RGB32PixelResampler(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
RGB32PixelResampler theRGB32PixelResampler = (RGB32PixelResampler) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
java.lang.Object |
getBackground()
The background value.
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
getResamplingMethod()
The resampling method.
|
int |
getWindowSize()
The resampling window size in terms of number of source pixels.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isDownSampling()
Indicates if this is a down sampling only type of resampler.
|
boolean |
isLinearScaling()
Indicates if only linear scaling is necessary.
|
boolean |
isSupportLinearScaling()
Indicates if this resampler can accept simplified point array for simple linear scaling.
|
void |
release()
Release this COM object reference
|
void |
resample(int iCol,
int iRow,
int nCols,
int nRows,
_WKSPoint points,
double ulx,
double uly,
double dx,
double dy,
IPixelBlock pSrcPixelBlock,
IPixelBlock pDstPixelBlock)
Resamples an input pixel block into an output pixel block.
|
void |
setBackground(java.lang.Object pBackground)
The background value.
|
void |
setLinearScaling(boolean pLinearScaling)
Indicates if only linear scaling is necessary.
|
void |
setResamplingMethod(int pMethod)
The resampling method.
|
public RGB32PixelResampler()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic RGB32PixelResampler(java.lang.Object obj)
throws java.io.IOException
RGB32PixelResampler theRGB32PixelResampler = (RGB32PixelResampler) obj;obj to RGB32PixelResampler.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic boolean isSupportLinearScaling()
throws java.io.IOException,
AutomationException
isSupportLinearScaling in interface IPixelResamplerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isLinearScaling()
throws java.io.IOException,
AutomationException
isLinearScaling in interface IPixelResamplerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLinearScaling(boolean pLinearScaling)
throws java.io.IOException,
AutomationException
setLinearScaling in interface IPixelResamplerpLinearScaling - The pLinearScaling (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getWindowSize()
throws java.io.IOException,
AutomationException
getWindowSize in interface IPixelResamplerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isDownSampling()
throws java.io.IOException,
AutomationException
isDownSampling in interface IPixelResamplerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void resample(int iCol,
int iRow,
int nCols,
int nRows,
_WKSPoint points,
double ulx,
double uly,
double dx,
double dy,
IPixelBlock pSrcPixelBlock,
IPixelBlock pDstPixelBlock)
throws java.io.IOException,
AutomationException
resample in interface IPixelResampleriCol - The iCol (in)iRow - The iRow (in)nCols - The nCols (in)nRows - The nRows (in)points - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)ulx - The ulx (in)uly - The uly (in)dx - The dx (in)dy - The dy (in)pSrcPixelBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)pDstPixelBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getResamplingMethod()
throws java.io.IOException,
AutomationException
getResamplingMethod in interface IRGB32PixelResamplerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setResamplingMethod(int pMethod)
throws java.io.IOException,
AutomationException
setResamplingMethod in interface IRGB32PixelResamplerpMethod - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getBackground()
throws java.io.IOException,
AutomationException
getBackground in interface IRGB32PixelResamplerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBackground(java.lang.Object pBackground)
throws java.io.IOException,
AutomationException
setBackground in interface IRGB32PixelResamplerpBackground - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.