com.esri.arcgisws
Class GlobeServerBindingStub

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended bycom.esri.arcgisws.GlobeServerBindingStub
All Implemented Interfaces:
GlobeServerPort, java.rmi.Remote, javax.xml.rpc.Stub

public class GlobeServerBindingStub
extends org.apache.axis.client.Stub
implements GlobeServerPort


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
GlobeServerBindingStub()
           
GlobeServerBindingStub(javax.xml.rpc.Service service)
           
GlobeServerBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 GlobeServerFindResult[] find(int layerID, java.lang.String searchString, boolean contains, java.lang.String searchFields)
           
 byte[] getAnimation()
           
 byte[] getConfig(int layerID)
           
 byte[] getConfiguration(int layerID)
           
 int getLayerCount(int parentID)
           
 GlobeLayerInfo[] getLayerInfos(int parentID)
           
 GlobeLegendInfo[] getLegendInfos(int[] layerIDs)
           
 byte[] getMQT(int layerID, int face)
           
 byte[] getSymbols(int layerID, int[] symbolIDs)
           
 byte[] getTextures(int layerID, int[] textureIDs)
           
 byte[] getTile(int layerID, int face, int level, int row, int column)
           
 java.math.BigDecimal getVersion()
           
 java.lang.String getVirtualCacheDirectory(int layerID)
           
 GlobeServerIdentifyResult[] identify(int layerID, int OID, Geometry searchShape)
           
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobeServerBindingStub

public GlobeServerBindingStub()
                       throws org.apache.axis.AxisFault

GlobeServerBindingStub

public GlobeServerBindingStub(java.net.URL endpointURL,
                              javax.xml.rpc.Service service)
                       throws org.apache.axis.AxisFault

GlobeServerBindingStub

public GlobeServerBindingStub(javax.xml.rpc.Service service)
                       throws org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getVersion

public java.math.BigDecimal getVersion()
                                throws java.rmi.RemoteException
Specified by:
getVersion in interface GlobeServerPort
Throws:
java.rmi.RemoteException

getLayerCount

public int getLayerCount(int parentID)
                  throws java.rmi.RemoteException
Specified by:
getLayerCount in interface GlobeServerPort
Throws:
java.rmi.RemoteException

getLayerInfos

public GlobeLayerInfo[] getLayerInfos(int parentID)
                               throws java.rmi.RemoteException
Specified by:
getLayerInfos in interface GlobeServerPort
Throws:
java.rmi.RemoteException

getLegendInfos

public GlobeLegendInfo[] getLegendInfos(int[] layerIDs)
                                 throws java.rmi.RemoteException
Specified by:
getLegendInfos in interface GlobeServerPort
Throws:
java.rmi.RemoteException

getConfig

public byte[] getConfig(int layerID)
                 throws java.rmi.RemoteException
Specified by:
getConfig in interface GlobeServerPort
Throws:
java.rmi.RemoteException

getMQT

public byte[] getMQT(int layerID,
                     int face)
              throws java.rmi.RemoteException
Specified by:
getMQT in interface GlobeServerPort
Throws:
java.rmi.RemoteException

getConfiguration

public byte[] getConfiguration(int layerID)
                        throws java.rmi.RemoteException
Specified by:
getConfiguration in interface GlobeServerPort
Throws:
java.rmi.RemoteException

getTile

public byte[] getTile(int layerID,
                      int face,
                      int level,
                      int row,
                      int column)
               throws java.rmi.RemoteException
Specified by:
getTile in interface GlobeServerPort
Throws:
java.rmi.RemoteException

getSymbols

public byte[] getSymbols(int layerID,
                         int[] symbolIDs)
                  throws java.rmi.RemoteException
Specified by:
getSymbols in interface GlobeServerPort
Throws:
java.rmi.RemoteException

getTextures

public byte[] getTextures(int layerID,
                          int[] textureIDs)
                   throws java.rmi.RemoteException
Specified by:
getTextures in interface GlobeServerPort
Throws:
java.rmi.RemoteException

getAnimation

public byte[] getAnimation()
                    throws java.rmi.RemoteException
Specified by:
getAnimation in interface GlobeServerPort
Throws:
java.rmi.RemoteException

find

public GlobeServerFindResult[] find(int layerID,
                                    java.lang.String searchString,
                                    boolean contains,
                                    java.lang.String searchFields)
                             throws java.rmi.RemoteException
Specified by:
find in interface GlobeServerPort
Throws:
java.rmi.RemoteException

identify

public GlobeServerIdentifyResult[] identify(int layerID,
                                            int OID,
                                            Geometry searchShape)
                                     throws java.rmi.RemoteException
Specified by:
identify in interface GlobeServerPort
Throws:
java.rmi.RemoteException

getVirtualCacheDirectory

public java.lang.String getVirtualCacheDirectory(int layerID)
                                          throws java.rmi.RemoteException
Specified by:
getVirtualCacheDirectory in interface GlobeServerPort
Throws:
java.rmi.RemoteException