com.esri.arcgis.gisclient
Class WMTSConnectionFactory

java.lang.Object
  extended by com.esri.arcgis.gisclient.WMTSConnectionFactory
All Implemented Interfaces:
IWMTSConnectionFactory, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class WMTSConnectionFactory
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IWMTSConnectionFactory

A factory object for WMTS Connections.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Constructor Summary
WMTSConnectionFactory()
          Constructs a WMTSConnectionFactory using ArcGIS Engine.
WMTSConnectionFactory(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
WMTSConnectionFactory theWMTSConnectionFactory = (WMTSConnectionFactory) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 IWMTSConnection open(IPropertySet pConnectionProperties, int hWnd, ITrackCancel pTrackCancel)
          Opens a WMTS 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

WMTSConnectionFactory

public WMTSConnectionFactory()
                      throws IOException,
                             UnknownHostException
Constructs a WMTSConnectionFactory using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

WMTSConnectionFactory

public WMTSConnectionFactory(Object obj)
                      throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
WMTSConnectionFactory theWMTSConnectionFactory = (WMTSConnectionFactory) obj;

Construct a WMTSConnectionFactory using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to WMTSConnectionFactory.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

open

public IWMTSConnection open(IPropertySet pConnectionProperties,
                            int hWnd,
                            ITrackCancel pTrackCancel)
                     throws IOException,
                            AutomationException
Opens a WMTS connection for the given properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
open in interface IWMTSConnectionFactory
Parameters:
pConnectionProperties - 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)
Returns:
A reference to a com.esri.arcgis.gisclient.IWMTSConnection
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.