com.esri.arcgis.carto
Interface ICadLayer

All Superinterfaces:
ILayer, java.io.Serializable
All Known Implementing Classes:
CadLayer, ICadLayerProxy

public interface ICadLayer
extends ILayer, java.io.Serializable

COM Interface 'ICadLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to properties that give information on the CAD drawing.' 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 IIDe299adbc_a5c3_11d2_9b10_00c04fa33299
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ICadDrawingDataset getCadDrawingDataset()
          The dataset of the CAD drawing.
 java.lang.String getFilePath()
          Full pathname of the CAD drawing.
 boolean is2d()
          Indicates if the CAD drawing is 2D.
 boolean is3d()
          Indicates if the CAD drawing is 3D.
 boolean isAutoCad()
          Indicates if the CAD drawing is an AutoCAD file.
 boolean isDgn()
          Indicates if the CAD drawing is a MicroStation file.
 void setCadDrawingDatasetByRef(ICadDrawingDataset cadDrawingDataset)
          The dataset of the CAD drawing.
 
Methods inherited from interface com.esri.arcgis.carto.ILayer
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible
 

Field Detail

IIDe299adbc_a5c3_11d2_9b10_00c04fa33299

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

getCadDrawingDataset

ICadDrawingDataset getCadDrawingDataset()
                                        throws java.io.IOException,
                                               AutomationException
The dataset of the CAD drawing.

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

setCadDrawingDatasetByRef

void setCadDrawingDatasetByRef(ICadDrawingDataset cadDrawingDataset)
                               throws java.io.IOException,
                                      AutomationException
The dataset of the CAD drawing.

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

getFilePath

java.lang.String getFilePath()
                             throws java.io.IOException,
                                    AutomationException
Full pathname of the CAD drawing.

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

is2d

boolean is2d()
             throws java.io.IOException,
                    AutomationException
Indicates if the CAD drawing is 2D.

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

is3d

boolean is3d()
             throws java.io.IOException,
                    AutomationException
Indicates if the CAD drawing is 3D.

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

isAutoCad

boolean isAutoCad()
                  throws java.io.IOException,
                         AutomationException
Indicates if the CAD drawing is an AutoCAD file.

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

isDgn

boolean isDgn()
              throws java.io.IOException,
                     AutomationException
Indicates if the CAD drawing is a MicroStation file.

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