|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMDRasterDatasetView
The Multi Dimension RasterDatasetView Interface.
Method Summary | |
---|---|
String |
getBandDimension()
The band dimension item used. |
String |
getVariable()
The variable used. |
String |
getXDimension()
The x-dimension item used. |
String |
getYDimension()
The y-dimension item used. |
void |
setBandDimension(String pBandDim)
The band dimension item used. |
void |
setVariable(String pVar)
The variable used. |
void |
setXDimension(String pXDim)
The x-dimension item used. |
void |
setYDimension(String pYDim)
The y-dimension item used. |
Method Detail |
---|
String getXDimension() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXDimension(String pXDim) throws IOException, AutomationException
pXDim
- The pXDim (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getYDimension() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYDimension(String pYDim) throws IOException, AutomationException
pYDim
- The pYDim (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getBandDimension() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBandDimension(String pBandDim) throws IOException, AutomationException
pBandDim
- The pBandDim (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getVariable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVariable(String pVar) throws IOException, AutomationException
pVar
- The pVar (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 |