|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMosaicSubLayer
Provides access to the members of Mosaic Layer.
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 |
---|
IMosaicLayer getParent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParentByRef(IMosaicLayer ppParent) throws IOException, AutomationException
ppParent
- A reference to a com.esri.arcgis.carto.IMosaicLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getIdentifier() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIdentifier(String pIdentifier) throws IOException, AutomationException
pIdentifier
- The pIdentifier (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCompleteName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |