|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.catalogUI.ICreateRasterDatasetDlgProxy
public class ICreateRasterDatasetDlgProxy
Provides access to methods that control the dialog for creating a Raster dataset.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ICreateRasterDatasetDlgProxy()
|
|
ICreateRasterDatasetDlgProxy(Object obj)
|
protected |
ICreateRasterDatasetDlgProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
doModal(int hParent)
Shows the raster dataset creation dialog. |
int |
getBands()
Number of bands of the raster dataset. |
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(String iidStr,
Object theListener)
|
void |
setBands(int pBamds)
Number of bands of the raster dataset. |
void |
setName(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 |
---|
public boolean noncastable
Constructor Detail |
---|
public ICreateRasterDatasetDlgProxy()
public ICreateRasterDatasetDlgProxy(Object obj) throws IOException
IOException
protected ICreateRasterDatasetDlgProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void doModal(int hParent) throws IOException, AutomationException
doModal
in interface ICreateRasterDatasetDlg
hParent
- The hParent (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterDef getRasterDef() throws IOException, AutomationException
getRasterDef
in interface ICreateRasterDatasetDlg
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterDefByRef(IRasterDef ppRasterDef) throws IOException, AutomationException
setRasterDefByRef
in interface ICreateRasterDatasetDlg
ppRasterDef
- A reference to a com.esri.arcgis.geodatabase.IRasterDef (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterStorageDef getRasterStorageDef() throws IOException, AutomationException
getRasterStorageDef
in interface ICreateRasterDatasetDlg
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterStorageDefByRef(IRasterStorageDef ppRasterStorageDef) throws IOException, AutomationException
setRasterStorageDefByRef
in interface ICreateRasterDatasetDlg
ppRasterStorageDef
- A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface ICreateRasterDatasetDlg
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String ppName) throws IOException, AutomationException
setName
in interface ICreateRasterDatasetDlg
ppName
- The ppName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBands() throws IOException, AutomationException
getBands
in interface ICreateRasterDatasetDlg
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBands(int pBamds) throws IOException, AutomationException
setBands
in interface ICreateRasterDatasetDlg
pBamds
- The pBamds (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPixelType() throws IOException, AutomationException
getPixelType
in interface ICreateRasterDatasetDlg
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPixelType(int pPixelType) throws IOException, AutomationException
setPixelType
in interface ICreateRasterDatasetDlg
pPixelType
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSupportEnterprise(boolean rhs1) throws IOException, AutomationException
setSupportEnterprise
in interface ICreateRasterDatasetDlg
rhs1
- The rhs1 (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 |