|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPRasterLayer
COM Interface 'IGPRasterLayer'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a geoprocessing raster layer object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID9d08ed26_ab4c_45d5_9f4e_32677670f7a0
|
static int |
xxDummy
Deprecated. Internal use only |
| 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. |
java.lang.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(java.lang.String pWhereClause)
The where clause of the raster layer. |
| Field Detail |
|---|
static final int IID9d08ed26_ab4c_45d5_9f4e_32677670f7a0
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IField getField()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldByRef(IField ppField)
throws java.io.IOException,
AutomationException
ppField - A reference to a com.esri.arcgis.geodatabase.IField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getWhereClause()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWhereClause(java.lang.String pWhereClause)
throws java.io.IOException,
AutomationException
pWhereClause - The pWhereClause (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isInteger()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsInteger(boolean isInteger)
throws java.io.IOException,
AutomationException
isInteger - The isInteger (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBandCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBandCount(int bandCount)
throws java.io.IOException,
AutomationException
bandCount - The bandCount (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getPixelWidth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPixelWidth(double pixelWidth)
throws java.io.IOException,
AutomationException
pixelWidth - The pixelWidth (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getPixelHeight()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPixelHeight(double pixelHeight)
throws java.io.IOException,
AutomationException
pixelHeight - The pixelHeight (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRowCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getColumnCount()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||