com.esri.arcgis.carto
Interface IIMSGlobeSubServiceDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMSGlobeSubServiceDescription

public interface IIMSGlobeSubServiceDescription
extends Serializable

Provides access to SubServices -- or in otherword, layers.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getParentName()
          The name of the parent.
 String getType()
          The type of the layer.
 void setParentName(String parent)
          The name of the parent.
 void setType(String type)
          The type of the layer.
 

Method Detail

setParentName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getParentName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setType

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getType

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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