com.esri.arcgisws
Class GlobeServerBindingStub

java.lang.Object
  extended by com.esri.arcgisws.runtime.WebServiceProxyImpl
      extended by com.esri.arcgisws.GlobeServerBindingStub
All Implemented Interfaces:
GlobeServerPort, WebServiceProxy

public class GlobeServerBindingStub
extends WebServiceProxyImpl
implements GlobeServerPort


Constructor Summary
GlobeServerBindingStub()
          GlobeServerBindingStub default constructor.
GlobeServerBindingStub(java.lang.String endpointAddressURL)
          GlobeServerBindingStub constructor.
GlobeServerBindingStub(java.lang.String endpointAddressURL, java.lang.String username, java.lang.String password)
          GlobeServerBindingStub constructor.
 
Method Summary
 GlobeServerFindResult[] find(int layerID, java.lang.String searchString, boolean contains, java.lang.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)
           
 java.math.BigDecimal getVersion()
           
 java.lang.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, releaseIdleConnections, 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, releaseIdleConnections, setArcGISVersion, setConnectionTimeout, setEndPointAddress, setEndPointAddress, setHttpReferer, setPassword, setProperties, setProperty, setSoapOverDCOM, setSoapOverDCOM, setUsername
 

Constructor Detail

GlobeServerBindingStub

public GlobeServerBindingStub()
GlobeServerBindingStub default constructor.


GlobeServerBindingStub

public GlobeServerBindingStub(java.lang.String endpointAddressURL)
GlobeServerBindingStub constructor.


GlobeServerBindingStub

public GlobeServerBindingStub(java.lang.String endpointAddressURL,
                              java.lang.String username,
                              java.lang.String password)
GlobeServerBindingStub constructor.

Method Detail

getCacheControlInfo

public CacheControlInfo getCacheControlInfo()
Description copied from interface: GlobeServerPort
Gets the cache control information of a Globe Service.

Specified by:
getCacheControlInfo in interface GlobeServerPort

getVirtualCacheDirectory

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

getVersion

public java.math.BigDecimal getVersion()
Specified by:
getVersion in interface GlobeServerPort

getTexturesEx

public byte[] getTexturesEx(int layerID,
                            int[] textureIDs,
                            boolean getDDT)
Specified by:
getTexturesEx in interface GlobeServerPort

getTextures

public byte[] getTextures(int layerID,
                          int[] textureIDs)
Specified by:
getTextures in interface GlobeServerPort

getTile

public byte[] getTile(int layerID,
                      int face,
                      int level,
                      int row,
                      int column)
Specified by:
getTile in interface GlobeServerPort

getConfiguration

public byte[] getConfiguration(int layerID)
Specified by:
getConfiguration in interface GlobeServerPort

getMQT

public byte[] getMQT(int layerID,
                     int face)
Specified by:
getMQT in interface GlobeServerPort

getLayerCount

public int getLayerCount(int parentID)
Specified by:
getLayerCount in interface GlobeServerPort

getLayerInfos

public GlobeLayerInfo[] getLayerInfos(int parentID)
Specified by:
getLayerInfos in interface GlobeServerPort

getConfig

public byte[] getConfig(int layerID)
Specified by:
getConfig in interface GlobeServerPort

getSymbols

public byte[] getSymbols(int layerID,
                         int[] symbolIDs)
Specified by:
getSymbols in interface GlobeServerPort

find

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

getLegendInfos

public GlobeLegendInfo[] getLegendInfos(int[] layerIDs)
Specified by:
getLegendInfos in interface GlobeServerPort

getAnimation

public byte[] getAnimation()
Specified by:
getAnimation in interface GlobeServerPort

identify

public GlobeServerIdentifyResult[] identify(int layerID,
                                            int oID,
                                            Geometry searchShape)
Specified by:
identify in interface GlobeServerPort