|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGlobeServerLayer
Provides access to the available properties of a globe server layer object.
| Method Summary | |
|---|---|
IAGSServerObjectName |
getConnectionServerName()
Provides access to members that supply server object name information. |
String |
getDisplayField()
Primary display field. |
IGlobeLayerInfo |
getGlobeLayerInfo()
Provides access to the available properties of a globe layer info object. |
IGlobeServer |
getGlobeServer()
Provides access to the GlobeServer object. |
int |
getGlobeServerLayerID()
The GlobeServer layer identifier. |
String |
getGlobeServerLayerName()
The name of the GlobeServer layer. |
IGlobeLegendInfo |
getLegendInfo()
Provides access to members that control legend information provided by a renderer. |
IPoint |
getSearchLocation()
The location to be used when an identify is performed on a Globe Server Layer. |
int |
getSearchOID()
The feature OID used as a hint when an identify is performed on a Globe Server Layer. |
IGlobeServer |
getThreadedGlobeServer()
Provides access to a threaded GlobeServer object. |
boolean |
isComposite()
Indicates if the layer supports ICompositeLayer to contain sublayers. |
void |
serverConnect(IAGSServerObjectName soName,
IGlobeServer pGlobeServer,
String layerName,
int layerID)
Connects to the Server given the GlobeServer Object, layer name and layer ID. |
void |
setDisplayField(String fieldName)
Primary display field. |
void |
setIsComposite(boolean pbComposite)
Indicates if the layer supports ICompositeLayer to contain sublayers. |
void |
setSearchLocation(IPoint loc)
The location to be used when an identify is performed on a Globe Server Layer. |
void |
setSearchOID(int pOid)
The feature OID used as a hint when an identify is performed on a Globe Server Layer. |
| Method Detail |
|---|
void serverConnect(IAGSServerObjectName soName,
IGlobeServer pGlobeServer,
String layerName,
int layerID)
throws IOException,
AutomationException
soName - A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)pGlobeServer - A reference to a com.esri.arcgis.globecore.IGlobeServer (in)layerName - The layerName (in)layerID - The layerID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IAGSServerObjectName getConnectionServerName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getGlobeServerLayerName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getGlobeServerLayerID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGlobeLegendInfo getLegendInfo()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGlobeLayerInfo getGlobeLayerInfo()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGlobeServer getGlobeServer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGlobeServer getThreadedGlobeServer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSearchOID(int pOid)
throws IOException,
AutomationException
pOid - The pOid (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSearchOID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSearchLocation(IPoint loc)
throws IOException,
AutomationException
loc - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPoint getSearchLocation()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDisplayField(String fieldName)
throws IOException,
AutomationException
fieldName - The fieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDisplayField()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsComposite(boolean pbComposite)
throws IOException,
AutomationException
pbComposite - The pbComposite (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isComposite()
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 | ||||||||