com.esri.arcgis.gisclient
Interface IWMTSDimension

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWMTSDimensionProxy, WMTSDimension

public interface IWMTSDimension
extends java.io.Serializable

COM Interface 'IWMTSDimension'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to members give access to WMTSDimension information.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDdbc40029_335f_47c2_8cb0_75473fef52bf
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getAbstract()
          Abstract of the WMTS Dimension.
 java.lang.String getDefaultValue()
          Default value for WMTS Dimension.
 java.lang.String getIdentifier()
          Identifier of WMTS Dimension.
 java.lang.String getTitle()
          Title of WMTS Dimension.
 java.lang.String getUnitsSymbol()
          Symbol of the units for value in WMTS Dimension.
 java.lang.String getValue(int ix)
          Value at a given index in WMTS Dimension.
 int getValueCount()
          Value count in WMTS Dimension.
 boolean isSupportsCurrentValue()
          Indicates whether the current keyword is supported as a value.
 

Field Detail

IIDdbc40029_335f_47c2_8cb0_75473fef52bf

static final int IIDdbc40029_335f_47c2_8cb0_75473fef52bf
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getIdentifier

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

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

getTitle

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

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

getAbstract

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

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

getValueCount

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

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

getValue

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

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

getDefaultValue

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

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

isSupportsCurrentValue

boolean isSupportsCurrentValue()
                               throws java.io.IOException,
                                      AutomationException
Indicates whether the current keyword is supported as a value.

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

getUnitsSymbol

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

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