|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.SimplePixelResampler
public class SimplePixelResampler
COM Class 'SimplePixelResampler'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description 'A simple 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 =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.datasourcesraster.ISimplePixelResampler |
|---|
IID, IIDddb8b2ba_a3e9_40cd_8d69_1f720a4c8e7b, xxDummy |
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IPixelResampler |
|---|
IID25c98a24_1331_49a0_bcf2_4f5155e1e016 |
| Constructor Summary | |
|---|---|
SimplePixelResampler()
Constructs a SimplePixelResampler using ArcGIS Engine. |
|
SimplePixelResampler(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SimplePixelResampler theSimplePixelResampler = (SimplePixelResampler) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
double |
getCubicConvolutionParameter()
The cubic convolution parameter (-1, -0.75, -0.5). |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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 a SimplePixelResampler. |
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 |
setCubicConvolutionParameter(double a)
The cubic convolution parameter (-1, -0.75, -0.5). |
void |
setLinearScaling(boolean pLinearScaling)
Indicates if only linear scaling is necessary. |
void |
setMajorityWindowSize(int rhs1)
The majority resampling window size in pixels. |
void |
setResamplingMethod(int pMethod)
The resampling method. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimplePixelResampler()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public SimplePixelResampler(java.lang.Object obj)
throws java.io.IOException
SimplePixelResampler theSimplePixelResampler = (SimplePixelResampler) obj;
obj to SimplePixelResampler.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public 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.RemoteObjRef
public int getResamplingMethod()
throws java.io.IOException,
AutomationException
getResamplingMethod in interface ISimplePixelResamplerjava.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 ISimplePixelResamplerpMethod - 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 double getCubicConvolutionParameter()
throws java.io.IOException,
AutomationException
getCubicConvolutionParameter in interface ISimplePixelResamplerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCubicConvolutionParameter(double a)
throws java.io.IOException,
AutomationException
setCubicConvolutionParameter in interface ISimplePixelResamplera - The a (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMajorityWindowSize(int rhs1)
throws java.io.IOException,
AutomationException
setMajorityWindowSize in interface ISimplePixelResamplerrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||