com.esri.arcgis.gisclient
Class WMTSTileMatrixSetLink

java.lang.Object
  extended by com.esri.arcgis.gisclient.WMTSTileMatrixSetLink
All Implemented Interfaces:
IWMTSTileMatrixSetLink, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class WMTSTileMatrixSetLink
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IWMTSTileMatrixSetLink

COM Class 'WMTSTileMatrixSetLink'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description 'Object that describes metadata about the TileMatrixSet reference' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.gisclient.IWMTSTileMatrixSetLink
IID, IID95ad2016_d7ae_44d4_a121_cb2645f4ea42, xxDummy
 
Constructor Summary
WMTSTileMatrixSetLink(java.lang.Object obj)
          Construct a WMTSTileMatrixSetLink using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getTileMatrixSet()
          Identifier for the TileMatrix.
 IPropertySet getTileMatrixSetLimits(int ix)
          TileMatrixLimits that describe the availble tile for this layer.
 int getTileMatrixSetLimitsCount()
          TileMatrixSetLimits count.
 int hashCode()
          the hashcode for this object
 void release()
          Release a WMTSTileMatrixSetLink.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMTSTileMatrixSetLink

public WMTSTileMatrixSetLink(java.lang.Object obj)
                      throws java.io.IOException
Construct a WMTSTileMatrixSetLink using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to WMTSTileMatrixSetLink.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
WMTSTileMatrixSetLink o = (WMTSTileMatrixSetLink)obj; // will not work

WMTSTileMatrixSetLink o = new WMTSTileMatrixSetLink(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server

Throws:
java.io.IOException - if there are interop problems WMTSTileMatrixSetLink theWMTSTileMatrixSetLink = (WMTSTileMatrixSetLink) obj;
Method Detail

equals

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

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a WMTSTileMatrixSetLink.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getTileMatrixSet

public java.lang.String getTileMatrixSet()
                                  throws java.io.IOException,
                                         AutomationException
Identifier for the TileMatrix.

Specified by:
getTileMatrixSet in interface IWMTSTileMatrixSetLink
Returns:
The iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileMatrixSetLimitsCount

public int getTileMatrixSetLimitsCount()
                                throws java.io.IOException,
                                       AutomationException
TileMatrixSetLimits count.

Specified by:
getTileMatrixSetLimitsCount in interface IWMTSTileMatrixSetLink
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileMatrixSetLimits

public IPropertySet getTileMatrixSetLimits(int ix)
                                    throws java.io.IOException,
                                           AutomationException
TileMatrixLimits that describe the availble tile for this layer.

Specified by:
getTileMatrixSetLimits in interface IWMTSTileMatrixSetLink
Parameters:
ix - The ix (in)
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.