|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDERasterBand
COM Interface 'IDERasterBand'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to the RasterBand Data Element.' 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 |
IID6cb0daf7_1e85_4822_850a_297f0fb76b1f
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
java.lang.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(java.lang.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. |
Field Detail |
---|
static final int IID6cb0daf7_1e85_4822_850a_297f0fb76b1f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWidth(int pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeight(int pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPixelType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPixelType(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getNoDataValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNoDataValue(java.lang.Object pVal) throws java.io.IOException, AutomationException
pVal
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMeanCellHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMeanCellWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMeanCellHeight(double cellHeight) throws java.io.IOException, AutomationException
cellHeight
- The cellHeight (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMeanCellWidth(double cellWidth) throws java.io.IOException, AutomationException
cellWidth
- The cellWidth (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 getTableType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTableType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriRasterTableTypeEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPrimaryField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrimaryField(int fieldIndex) throws java.io.IOException, AutomationException
fieldIndex
- The fieldIndex (in)
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 |