|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeLayerInfos
Provides access to the Globe Layer Info Collection Interface.
Method Summary | |
---|---|
void |
add(IGlobeLayerInfo pLayerInfo)
Adds a globe layer info. |
int |
getCount()
The globe layer info count. |
IGlobeLayerInfo |
getElement(int index)
The globe layer info at the specified position. |
void |
insert(int index,
IGlobeLayerInfo pLayerInfo)
Adds a globe layer info at the specified position. |
void |
remove(int index)
Removes the globe layer info at the specified position. |
void |
removeAll()
Removes all globe layer infos. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGlobeLayerInfo getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(IGlobeLayerInfo pLayerInfo) throws IOException, AutomationException
pLayerInfo
- A reference to a com.esri.arcgis.globecore.IGlobeLayerInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IGlobeLayerInfo pLayerInfo) throws IOException, AutomationException
index
- The index (in)pLayerInfo
- A reference to a com.esri.arcgis.globecore.IGlobeLayerInfo (in)
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 |