com.esri.arcgis.carto
Interface IMapServerRESTLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapServerRESTLayerProxy, MapServerRESTLayer

public interface IMapServerRESTLayer
extends java.io.Serializable

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

Description: 'Provides access to the available properties of a map server rest layer 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 IID086de767_1216_4ef6_813f_2d01ae4d9360
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void connect(java.lang.String restUrl)
          Connects to a MapService using a REST URL.
 void getTransparentBackground(boolean[] transparentBackground)
          Whether to render the MapService with a transparent background.
 

Field Detail

IID086de767_1216_4ef6_813f_2d01ae4d9360

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

connect

void connect(java.lang.String restUrl)
             throws java.io.IOException,
                    AutomationException
Connects to a MapService using a REST URL.

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

getTransparentBackground

void getTransparentBackground(boolean[] transparentBackground)
                              throws java.io.IOException,
                                     AutomationException
Whether to render the MapService with a transparent background.

Parameters:
transparentBackground - The transparentBackground (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.