|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadLayer
Provides access to properties that give information on the CAD drawing.
ILayer
Method Summary | |
---|---|
ICadDrawingDataset |
getCadDrawingDataset()
The dataset of the CAD drawing. |
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 |
Method Detail |
---|
ICadDrawingDataset getCadDrawingDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCadDrawingDatasetByRef(ICadDrawingDataset cadDrawingDataset) throws IOException, AutomationException
cadDrawingDataset
- A reference to a com.esri.arcgis.datasourcesfile.ICadDrawingDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFilePath() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer
boolean is2d() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean is3d() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAutoCad() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer
boolean isDgn() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |