com.esri.arcgis.datasourcesfile
Class ICadDrawingDatasetProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesfile.ICadDrawingDatasetProxy
All Implemented Interfaces:
ICadDrawingDataset, Externalizable, Serializable

public class ICadDrawingDatasetProxy
extends com.esri.arcgis.interop.Dispatch
implements ICadDrawingDataset, Serializable

Provides access to members that control the Cad Drawing Dataset.

Product Availability

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

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  ICadDrawingDatasetProxy()
           
  ICadDrawingDatasetProxy(Object obj)
           
protected ICadDrawingDatasetProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getFilePath()
          The Full PathName of the Cad File.
 boolean is2d()
          Indicates whether Cad Dataset is 2d.
 boolean is3d()
          Indicates whether Cad Dataset is 3d.
 boolean isAutoCad()
          Indicates whether Cad Dataset is an AutoCad file.
 boolean isDgn()
          Indicates whether Cad Dataset is an Microstation file.
 boolean isExists()
          Indicates whether Cad Dataset exists.
 void removeListener(String iidStr, Object theListener)
           
 
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

noncastable

public boolean noncastable
Constructor Detail

ICadDrawingDatasetProxy

public ICadDrawingDatasetProxy()

ICadDrawingDatasetProxy

public ICadDrawingDatasetProxy(Object obj)
                        throws IOException
Throws:
IOException

ICadDrawingDatasetProxy

protected ICadDrawingDatasetProxy(Object obj,
                                  String iid)
                           throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

getFilePath

public String getFilePath()
                   throws IOException,
                          AutomationException
The Full PathName of the Cad File.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
getFilePath in interface ICadDrawingDataset
Returns:
The filePath
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

is2d

public boolean is2d()
             throws IOException,
                    AutomationException
Indicates whether Cad Dataset is 2d.

Product Availability

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

Specified by:
is2d in interface ICadDrawingDataset
Returns:
The is2d
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

is3d

public boolean is3d()
             throws IOException,
                    AutomationException
Indicates whether Cad Dataset is 3d.

Product Availability

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

Specified by:
is3d in interface ICadDrawingDataset
Returns:
The is3d
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAutoCad

public boolean isAutoCad()
                  throws IOException,
                         AutomationException
Indicates whether Cad Dataset is an AutoCad file.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
isAutoCad in interface ICadDrawingDataset
Returns:
The isAutoCad
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDgn

public boolean isDgn()
              throws IOException,
                     AutomationException
Indicates whether Cad Dataset is an Microstation file.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
isDgn in interface ICadDrawingDataset
Returns:
The isDgn
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isExists

public boolean isExists()
                 throws IOException,
                        AutomationException
Indicates whether Cad Dataset exists.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
isExists in interface ICadDrawingDataset
Returns:
The exists
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.