|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadLayer
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 |
---|
static final int IIDe299adbc_a5c3_11d2_9b10_00c04fa33299
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
ICadDrawingDataset getCadDrawingDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCadDrawingDatasetByRef(ICadDrawingDataset cadDrawingDataset) throws java.io.IOException, AutomationException
cadDrawingDataset
- A reference to a com.esri.arcgis.datasourcesfile.ICadDrawingDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFilePath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean is2d() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean is3d() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAutoCad() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDgn() throws java.io.IOException, AutomationException
java.io.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 |