com.esri.arcgis.carto
Interface IMosaicSubLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMosaicSubLayerProxy

public interface IMosaicSubLayer
extends java.io.Serializable

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

Description: 'Provides access to the members of Mosaic Layer.' 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 IIDdb9c050e_7f02_437a_8b68_a5ef242bd8d4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCompleteName()
          The complete name of the sub-layer is the name of the sub-layer qualified with its parent Mosaic Layer's name.
 java.lang.String getIdentifier()
          The layer identifier.
 IMosaicLayer getParent()
          The parent mosaic layer of this sublayer.
 void setIdentifier(java.lang.String pIdentifier)
          The layer identifier.
 void setParentByRef(IMosaicLayer ppParent)
          The parent mosaic layer of this sublayer.
 

Field Detail

IIDdb9c050e_7f02_437a_8b68_a5ef242bd8d4

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

getParent

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

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

setParentByRef

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

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

getIdentifier

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

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

setIdentifier

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

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

getCompleteName

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

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