com.esri.arcgis.datasourcesnetCDF
Interface IMDRasterDatasetView

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMDRasterDatasetViewProxy, NetCDFRasterDatasetName

public interface IMDRasterDatasetView
extends java.io.Serializable

COM Interface 'IMDRasterDatasetView'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriDataSourcesNetCDF.olb'

Description: 'The Multi Dimension RasterDatasetView Interface.' 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 IID08cebfb9_db3e_433b_bf80_84adf3424fb0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getBandDimension()
          The band dimension item used.
 java.lang.String getVariable()
          The variable used.
 java.lang.String getXDimension()
          The x-dimension item used.
 java.lang.String getYDimension()
          The y-dimension item used.
 void setBandDimension(java.lang.String pBandDim)
          The band dimension item used.
 void setVariable(java.lang.String pVar)
          The variable used.
 void setXDimension(java.lang.String pXDim)
          The x-dimension item used.
 void setYDimension(java.lang.String pYDim)
          The y-dimension item used.
 

Field Detail

IID08cebfb9_db3e_433b_bf80_84adf3424fb0

static final int IID08cebfb9_db3e_433b_bf80_84adf3424fb0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getXDimension

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

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

setXDimension

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

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

getYDimension

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

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

setYDimension

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

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

getBandDimension

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

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

setBandDimension

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

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

getVariable

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

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

setVariable

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

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