|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.HistogramSpecification
public class HistogramSpecification
A class for histogram specification.
Constructor Summary | |
---|---|
HistogramSpecification()
Constructs a HistogramSpecification using ArcGIS Engine. |
|
HistogramSpecification(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. HistogramSpecification theHistogramSpecification = (HistogramSpecification) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
void |
filter(IPixelBlock pBlock)
Filters a pixel block. |
void |
getCenterPosition(int[] atColumn,
int[] atRow)
Gets center position of the filter. |
static String |
getClsid()
getClsid. |
IArray |
getInputHistogram()
The collection of histograms that describe the distribution of input values. |
Object |
getLookup(int iBand)
Returns the look-up array for the requested band for remapping pixel values. |
IRasterHistogram |
getNormalDistribution(int nBins,
double mean,
double stdDev)
Returns a histogram containing a specified number of bins describing a normal/gaussian distribution with a specified mean and standard deviation. |
void |
getSize(int[] columns,
int[] rows)
Gets dimension of the filter. |
IArray |
getTargetHistogram()
The collection of target histograms that describe the desired distribution of output values. |
IRasterHistogram |
getUniformDistribution(int nBins)
Returns a histogram containing a specified number of bins describing a uniform distribution. |
int |
hashCode()
the hashcode for this object |
void |
setInputHistogramByRef(IArray ppInputHistograms)
The collection of histograms that describe the distribution of input values. |
void |
setTargetHistogramByRef(IArray ppTargetHistograms)
The collection of target histograms that describe the desired distribution of output values. |
void |
update()
Recalculates the look-up that maps input values -- having a distribution described by the input histograms -- to output values that have a distribution described by the target histograms. |
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 HistogramSpecification() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic HistogramSpecification(Object obj) throws IOException
HistogramSpecification theHistogramSpecification = (HistogramSpecification) obj;
obj
to HistogramSpecification
.
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 void setInputHistogramByRef(IArray ppInputHistograms) throws IOException, AutomationException
setInputHistogramByRef
in interface IHistogramSpecification
ppInputHistograms
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getInputHistogram() throws IOException, AutomationException
getInputHistogram
in interface IHistogramSpecification
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTargetHistogramByRef(IArray ppTargetHistograms) throws IOException, AutomationException
setTargetHistogramByRef
in interface IHistogramSpecification
ppTargetHistograms
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getTargetHistogram() throws IOException, AutomationException
getTargetHistogram
in interface IHistogramSpecification
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void update() throws IOException, AutomationException
update
in interface IHistogramSpecification
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getLookup(int iBand) throws IOException, AutomationException
getLookup
in interface IHistogramSpecification
iBand
- The iBand (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterHistogram getNormalDistribution(int nBins, double mean, double stdDev) throws IOException, AutomationException
getNormalDistribution
in interface IStockFrequencyDistributionHistogram
nBins
- The nBins (in)mean
- The mean (in)stdDev
- The stdDev (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterHistogram getUniformDistribution(int nBins) throws IOException, AutomationException
getUniformDistribution
in interface IStockFrequencyDistributionHistogram
nBins
- The nBins (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSize(int[] columns, int[] rows) throws IOException, AutomationException
getSize
in interface IPixelFilter
columns
- The columns (in/out: use single element array)rows
- The rows (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getCenterPosition(int[] atColumn, int[] atRow) throws IOException, AutomationException
getCenterPosition
in interface IPixelFilter
atColumn
- The atColumn (in/out: use single element array)atRow
- The atRow (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void filter(IPixelBlock pBlock) throws IOException, AutomationException
filter
in interface IPixelFilter
pBlock
- 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 |