com.esri.arcgis.carto
Interface IMosaicSubLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMosaicSubLayerProxy

public interface IMosaicSubLayer
extends Serializable

Provides access to the members of Mosaic Layer.

Product Availability

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


Method Summary
 String getCompleteName()
          The complete name of the sub-layer is the name of the sub-layer qualified with its parent Mosaic Layer's name.
 String getIdentifier()
          The layer identifier.
 IMosaicLayer getParent()
          The parent mosaic layer of this sublayer.
 void setIdentifier(String pIdentifier)
          The layer identifier.
 void setParentByRef(IMosaicLayer ppParent)
          The parent mosaic layer of this sublayer.
 

Method Detail

getParent

IMosaicLayer getParent()
                       throws IOException,
                              AutomationException
The parent mosaic layer of this sublayer.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.carto.IMosaicLayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParentByRef

void setParentByRef(IMosaicLayer ppParent)
                    throws IOException,
                           AutomationException
The parent mosaic layer of this sublayer.

Product Availability

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

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

getIdentifier

String getIdentifier()
                     throws IOException,
                            AutomationException
The layer identifier. This is used to uniquely identify the sub-layer contained within a Mosaic Layer.

Product Availability

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

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

setIdentifier

void setIdentifier(String pIdentifier)
                   throws IOException,
                          AutomationException
The layer identifier. This is used to uniquely identify the sub-layer contained within a Mosaic Layer.

Product Availability

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

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

getCompleteName

String getCompleteName()
                       throws IOException,
                              AutomationException
The complete name of the sub-layer is the name of the sub-layer qualified with its parent Mosaic Layer's name.

Product Availability

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

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