com.esri.arcgis.carto
Interface IServiceLayerCredits

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IServiceLayerCreditsProxy, Map, PageLayout

public interface IServiceLayerCredits
extends java.io.Serializable

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

Description: 'Get the service layer credits text.' 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 IIDb52367cf_3b14_444d_b4fa_06a984d6ed15
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getServiceLayerCreditsText(java.lang.String separator)
          Get the service layer credits text.
 

Field Detail

IIDb52367cf_3b14_444d_b4fa_06a984d6ed15

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

getServiceLayerCreditsText

java.lang.String getServiceLayerCreditsText(java.lang.String separator)
                                            throws java.io.IOException,
                                                   AutomationException
Get the service layer credits text.

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