com.esri.arcgis.gisclient
Class WMTSLayerDescription

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

public class WMTSLayerDescription
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IWMTSLayerDescription

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

Description 'A factory object for WMTS Layer Description.' 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.IWMTSLayerDescription
IID, IIDe28b0014_208c_4c9b_8e24_ac882d0b4c36, xxDummy
 
Constructor Summary
WMTSLayerDescription()
          Constructs a WMTSLayerDescription using ArcGIS Engine.
WMTSLayerDescription(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
WMTSLayerDescription theWMTSLayerDescription = (WMTSLayerDescription) obj;
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 java.lang.String getAbstract()
          Abstract of the WMTS layer.
 void getBoundingBox(int index, IEnvelope[] envelope, java.lang.String[] srsCode)
          Minimum bounding extents of the layer data along with the applicable SRS.
 int getBoundingBoxCount()
          Number of bounding extents of the layer.
static java.lang.String getClsid()
          getClsid.
 IWMTSDimension getDimension(int index)
          Dimension of the layer at the given index.
 int getDimensionCount()
          Number of dimension in the layer.
 java.lang.String getFeatureInfoFormat(int index)
          Supported FeatureInfoFormat at the given index.
 int getFeatureInfoFormatCount()
          Supported FeatureInfoFormat count.
 java.lang.String getIdentifier()
          Identifier of WMTS layer.
 java.lang.String getImageFormat(int index)
          Supported GetMap's ImageFormat at the given index.
 int getImageFormatCount()
          Supported GetMap's ImageFormat count.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 void getRESTResourceInfo(java.lang.String resourceType, java.lang.String[] templateUrl, java.lang.String[] format)
          Url for the given REST resource.
 IWMSLayerStyleDescription getStyleDescription(int index)
          Style of the layer at the given index.
 int getStyleDescriptionCount()
          Number of styles in the layer.
 IWMTSTileMatrixSetLink getTileMatrixSetLink(int index)
          TileMatrixSet Link of the layer at the given index.
 int getTileMatrixSetLinkCount()
          Number of TileMatrixSet Links in the layer.
 java.lang.String getTitle()
          Title of WMTS layer.
 IEnvelope getWGS84BoundingBox()
          Minimum bounding extent of the layer data in EPSG:4326.
 java.lang.String getWMTSVersion()
          WMTS Version.
 int hashCode()
          the hashcode for this object
 void release()
          Release a WMTSLayerDescription.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMTSLayerDescription

public WMTSLayerDescription()
                     throws java.io.IOException,
                            java.net.UnknownHostException
Constructs a WMTSLayerDescription using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

WMTSLayerDescription

public WMTSLayerDescription(java.lang.Object obj)
                     throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
WMTSLayerDescription theWMTSLayerDescription = (WMTSLayerDescription) obj;

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

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

getClsid

public static java.lang.String getClsid()
getClsid.


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 WMTSLayerDescription.

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

getIdentifier

public java.lang.String getIdentifier()
                               throws java.io.IOException,
                                      AutomationException
Identifier of WMTS layer.

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

getTitle

public java.lang.String getTitle()
                          throws java.io.IOException,
                                 AutomationException
Title of WMTS layer.

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

getAbstract

public java.lang.String getAbstract()
                             throws java.io.IOException,
                                    AutomationException
Abstract of the WMTS layer.

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

getWGS84BoundingBox

public IEnvelope getWGS84BoundingBox()
                              throws java.io.IOException,
                                     AutomationException
Minimum bounding extent of the layer data in EPSG:4326.

Specified by:
getWGS84BoundingBox in interface IWMTSLayerDescription
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBoundingBoxCount

public int getBoundingBoxCount()
                        throws java.io.IOException,
                               AutomationException
Number of bounding extents of the layer.

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

getBoundingBox

public void getBoundingBox(int index,
                           IEnvelope[] envelope,
                           java.lang.String[] srsCode)
                    throws java.io.IOException,
                           AutomationException
Minimum bounding extents of the layer data along with the applicable SRS.

Specified by:
getBoundingBox in interface IWMTSLayerDescription
Parameters:
index - The index (in)
envelope - A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)
srsCode - The srsCode (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStyleDescriptionCount

public int getStyleDescriptionCount()
                             throws java.io.IOException,
                                    AutomationException
Number of styles in the layer.

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

getStyleDescription

public IWMSLayerStyleDescription getStyleDescription(int index)
                                              throws java.io.IOException,
                                                     AutomationException
Style of the layer at the given index.

Specified by:
getStyleDescription in interface IWMTSLayerDescription
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.gisclient.IWMSLayerStyleDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWMTSVersion

public java.lang.String getWMTSVersion()
                                throws java.io.IOException,
                                       AutomationException
WMTS Version.

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

getImageFormatCount

public int getImageFormatCount()
                        throws java.io.IOException,
                               AutomationException
Supported GetMap's ImageFormat count.

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

getImageFormat

public java.lang.String getImageFormat(int index)
                                throws java.io.IOException,
                                       AutomationException
Supported GetMap's ImageFormat at the given index.

Specified by:
getImageFormat in interface IWMTSLayerDescription
Parameters:
index - The index (in)
Returns:
The imageFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureInfoFormatCount

public int getFeatureInfoFormatCount()
                              throws java.io.IOException,
                                     AutomationException
Supported FeatureInfoFormat count.

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

getFeatureInfoFormat

public java.lang.String getFeatureInfoFormat(int index)
                                      throws java.io.IOException,
                                             AutomationException
Supported FeatureInfoFormat at the given index.

Specified by:
getFeatureInfoFormat in interface IWMTSLayerDescription
Parameters:
index - The index (in)
Returns:
The imageFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimensionCount

public int getDimensionCount()
                      throws java.io.IOException,
                             AutomationException
Number of dimension in the layer.

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

getDimension

public IWMTSDimension getDimension(int index)
                            throws java.io.IOException,
                                   AutomationException
Dimension of the layer at the given index.

Specified by:
getDimension in interface IWMTSLayerDescription
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.gisclient.IWMTSDimension
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileMatrixSetLinkCount

public int getTileMatrixSetLinkCount()
                              throws java.io.IOException,
                                     AutomationException
Number of TileMatrixSet Links in the layer.

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

getTileMatrixSetLink

public IWMTSTileMatrixSetLink getTileMatrixSetLink(int index)
                                            throws java.io.IOException,
                                                   AutomationException
TileMatrixSet Link of the layer at the given index.

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

getRESTResourceInfo

public void getRESTResourceInfo(java.lang.String resourceType,
                                java.lang.String[] templateUrl,
                                java.lang.String[] format)
                         throws java.io.IOException,
                                AutomationException
Url for the given REST resource.

Specified by:
getRESTResourceInfo in interface IWMTSLayerDescription
Parameters:
resourceType - The resourceType (in)
templateUrl - The templateUrl (out: use single element array)
format - The format (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.