|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.MeanMosaicker
public class MeanMosaicker
A custom raster mosaic operator for performing mean value mosaic.
This mosaic operator calculates average of the pixel values in the overlapping areas and assign it to the output raster pixel value.
MosaicRaster
,
Serialized FormConstructor Summary | |
---|---|
MeanMosaicker()
Constructs a MeanMosaicker using ArcGIS Engine. |
|
MeanMosaicker(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MeanMosaicker theMeanMosaicker = (MeanMosaicker) 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 |
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 MeanMosaicker() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic MeanMosaicker(Object obj) throws IOException
MeanMosaicker theMeanMosaicker = (MeanMosaicker) obj;
obj
to MeanMosaicker
.
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |