com.esri.arcgis.carto
Interface IIMSGlobeSubServiceDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IIMSGlobeSubServiceDescriptionProxy, IMSGlobeSubServiceDescription

public interface IIMSGlobeSubServiceDescription
extends java.io.Serializable

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

Description: 'Provides access to SubServices -- or in otherword, layers.' 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 IID137e5790_5d7a_4e16_b241_734f40d830af
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getParentName()
          The name of the parent.
 java.lang.String getType()
          The type of the layer.
 void setParentName(java.lang.String parent)
          The name of the parent.
 void setType(java.lang.String type)
          The type of the layer.
 

Field Detail

IID137e5790_5d7a_4e16_b241_734f40d830af

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

setParentName

void setParentName(java.lang.String parent)
                   throws java.io.IOException,
                          AutomationException
The name of the parent.

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

getParentName

java.lang.String getParentName()
                               throws java.io.IOException,
                                      AutomationException
The name of the parent.

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

setType

void setType(java.lang.String type)
             throws java.io.IOException,
                    AutomationException
The type of the layer.

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

getType

java.lang.String getType()
                         throws java.io.IOException,
                                AutomationException
The type of the layer.

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