com.esri.arcgis.datasourcesnetCDF
Interface IMDRasterDatasetView

All Superinterfaces:
Serializable
All Known Implementing Classes:
NetCDFRasterDatasetName

public interface IMDRasterDatasetView
extends Serializable

The Multi Dimension RasterDatasetView Interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getXDimension

String getXDimension()
                     throws IOException,
                            AutomationException
The x-dimension item used.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pXDim
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setXDimension

void setXDimension(String pXDim)
                   throws IOException,
                          AutomationException
The x-dimension item used.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pXDim - The pXDim (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getYDimension

String getYDimension()
                     throws IOException,
                            AutomationException
The y-dimension item used.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pYDim
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setYDimension

void setYDimension(String pYDim)
                   throws IOException,
                          AutomationException
The y-dimension item used.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pYDim - The pYDim (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBandDimension

String getBandDimension()
                        throws IOException,
                               AutomationException
The band dimension item used.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pBandDim
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBandDimension

void setBandDimension(String pBandDim)
                      throws IOException,
                             AutomationException
The band dimension item used.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pBandDim - The pBandDim (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVariable

String getVariable()
                   throws IOException,
                          AutomationException
The variable used.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pVar
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVariable

void setVariable(String pVar)
                 throws IOException,
                        AutomationException
The variable used.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pVar - The pVar (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.