|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.globecore.GlobeServerLP
public class GlobeServerLP
COM Class 'GlobeServerLP'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'
Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerObject2 |
---|
IID, IID2e07daa3_6dec_4dc3_a7ed_2f29e2ecfe4a, xxDummy |
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerObject |
---|
IID7c25fb69_eac4_433c_b08c_7ae39e83ffbd |
Fields inherited from interface com.esri.arcgis.globecore.IGlobeServer4 |
---|
IID, IID0e2de26a_4352_4176_a718_e19816cd86c5, xxDummy |
Fields inherited from interface com.esri.arcgis.globecore.IGlobeServer3 |
---|
IIDa0534365_9cce_4e17_b70c_0d576cafd05f |
Fields inherited from interface com.esri.arcgis.globecore.IGlobeServer2 |
---|
IID2e39bd80_46e9_4291_b658_2abbdafc9ffa |
Fields inherited from interface com.esri.arcgis.globecore.IGlobeServer |
---|
IIDf44327ec_f03e_4f7a_8094_a5eaa0c15666 |
Constructor Summary | |
---|---|
GlobeServerLP()
Constructs a GlobeServerLP using ArcGIS Engine. |
|
GlobeServerLP(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GlobeServerLP theGlobeServerLP = (GlobeServerLP) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
IGlobeServerFindResults |
find(int layerID,
java.lang.String searchString,
boolean contains,
java.lang.String searchFields)
Returns a Globe Server Find Result object that contain the given search string. |
byte[] |
getAnimation()
Gets the animation stream. |
ICacheControlInfo |
getCacheControlInfo()
Returns cache related properties of the a GlobeServer. |
java.lang.String |
getCacheName(int layerID)
Gets the virtual cache directory for a given layer. |
static java.lang.String |
getClsid()
getClsid. |
byte[] |
getConfig(int layerID)
Gets the configuration file from a given layer. |
byte[] |
getConfiguration(int layerID)
Gets all the configuration and MQT files from a given layer. |
IPropertySet |
getDocumentInfo()
A set of name-value pairs for properties set for the globe document such as Title, Subject, Author, Category, Keywords and Comments. |
IName |
getFullName()
The AGSServerConnectionName object associated with the server object. |
int |
getHttpTimeout()
The maximum time in seconds to wait for a response from the server (Internet only). |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getLayerCount(int parentID)
The number of layers in the server under a certain parent. |
IGlobeLayerInfos |
getLayerInfos(int parentID)
A collection of Globe Layer Info objects. |
IGlobeLegendInfos |
getLegendInfos(ILongArray layerIDs)
Returns a collection of Globe Legend Info objects for the specified layers. |
byte[] |
getMQT(int layerID,
int face)
Gets the MQT for a given face from a given layer. |
byte[] |
getSymbols(int layerID,
ILongArray pSymbolIDs)
Gets the symbols with given IDs. |
byte[] |
getTextures(int layerID,
ILongArray pTextureIDs)
Gets the textures with given IDs. |
byte[] |
getTexturesEx(int layerID,
ILongArray pTextureIDs,
boolean getDDT)
Gets the textures with given IDs. |
byte[] |
getTile(int layerID,
int face,
int level,
int row,
int column)
Gets a tile for a given tile location from a given layer. |
float |
getVersion()
The Globe Server version number. |
java.lang.String |
getVirtualCacheDirectory(int layerID)
Gets the virtual cache directory for a given layer. |
int |
hashCode()
the hashcode for this object |
IGlobeServerIdentifyResults |
identify(int layerID,
int oid,
IGeometry searchShape)
Returns a Globe Server Identify Result object at the given location. |
void |
release()
Release a GlobeServerLP. |
void |
setHttpTimeout(int secs)
The maximum time in seconds to wait for a response from the server (Internet only). |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlobeServerLP() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GlobeServerLP(java.lang.Object obj) throws java.io.IOException
GlobeServerLP theGlobeServerLP = (GlobeServerLP) obj;
obj
to GlobeServerLP
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IName getFullName() throws java.io.IOException, AutomationException
getFullName
in interface IAGSServerObject2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHttpTimeout(int secs) throws java.io.IOException, AutomationException
setHttpTimeout
in interface IAGSServerObject2
secs
- The secs (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHttpTimeout() throws java.io.IOException, AutomationException
getHttpTimeout
in interface IAGSServerObject2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public float getVersion() throws java.io.IOException, AutomationException
getVersion
in interface IGlobeServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLayerCount(int parentID) throws java.io.IOException, AutomationException
getLayerCount
in interface IGlobeServer
parentID
- The parentID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGlobeLayerInfos getLayerInfos(int parentID) throws java.io.IOException, AutomationException
getLayerInfos
in interface IGlobeServer
parentID
- The parentID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGlobeLegendInfos getLegendInfos(ILongArray layerIDs) throws java.io.IOException, AutomationException
getLegendInfos
in interface IGlobeServer
layerIDs
- A reference to a com.esri.arcgis.system.ILongArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] getConfig(int layerID) throws java.io.IOException, AutomationException
getConfig
in interface IGlobeServer
layerID
- The layerID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] getMQT(int layerID, int face) throws java.io.IOException, AutomationException
getMQT
in interface IGlobeServer
layerID
- The layerID (in)face
- The face (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] getConfiguration(int layerID) throws java.io.IOException, AutomationException
getConfiguration
in interface IGlobeServer
layerID
- The layerID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] getTile(int layerID, int face, int level, int row, int column) throws java.io.IOException, AutomationException
getTile
in interface IGlobeServer
layerID
- The layerID (in)face
- The face (in)level
- The level (in)row
- The row (in)column
- The column (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] getSymbols(int layerID, ILongArray pSymbolIDs) throws java.io.IOException, AutomationException
getSymbols
in interface IGlobeServer
layerID
- The layerID (in)pSymbolIDs
- A reference to a com.esri.arcgis.system.ILongArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] getTextures(int layerID, ILongArray pTextureIDs) throws java.io.IOException, AutomationException
getTextures
in interface IGlobeServer
layerID
- The layerID (in)pTextureIDs
- A reference to a com.esri.arcgis.system.ILongArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] getAnimation() throws java.io.IOException, AutomationException
getAnimation
in interface IGlobeServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGlobeServerIdentifyResults identify(int layerID, int oid, IGeometry searchShape) throws java.io.IOException, AutomationException
identify
in interface IGlobeServer
layerID
- The layerID (in)oid
- The oid (in)searchShape
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGlobeServerFindResults find(int layerID, java.lang.String searchString, boolean contains, java.lang.String searchFields) throws java.io.IOException, AutomationException
find
in interface IGlobeServer
layerID
- The layerID (in)searchString
- The searchString (in)contains
- The contains (in)searchFields
- The searchFields (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getVirtualCacheDirectory(int layerID) throws java.io.IOException, AutomationException
getVirtualCacheDirectory
in interface IGlobeServer
layerID
- The layerID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCacheName(int layerID) throws java.io.IOException, AutomationException
getCacheName
in interface IGlobeServer
layerID
- The layerID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICacheControlInfo getCacheControlInfo() throws java.io.IOException, AutomationException
getCacheControlInfo
in interface IGlobeServer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] getTexturesEx(int layerID, ILongArray pTextureIDs, boolean getDDT) throws java.io.IOException, AutomationException
getTexturesEx
in interface IGlobeServer3
layerID
- The layerID (in)pTextureIDs
- A reference to a com.esri.arcgis.system.ILongArray (in)getDDT
- The getDDT (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getDocumentInfo() throws java.io.IOException, AutomationException
getDocumentInfo
in interface IGlobeServer4
java.io.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 |