|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWMTSDimension
Provides access to members give access to WMTSDimension information.
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 |
---|
String getIdentifier() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTitle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAbstract() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getValueCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getValue(int ix) throws IOException, AutomationException
ix
- The ix (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDefaultValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSupportsCurrentValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getUnitsSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |