com.esri.arcgis.carto
Interface IDataLayerExtension

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Basic3DProperties, Feature3DProperties, GlobeLayerProperties, IDataLayerExtensionProxy, Raster3DProperties, Tin3DProperties

public interface IDataLayerExtension
extends java.io.Serializable

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

Description: 'Provides access to members that allow a layer to override the base path used for relative path names.' 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 IIDe89f2d52_64d3_11d4_80f0_00c04fa0adf8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean connect(IName pOptRepairName)
          Connects the layer to its data source.
 java.lang.String getRelativeBase()
          Base path used when storing relative path names.
 void setRelativeBase(java.lang.String basePath)
          Base path used when storing relative path names.
 

Field Detail

IIDe89f2d52_64d3_11d4_80f0_00c04fa0adf8

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

getRelativeBase

java.lang.String getRelativeBase()
                                 throws java.io.IOException,
                                        AutomationException
Base path used when storing relative path names.

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

setRelativeBase

void setRelativeBase(java.lang.String basePath)
                     throws java.io.IOException,
                            AutomationException
Base path used when storing relative path names.

Parameters:
basePath - The basePath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

connect

boolean connect(IName pOptRepairName)
                throws java.io.IOException,
                       AutomationException
Connects the layer to its data source. An optional name object can be specified to aid in repairing a lost connection.

Parameters:
pOptRepairName - A reference to a com.esri.arcgis.system.IName (in)
Returns:
The succeeded
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.