com.esri.arcgis.gisclient
Interface IWMTSDimension

All Superinterfaces:
Serializable
All Known Implementing Classes:
WMTSDimension

public interface IWMTSDimension
extends Serializable

Provides access to members give access to WMTSDimension information.

Product Availability

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


Method Summary
 String getAbstract()
          Abstract of the WMTS Dimension.
 String getDefaultValue()
          Default value for WMTS Dimension.
 String getIdentifier()
          Identifier of WMTS Dimension.
 String getTitle()
          Title of WMTS Dimension.
 String getUnitsSymbol()
          Symbol of the units for value in WMTS Dimension.
 String getValue(int ix)
          Value at a given index in WMTS Dimension.
 int getValueCount()
          Value count in WMTS Dimension.
 boolean isSupportsCurrentValue()
          Value count in WMTS Dimension.
 

Method Detail

getIdentifier

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

Product Availability

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

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

getTitle

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

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

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.

getValueCount

int getValueCount()
                  throws IOException,
                         AutomationException
Value count in WMTS Dimension.

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.

getValue

String getValue(int ix)
                throws IOException,
                       AutomationException
Value at a given index in WMTS Dimension.

Product Availability

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

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

getDefaultValue

String getDefaultValue()
                       throws IOException,
                              AutomationException
Default value for WMTS Dimension.

Product Availability

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

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

isSupportsCurrentValue

boolean isSupportsCurrentValue()
                               throws IOException,
                                      AutomationException
Value count in WMTS Dimension.

Product Availability

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

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

getUnitsSymbol

String getUnitsSymbol()
                      throws IOException,
                             AutomationException
Symbol of the units for value in WMTS Dimension.

Product Availability

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

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