com.esri.arcgis.carto
Interface IDynamicLayerDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDynamicLayerDescriptionProxy, LayerDescription

public interface IDynamicLayerDescription
extends java.io.Serializable

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

Description: 'Provides access to the available properties of a dynamic layer description object.' 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 IID95a91b6b_83ab_444a_b2a8_83c455bc97d4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IMapServerSourceDescription esri_getSource()
          Data source for dynamic table.
 ILayerDrawingDescription getDrawingDescription()
          Drawing Descriptions.
 void setDrawingDescriptionByRef(ILayerDrawingDescription ppLayerDrawingDescription)
          Drawing Descriptions.
 void setSource(IMapServerSourceDescription ppMapServerSourceDescription)
          Data source for dynamic table.
 

Field Detail

IID95a91b6b_83ab_444a_b2a8_83c455bc97d4

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

esri_getSource

IMapServerSourceDescription esri_getSource()
                                           throws java.io.IOException,
                                                  AutomationException
Data source for dynamic table.

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

setSource

void setSource(IMapServerSourceDescription ppMapServerSourceDescription)
               throws java.io.IOException,
                      AutomationException
Data source for dynamic table.

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

setDrawingDescriptionByRef

void setDrawingDescriptionByRef(ILayerDrawingDescription ppLayerDrawingDescription)
                                throws java.io.IOException,
                                       AutomationException
Drawing Descriptions.

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

getDrawingDescription

ILayerDrawingDescription getDrawingDescription()
                                               throws java.io.IOException,
                                                      AutomationException
Drawing Descriptions.

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