|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWCSCoverageField
Provides access to IWCSCoverageField information.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
String |
getAbstract()
Abstract of a WCS coverage field. |
String |
getAxisID()
Axis ID of a WCS coverage field. |
String |
getAxisKey(int index)
Available axis key at the given index. |
int |
getAxisKeysCount()
The count of available axis keys. |
String |
getDefaultInterpolation()
The default interpolation. |
String |
getIdentifier()
Identifier of WCS field. |
String |
getInterpolation(int index)
Available interpolation at the given index. |
int |
getInterpolationCount()
Supported interpolation count. |
String |
getTitle()
Title of a WCS coverage field. |
Method Detail |
---|
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.String getIdentifier() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAxisID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAxisKeysCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAxisKey(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDefaultInterpolation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getInterpolationCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getInterpolation(int index) throws IOException, AutomationException
index
- The index (in)
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 |