|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.gisclient.WCSConnectionFactory
public class WCSConnectionFactory
A factory object for WCS Connections.
This object is new at ArcGIS 9.3.
| Constructor Summary | |
|---|---|
WCSConnectionFactory()
Constructs a WCSConnectionFactory using ArcGIS Engine. |
|
WCSConnectionFactory(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. WCSConnectionFactory theWCSConnectionFactory = (WCSConnectionFactory) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
IWCSConnection |
open(IPropertySet pConnectionProperties,
int hWnd,
ITrackCancel pTrackCancel)
Opens an WCS connection for the given properties. |
| 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 WCSConnectionFactory()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public WCSConnectionFactory(Object obj)
throws IOException
WCSConnectionFactory theWCSConnectionFactory = (WCSConnectionFactory) obj;
obj to WCSConnectionFactory.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IWCSConnection open(IPropertySet pConnectionProperties,
int hWnd,
ITrackCancel pTrackCancel)
throws IOException,
AutomationException
open in interface IWCSConnectionFactorypConnectionProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)hWnd - The hWnd (A COM typedef) (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
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 | ||||||||