com.esri.arcgis.gisclient
Interface IWMTSLayerDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
WMTSLayerDescription

public interface IWMTSLayerDescription
extends Serializable

Provides access to members give access to WMTSLayerDescription information.

Product Availability

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


Method Summary
 String getAbstract()
          Abstract of the WMTS layer.
 void getBoundingBox(int index, IEnvelope[] envelope, String[] srsCode)
          Minimum bounding extents of the layer data along with the applicable SRS.
 int getBoundingBoxCount()
          Number of bounding extents of the layer.
 IWMTSDimension getDimension(int index)
          Style of the layer at the given index.
 int getDimensionCount()
          Number of dimension in the layer.
 String getFeatureInfoFormat(int index)
          Supported FeatureInfoFormat at the given index.
 int getFeatureInfoFormatCount()
          Supported FeatureInfoFormat count.
 String getIdentifier()
          Identifier of WMTS layer.
 String getImageFormat(int index)
          Supported GetMap's ImageFormat at the given index.
 int getImageFormatCount()
          Supported GetMap's ImageFormat count.
 void getRESTResourceInfo(String resourceType, String[] templateUrl, 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.
 String getTitle()
          Title of WMTS layer.
 IEnvelope getWGS84BoundingBox()
          Minimum bounding extent of the layer data in EPSG:4326.
 String getWMTSVersion()
          WMTS Version.
 

Method Detail

getIdentifier

String getIdentifier()
                     throws IOException,
                            AutomationException
Identifier of WMTS layer.

Product Availability

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

Returns:
The stringId
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTitle

String getTitle()
                throws IOException,
                       AutomationException
Title of WMTS layer.

Product Availability

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

Returns:
The title
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAbstract

String getAbstract()
                   throws IOException,
                          AutomationException
Abstract of the WMTS layer.

Product Availability

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

Returns:
The esri_abstract
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWGS84BoundingBox

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

Product Availability

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

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBoundingBoxCount

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

Product Availability

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

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBoundingBox

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

Product Availability

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

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStyleDescriptionCount

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

Product Availability

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

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStyleDescription

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

Product Availability

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

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

getWMTSVersion

String getWMTSVersion()
                      throws IOException,
                             AutomationException
WMTS Version.

Product Availability

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

Returns:
The wMTSVersion
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageFormatCount

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

Product Availability

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

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageFormat

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

Product Availability

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

Parameters:
index - The index (in)
Returns:
The imageFormat
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureInfoFormatCount

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

Product Availability

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

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureInfoFormat

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

Product Availability

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

Parameters:
index - The index (in)
Returns:
The imageFormat
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimensionCount

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

Product Availability

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

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimension

IWMTSDimension getDimension(int index)
                            throws IOException,
                                   AutomationException
Style of the layer at the given index.

Product Availability

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

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

getTileMatrixSetLinkCount

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

Product Availability

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

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileMatrixSetLink

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

Product Availability

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

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

getRESTResourceInfo

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

Product Availability

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

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