com.esri.arcgis.carto
Interface IMapServerInfoAdmin

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapServerInfoAdminProxy, MapServerInfo

public interface IMapServerInfoAdmin
extends java.io.Serializable

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

Description: 'Provides adminiatration to the available properties of a map server info object to be used by MOI.' 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 IID53b97c0c_74a6_4f78_8ca3_d27f51b80ce8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setMapLayerInfosByRef(IMapLayerInfos rhs1)
          A collection of Map Layer Info objects, each containing information about a layer in the map (data frame).
 

Field Detail

IID53b97c0c_74a6_4f78_8ca3_d27f51b80ce8

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

setMapLayerInfosByRef

void setMapLayerInfosByRef(IMapLayerInfos rhs1)
                           throws java.io.IOException,
                                  AutomationException
A collection of Map Layer Info objects, each containing information about a layer in the map (data frame).

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