|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDefineNoDataParameters
Provides access to members that control parameters for defining NoData values for items in a mosaic dataset.
Method Summary | |
---|---|
IDoubleArray |
getIncludedRanges()
The included value ranges, i.e. |
IStringArray |
getNoDataValues()
The list of, space separated, NoData values, for each band. |
void |
setIncludedRangesByRef(IDoubleArray ppRanges)
The included value ranges, i.e. |
void |
setNoDataValuesByRef(IStringArray ppValues)
The list of, space separated, NoData values, for each band. |
Method Detail |
---|
IDoubleArray getIncludedRanges() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIncludedRangesByRef(IDoubleArray ppRanges) throws IOException, AutomationException
ppRanges
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getNoDataValues() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNoDataValuesByRef(IStringArray ppValues) throws IOException, AutomationException
ppValues
- A reference to a com.esri.arcgis.system.IStringArray (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 |