|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDERasterBand
Provides access to the RasterBand Data Element.
Method Summary | |
---|---|
int |
getHeight()
Number of Rows. |
double |
getMeanCellHeight()
The approximate cell height of the raster. |
double |
getMeanCellWidth()
The approximate cell width of the raster. |
Object |
getNoDataValue()
Data value used to indicate invalid or excluded data. |
int |
getPixelType()
Data type of the pixels. |
int |
getPrimaryField()
The primary field of the table. |
int |
getTableType()
The class names of the table. |
int |
getWidth()
Number of Columns. |
boolean |
isInteger()
Indicates if the data is integer. |
void |
setHeight(int pVal)
Number of Rows. |
void |
setIsInteger(boolean isInteger)
Indicates if the data is integer. |
void |
setMeanCellHeight(double cellHeight)
The approximate cell height of the raster. |
void |
setMeanCellWidth(double cellWidth)
The approximate cell width of the raster. |
void |
setNoDataValue(Object pVal)
Data value used to indicate invalid or excluded data. |
void |
setPixelType(int pVal)
Data type of the pixels. |
void |
setPrimaryField(int fieldIndex)
The primary field of the table. |
void |
setTableType(int type)
The class names of the table. |
void |
setWidth(int pVal)
Number of Columns. |
Method Detail |
---|
int getWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWidth(int pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHeight() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeight(int pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPixelType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPixelType(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getNoDataValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNoDataValue(Object pVal) throws IOException, AutomationException
pVal
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMeanCellHeight() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMeanCellWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMeanCellHeight(double cellHeight) throws IOException, AutomationException
cellHeight
- The cellHeight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMeanCellWidth(double cellWidth) throws IOException, AutomationException
cellWidth
- The cellWidth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isInteger() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsInteger(boolean isInteger) throws IOException, AutomationException
isInteger
- The isInteger (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTableType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTableType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriRasterTableTypeEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPrimaryField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrimaryField(int fieldIndex) throws IOException, AutomationException
fieldIndex
- The fieldIndex (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 |