com.esri.arcgis.catalogUI
Class ICreateRasterDatasetDlgProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.catalogUI.ICreateRasterDatasetDlgProxy
All Implemented Interfaces:
ICreateRasterDatasetDlg, java.io.Externalizable, java.io.Serializable

public class ICreateRasterDatasetDlgProxy
extends com.esri.arcgis.interop.Dispatch
implements ICreateRasterDatasetDlg, java.io.Serializable

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.catalogUI.ICreateRasterDatasetDlg
IID, IID40f59116_40c0_4cf1_830b_dca136cc1c8f
 
Constructor Summary
  ICreateRasterDatasetDlgProxy()
          For internal use only
  ICreateRasterDatasetDlgProxy(java.lang.Object obj)
           
protected ICreateRasterDatasetDlgProxy(java.lang.Object obj, java.lang.String iid)
           
  ICreateRasterDatasetDlgProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ICreateRasterDatasetDlgProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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 removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ICreateRasterDatasetDlgProxy

public ICreateRasterDatasetDlgProxy(java.lang.String CLSID,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.net.UnknownHostException,
                                    java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ICreateRasterDatasetDlgProxy

public ICreateRasterDatasetDlgProxy()
For internal use only


ICreateRasterDatasetDlgProxy

public ICreateRasterDatasetDlgProxy(java.lang.Object obj)
                             throws java.io.IOException
Throws:
java.io.IOException

ICreateRasterDatasetDlgProxy

protected ICreateRasterDatasetDlgProxy(java.lang.Object obj,
                                       java.lang.String iid)
                                throws java.io.IOException
Throws:
java.io.IOException

ICreateRasterDatasetDlgProxy

protected ICreateRasterDatasetDlgProxy(java.lang.String CLSID,
                                       java.lang.String iid,
                                       java.lang.String host,
                                       com.esri.arcgis.interop.AuthInfo authInfo)
                                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

doModal

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

Specified by:
doModal in interface ICreateRasterDatasetDlg
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

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

Specified by:
getRasterDef in interface ICreateRasterDatasetDlg
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

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

Specified by:
setRasterDefByRef in interface ICreateRasterDatasetDlg
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

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

Specified by:
getRasterStorageDef in interface ICreateRasterDatasetDlg
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

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

Specified by:
setRasterStorageDefByRef in interface ICreateRasterDatasetDlg
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

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

Specified by:
getName in interface ICreateRasterDatasetDlg
Returns:
The ppName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

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

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

getBands

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

Specified by:
getBands in interface ICreateRasterDatasetDlg
Returns:
The pBamds
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBands

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

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

getPixelType

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

Specified by:
getPixelType in interface ICreateRasterDatasetDlg
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

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

Specified by:
setPixelType in interface ICreateRasterDatasetDlg
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

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

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