com.esri.arcgis.catalogUI
Interface ICreateRasterDatasetDlg

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ICreateRasterDatasetDlgProxy

public interface ICreateRasterDatasetDlg
extends java.io.Serializable

COM Interface 'ICreateRasterDatasetDlg'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to methods that control the dialog for creating a Raster dataset.' 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 IID40f59116_40c0_4cf1_830b_dca136cc1c8f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void doModal(int hParent)
          Shows the raster dataset creation dialog.
 int getBands()
          Number of bands of the raster dataset.
 java.lang.String getName()
          The name of the raster dataset.
 int getPixelType()
          The pixel type of the raster dataset.
 IRasterDef getRasterDef()
          The definition of the raster dataset.
 IRasterStorageDef getRasterStorageDef()
          The definition of the raster dataset storage.
 void setBands(int pBamds)
          Number of bands of the raster dataset.
 void setName(java.lang.String ppName)
          The name of the raster dataset.
 void setPixelType(int pPixelType)
          The pixel type of the raster dataset.
 void setRasterDefByRef(IRasterDef ppRasterDef)
          The definition of the raster dataset.
 void setRasterStorageDefByRef(IRasterStorageDef ppRasterStorageDef)
          The definition of the raster dataset storage.
 void setSupportEnterprise(boolean rhs1)
          Indicates whether the enterprise Geodatabase is supported.
 

Field Detail

IID40f59116_40c0_4cf1_830b_dca136cc1c8f

static final int IID40f59116_40c0_4cf1_830b_dca136cc1c8f
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

doModal

void doModal(int hParent)
             throws java.io.IOException,
                    AutomationException
Shows the raster dataset creation dialog.

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

getRasterDef

IRasterDef getRasterDef()
                        throws java.io.IOException,
                               AutomationException
The definition of the raster dataset.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDef
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterDefByRef

void setRasterDefByRef(IRasterDef ppRasterDef)
                       throws java.io.IOException,
                              AutomationException
The definition of the raster dataset.

Parameters:
ppRasterDef - A reference to a com.esri.arcgis.geodatabase.IRasterDef (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterStorageDef

IRasterStorageDef getRasterStorageDef()
                                      throws java.io.IOException,
                                             AutomationException
The definition of the raster dataset storage.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterStorageDefByRef

void setRasterStorageDefByRef(IRasterStorageDef ppRasterStorageDef)
                              throws java.io.IOException,
                                     AutomationException
The definition of the raster dataset storage.

Parameters:
ppRasterStorageDef - A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the raster dataset.

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

setName

void setName(java.lang.String ppName)
             throws java.io.IOException,
                    AutomationException
The name of the raster dataset.

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

getBands

int getBands()
             throws java.io.IOException,
                    AutomationException
Number of bands of the raster dataset.

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

setBands

void setBands(int pBamds)
              throws java.io.IOException,
                     AutomationException
Number of bands of the raster dataset.

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

getPixelType

int getPixelType()
                 throws java.io.IOException,
                        AutomationException
The pixel type of the raster dataset.

Returns:
A com.esri.arcgis.geodatabase.rstPixelType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPixelType

void setPixelType(int pPixelType)
                  throws java.io.IOException,
                         AutomationException
The pixel type of the raster dataset.

Parameters:
pPixelType - A com.esri.arcgis.geodatabase.rstPixelType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSupportEnterprise

void setSupportEnterprise(boolean rhs1)
                          throws java.io.IOException,
                                 AutomationException
Indicates whether the enterprise Geodatabase is supported.

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