|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataLayer
COM Interface 'IDataLayer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the data source properties of a layer.' 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 |
IID6ca416b1_e160_11d2_9f4e_00c04f6bc78e
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
boolean |
connect(IName pOptRepairName)
Connects the layer to its data source. |
IName |
getDataSourceName()
Name of the data object for the layer. |
java.lang.String |
getRelativeBase()
Base path used when storing relative path names. |
boolean |
isDataSourceSupported(IName name)
Indicates if the specified data object name is supported by the layer. |
void |
setDataSourceName(IName name)
Name of the data object for the layer. |
void |
setRelativeBase(java.lang.String basePath)
Base path used when storing relative path names. |
Field Detail |
---|
static final int IID6ca416b1_e160_11d2_9f4e_00c04f6bc78e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IName getDataSourceName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataSourceName(IName name) throws java.io.IOException, AutomationException
name
- A reference to a com.esri.arcgis.system.IName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDataSourceSupported(IName name) throws java.io.IOException, AutomationException
name
- A reference to a com.esri.arcgis.system.IName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean connect(IName pOptRepairName) throws java.io.IOException, AutomationException
pOptRepairName
- A reference to a com.esri.arcgis.system.IName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getRelativeBase() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRelativeBase(java.lang.String basePath) throws java.io.IOException, AutomationException
basePath
- The basePath (in)
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 |