com.esri.arcgisws
Interface GlobeServerPort
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- GlobeServerBindingStub
- public interface GlobeServerPort
- extends java.rmi.Remote
|
Method Summary |
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)
|
getVersion
public java.math.BigDecimal getVersion()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getLayerCount
public int getLayerCount(int parentID)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getLayerInfos
public GlobeLayerInfo[] getLayerInfos(int parentID)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getLegendInfos
public GlobeLegendInfo[] getLegendInfos(int[] layerIDs)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getConfig
public byte[] getConfig(int layerID)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getMQT
public byte[] getMQT(int layerID,
int face)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getConfiguration
public byte[] getConfiguration(int layerID)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTile
public byte[] getTile(int layerID,
int face,
int level,
int row,
int column)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getSymbols
public byte[] getSymbols(int layerID,
int[] symbolIDs)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTextures
public byte[] getTextures(int layerID,
int[] textureIDs)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getAnimation
public byte[] getAnimation()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
find
public GlobeServerFindResult[] find(int layerID,
java.lang.String searchString,
boolean contains,
java.lang.String searchFields)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
identify
public GlobeServerIdentifyResult[] identify(int layerID,
int OID,
Geometry searchShape)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getVirtualCacheDirectory
public java.lang.String getVirtualCacheDirectory(int layerID)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException