|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.gisclient.IWCSCoverageFieldProxy
public class IWCSCoverageFieldProxy
Provides access to IWCSCoverageField information.
This interface is new at ArcGIS 9.3.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IWCSCoverageFieldProxy()
|
|
IWCSCoverageFieldProxy(Object obj)
|
protected |
IWCSCoverageFieldProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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. |
void |
removeListener(String iidStr,
Object theListener)
|
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IWCSCoverageFieldProxy()
public IWCSCoverageFieldProxy(Object obj) throws IOException
IOException
protected IWCSCoverageFieldProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public String getTitle() throws IOException, AutomationException
getTitle
in interface IWCSCoverageField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAbstract() throws IOException, AutomationException
getAbstract
in interface IWCSCoverageField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getIdentifier() throws IOException, AutomationException
getIdentifier
in interface IWCSCoverageField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAxisID() throws IOException, AutomationException
getAxisID
in interface IWCSCoverageField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAxisKeysCount() throws IOException, AutomationException
getAxisKeysCount
in interface IWCSCoverageField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAxisKey(int index) throws IOException, AutomationException
getAxisKey
in interface IWCSCoverageField
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDefaultInterpolation() throws IOException, AutomationException
getDefaultInterpolation
in interface IWCSCoverageField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getInterpolationCount() throws IOException, AutomationException
getInterpolationCount
in interface IWCSCoverageField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getInterpolation(int index) throws IOException, AutomationException
getInterpolation
in interface IWCSCoverageField
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 |