|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.BlendMosaicker
public class BlendMosaicker
A custom raster mosaic operator for performing blend value mosaic.
BlendMosaicker implements a Mosaic Operator that resolves the overlapping pixels during mosaicking by blending overlapping pixel values. The weight for blending is decreasing as a pixel is moving closer to the boundary.
MosaicRaster
,
Serialized FormConstructor Summary | |
---|---|
BlendMosaicker()
Constructs a BlendMosaicker using ArcGIS Engine. |
|
BlendMosaicker(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. BlendMosaicker theBlendMosaicker = (BlendMosaicker) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IPropertySet |
getProperties()
Mosaic operator properties. |
int |
hashCode()
the hashcode for this object |
void |
init(int nBands,
int nBlockCols,
int nBlockRows)
Initializes a mosaic operator. |
void |
init(int iCol,
int iRow,
IPixelBlock pBlock,
IPixelBlock pMosaicBlock)
Initializes a mosaic operator. |
void |
operate(int x,
int y,
double v1,
double[] v2)
Operates on two floating-point values and returns a new one. |
void |
operate(int x,
int y,
int v1,
int[] v2)
Operates on two integer values and returns a new one. |
void |
setCurrentBand(int rhs1)
The current band index. |
void |
setProperties(IPropertySet ppProperties)
Mosaic operator properties. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public BlendMosaicker() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic BlendMosaicker(Object obj) throws IOException
BlendMosaicker theBlendMosaicker = (BlendMosaicker) obj;
obj
to BlendMosaicker
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IPropertySet getProperties() throws IOException, AutomationException
getProperties
in interface IMosaicOperator
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProperties(IPropertySet ppProperties) throws IOException, AutomationException
setProperties
in interface IMosaicOperator
ppProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void init(int nBands, int nBlockCols, int nBlockRows) throws IOException, AutomationException
init
in interface IMosaicOperator
nBands
- The nBands (in)nBlockCols
- The nBlockCols (in)nBlockRows
- The nBlockRows (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentBand(int rhs1) throws IOException, AutomationException
setCurrentBand
in interface IMosaicOperator
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void operate(int x, int y, int v1, int[] v2) throws IOException, AutomationException
operate
in interface IMosaicOperator
x
- The x (in)y
- The y (in)v1
- The v1 (in)v2
- The v2 (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void operate(int x, int y, double v1, double[] v2) throws IOException, AutomationException
operate
in interface IMosaicOperator2
x
- The x (in)y
- The y (in)v1
- The v1 (in)v2
- The v2 (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void init(int iCol, int iRow, IPixelBlock pBlock, IPixelBlock pMosaicBlock) throws IOException, AutomationException
init
in interface IMosaicOperator3
iCol
- The iCol (in)iRow
- The iRow (in)pBlock
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)pMosaicBlock
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)
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 |