|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.globecore.GlobeServerGroupLayer
public class GlobeServerGroupLayer
Provides access to a globe server group layer.
Constructor Summary | |
---|---|
GlobeServerGroupLayer()
Constructs a GlobeServerGroupLayer using ArcGIS Engine. |
|
GlobeServerGroupLayer(Object obj)
Construct a GlobeServerGroupLayer using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
connect(IAGSServerObjectName pServerObjectName,
IGlobeLayerInfo pLayerInfo)
Connects to a Globe server given a server object name. |
boolean |
equals(Object o)
Compare this object with another |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
IGlobeServer |
getGlobeServer()
The GlobeServer object of this layer. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
hashCode()
the hashcode for this object |
boolean |
isBlending()
Indicates if this group layer should be consolidated by blending. |
void |
isDirty()
isDirty |
boolean |
isHasConsolidatedCache()
Indicates if this group layer has its own cache. |
void |
load(IStream pstm)
load |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setBlending(boolean pvbBlending)
Indicates if this group layer should be consolidated by blending. |
void |
setHasConsolidatedCache(boolean pvbHasCache)
Indicates if this group layer has its own cache. |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public GlobeServerGroupLayer() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GlobeServerGroupLayer(Object obj) throws IOException
obj
to GlobeServerGroupLayer
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
GlobeServerGroupLayer theGlobeServerGroupLayer = (GlobeServerGroupLayer) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void connect(IAGSServerObjectName pServerObjectName, IGlobeLayerInfo pLayerInfo) throws IOException, AutomationException
connect
in interface IGlobeServerGroupLayer
pServerObjectName
- A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)pLayerInfo
- A reference to a com.esri.arcgis.globecore.IGlobeLayerInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGlobeServer getGlobeServer() throws IOException, AutomationException
getGlobeServer
in interface IGlobeServerGroupLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasConsolidatedCache() throws IOException, AutomationException
isHasConsolidatedCache
in interface IGlobeServerGroupLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHasConsolidatedCache(boolean pvbHasCache) throws IOException, AutomationException
setHasConsolidatedCache
in interface IGlobeServerGroupLayer
pvbHasCache
- The pvbHasCache (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBlending() throws IOException, AutomationException
isBlending
in interface IGlobeServerGroupLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBlending(boolean pvbBlending) throws IOException, AutomationException
setBlending
in interface IGlobeServerGroupLayer
pvbBlending
- The pvbBlending (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws IOException, AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty
in interface IPersistStream
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |