|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxAGSGlobeLayer
Provides access to members of GxObject that represents a layer in an ArcGIS Server globe object.
Method Summary | |
---|---|
IAGSServerObjectName |
getAGSServerObjectName()
The associated AGS server object name. |
Object |
getGlobeLayerInfo()
The information provided by the server. |
void |
setAGSServerObjectNameByRef(IAGSServerObjectName agsObjectName)
The associated AGS server object name. |
void |
setGlobeLayerInfoByRef(Object layerInfo)
The information provided by the server. |
Method Detail |
---|
IAGSServerObjectName getAGSServerObjectName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAGSServerObjectNameByRef(IAGSServerObjectName agsObjectName) throws IOException, AutomationException
agsObjectName
- A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getGlobeLayerInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGlobeLayerInfoByRef(Object layerInfo) throws IOException, AutomationException
layerInfo
- A reference to another Object (IUnknown) (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 |