|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBasemapSubLayer
Wrapper for layers in the basemap.
This interface provides access to the content of the BasemapSubLayer which is the sublayer handed out by basemaps. The BasemapSubLayer is a wrapper around the real internal layer and provides only focused access to the internal properties of the real layer in order to maintain high performance display.
Method Summary | |
---|---|
int |
getConversionStatus()
Indicates the conversion status of a given layer. |
ILayer |
getLayer()
Gets the contained layer. |
Method Detail |
---|
ILayer getLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getConversionStatus() 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 |