|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPRasterLayer
Provides access to the properties/methods of a geoprocessing raster layer object.
| Method Summary | |
|---|---|
int |
getBandCount()
The number of bands in the raster layer object. |
int |
getColumnCount()
The number of columns of the raster layer object. |
IField |
getField()
The field of the raster layer. |
double |
getPixelHeight()
The pixel height of the raster layer object. |
double |
getPixelWidth()
The pixel width of the raster layer object. |
int |
getRowCount()
The row count of the raster layer object. |
String |
getWhereClause()
The where clause of the raster layer. |
boolean |
isInteger()
Indicates whether or not the raster layer is of integer type. |
void |
setBandCount(int bandCount)
The number of bands in the raster layer object. |
void |
setFieldByRef(IField ppField)
The field of the raster layer. |
void |
setIsInteger(boolean isInteger)
Indicates whether or not the raster layer is of integer type. |
void |
setPixelHeight(double pixelHeight)
The pixel height of the raster layer object. |
void |
setPixelWidth(double pixelWidth)
The pixel width of the raster layer object. |
void |
setWhereClause(String pWhereClause)
The where clause of the raster layer. |
| Method Detail |
|---|
IField getField()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldByRef(IField ppField)
throws IOException,
AutomationException
ppField - A reference to a com.esri.arcgis.geodatabase.IField (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getWhereClause()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWhereClause(String pWhereClause)
throws IOException,
AutomationException
pWhereClause - The pWhereClause (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 getBandCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBandCount(int bandCount)
throws IOException,
AutomationException
bandCount - The bandCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getPixelWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPixelWidth(double pixelWidth)
throws IOException,
AutomationException
pixelWidth - The pixelWidth (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getPixelHeight()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPixelHeight(double pixelHeight)
throws IOException,
AutomationException
pixelHeight - The pixelHeight (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRowCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getColumnCount()
throws IOException,
AutomationException
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 | ||||||||