com.esri.arcgisws
Class GlobeServerBindingStub
java.lang.Object
   com.esri.arcgisws.runtime.WebServiceProxyImpl
com.esri.arcgisws.runtime.WebServiceProxyImpl
       com.esri.arcgisws.GlobeServerBindingStub
com.esri.arcgisws.GlobeServerBindingStub
- All Implemented Interfaces: 
- GlobeServerPort, WebServiceProxy
- public class GlobeServerBindingStub 
- extends WebServiceProxyImpl- implements GlobeServerPort
 
| Method Summary | 
|  GlobeServerFindResult[] | find(int layerID,
     String searchString,
     boolean contains,
     String searchFields)
 | 
|  byte[] | getAnimation()
 | 
|  CacheControlInfo | getCacheControlInfo()Gets the cache control information of a Globe Service.
 | 
|  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[] | getTexturesEx(int layerID,
              int[] textureIDs,
              boolean getDDT)
 | 
|  byte[] | getTile(int layerID,
        int face,
        int level,
        int row,
        int column)
 | 
|  BigDecimal | getVersion()
 | 
|  String | getVirtualCacheDirectory(int layerID)
 | 
|  GlobeServerIdentifyResult[] | identify(int layerID,
         int oID,
         Geometry searchShape)
 | 
 
| Methods inherited from class com.esri.arcgisws.runtime.WebServiceProxyImpl | 
| _getProperty, _setProperty, addHTTPRequestHeaders, enableRequestResponseLogging, getHTTPResponseHeaders, getPassword, getProperty, getUsername, setArcGISVersion, setConnectionTimeout, setEndPointAddress, setEndPointAddress, setHttpReferer, setPassword, setProperties, setProperty, setSoapOverDCOM, setSoapOverDCOM, setUsername | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
| Methods inherited from interface com.esri.arcgisws.runtime.WebServiceProxy | 
| _getProperty, _setProperty, addHTTPRequestHeaders, enableRequestResponseLogging, getHTTPResponseHeaders, getPassword, getProperty, getUsername, setArcGISVersion, setConnectionTimeout, setEndPointAddress, setEndPointAddress, setHttpReferer, setPassword, setProperties, setProperty, setSoapOverDCOM, setSoapOverDCOM, setUsername | 
 
GlobeServerBindingStub
public GlobeServerBindingStub()
- GlobeServerBindingStub default constructor.
 
GlobeServerBindingStub
public GlobeServerBindingStub(String endpointAddressURL)
- GlobeServerBindingStub constructor.
 
GlobeServerBindingStub
public GlobeServerBindingStub(String endpointAddressURL,
                              String username,
                              String password)
- GlobeServerBindingStub constructor.
 
getTexturesEx
public byte[] getTexturesEx(int layerID,
                            int[] textureIDs,
                            boolean getDDT)
- 
- Specified by:
- getTexturesExin interface- GlobeServerPort
 
- 
 
getTextures
public byte[] getTextures(int layerID,
                          int[] textureIDs)
- 
- Specified by:
- getTexturesin interface- GlobeServerPort
 
- 
 
getTile
public byte[] getTile(int layerID,
                      int face,
                      int level,
                      int row,
                      int column)
- 
- Specified by:
- getTilein interface- GlobeServerPort
 
- 
 
getConfiguration
public byte[] getConfiguration(int layerID)
- 
- Specified by:
- getConfigurationin interface- GlobeServerPort
 
- 
 
getCacheControlInfo
public CacheControlInfo getCacheControlInfo()
- Description copied from interface: GlobeServerPort
- Gets the cache control information of a Globe Service.
 
- 
- Specified by:
- getCacheControlInfoin interface- GlobeServerPort
 
- 
 
getVirtualCacheDirectory
public String getVirtualCacheDirectory(int layerID)
- 
- Specified by:
- getVirtualCacheDirectoryin interface- GlobeServerPort
 
- 
 
getMQT
public byte[] getMQT(int layerID,
                     int face)
- 
- Specified by:
- getMQTin interface- GlobeServerPort
 
- 
 
getVersion
public BigDecimal getVersion()
- 
- Specified by:
- getVersionin interface- GlobeServerPort
 
- 
 
getLayerCount
public int getLayerCount(int parentID)
- 
- Specified by:
- getLayerCountin interface- GlobeServerPort
 
- 
 
getLayerInfos
public GlobeLayerInfo[] getLayerInfos(int parentID)
- 
- Specified by:
- getLayerInfosin interface- GlobeServerPort
 
- 
 
getConfig
public byte[] getConfig(int layerID)
- 
- Specified by:
- getConfigin interface- GlobeServerPort
 
- 
 
getSymbols
public byte[] getSymbols(int layerID,
                         int[] symbolIDs)
- 
- Specified by:
- getSymbolsin interface- GlobeServerPort
 
- 
 
find
public GlobeServerFindResult[] find(int layerID,
                                    String searchString,
                                    boolean contains,
                                    String searchFields)
- 
- Specified by:
- findin interface- GlobeServerPort
 
- 
 
getLegendInfos
public GlobeLegendInfo[] getLegendInfos(int[] layerIDs)
- 
- Specified by:
- getLegendInfosin interface- GlobeServerPort
 
- 
 
getAnimation
public byte[] getAnimation()
- 
- Specified by:
- getAnimationin interface- GlobeServerPort
 
- 
 
identify
public GlobeServerIdentifyResult[] identify(int layerID,
                                            int oID,
                                            Geometry searchShape)
- 
- Specified by:
- identifyin interface- GlobeServerPort
 
-