|
|||||||||
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.IWCSCoverageDescriptionProxy
public class IWCSCoverageDescriptionProxy
Provides access to members give access to WCSCoverageDescription 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 | |
---|---|
|
IWCSCoverageDescriptionProxy()
|
|
IWCSCoverageDescriptionProxy(Object obj)
|
protected |
IWCSCoverageDescriptionProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getAbstract()
Abstract of WCS coverage. |
String |
getCRS(int index)
Available CRS at the given index. |
int |
getCRSCount()
Supported CRS count. |
IEnvelope |
getDefaultBoundingBox(String cRS)
The default bounding box of this coverage. |
String |
getDefaultBoundingCRS()
CRS name of default bounding box. |
String |
getDefaultInterpolation()
The default interpolation. |
String |
getIdentifier()
Identifier of WCS coverage. |
String |
getImageFormat(int index)
Available format at the given index. |
int |
getImageFormatCount()
Supported formats count. |
String |
getInterpolation(int index)
Available interpolation at the given index. |
int |
getInterpolationCount()
Supported interpolation count. |
IEnvelope |
getLonLatBoundingBox()
Minimum bounding extent of the coverage data. |
String |
getLonLatSRSName()
SRS name of longtitude and latitude envelope. |
String |
getName()
Name of WCS coverage. |
String |
getNativeCRS()
The native CRS or the first CRS if the native CRS is not given. |
String |
getNativeImageFormat()
The native format or the first format if the native format is not given. |
IWCSRange |
getRange()
Range of the coverage data. |
IWCSSpatialDomain |
getSpatialDomain()
Spatial domain of the coverage data. |
String |
getTitle()
Title of WCS coverage. |
IWCSCoverageName |
getWCSCoverageName()
WCS coverage name of this description. |
boolean |
isSelected()
Indicates whether this coverage has been selected when it is added to the connection. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setLonLatSRSName(String sRS)
SRS name of longtitude and latitude envelope. |
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 IWCSCoverageDescriptionProxy()
public IWCSCoverageDescriptionProxy(Object obj) throws IOException
IOException
protected IWCSCoverageDescriptionProxy(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 getName() throws IOException, AutomationException
getName
in interface IWCSCoverageDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTitle() throws IOException, AutomationException
getTitle
in interface IWCSCoverageDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAbstract() throws IOException, AutomationException
getAbstract
in interface IWCSCoverageDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getIdentifier() throws IOException, AutomationException
getIdentifier
in interface IWCSCoverageDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSelected() throws IOException, AutomationException
isSelected
in interface IWCSCoverageDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWCSCoverageName getWCSCoverageName() throws IOException, AutomationException
getWCSCoverageName
in interface IWCSCoverageDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLonLatSRSName(String sRS) throws IOException, AutomationException
setLonLatSRSName
in interface IWCSCoverageDescription
sRS
- The sRS (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLonLatSRSName() throws IOException, AutomationException
getLonLatSRSName
in interface IWCSCoverageDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getLonLatBoundingBox() throws IOException, AutomationException
getLonLatBoundingBox
in interface IWCSCoverageDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getDefaultBoundingBox(String cRS) throws IOException, AutomationException
getDefaultBoundingBox
in interface IWCSCoverageDescription
cRS
- The cRS (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDefaultBoundingCRS() throws IOException, AutomationException
getDefaultBoundingCRS
in interface IWCSCoverageDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWCSSpatialDomain getSpatialDomain() throws IOException, AutomationException
getSpatialDomain
in interface IWCSCoverageDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWCSRange getRange() throws IOException, AutomationException
getRange
in interface IWCSCoverageDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDefaultInterpolation() throws IOException, AutomationException
getDefaultInterpolation
in interface IWCSCoverageDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getInterpolationCount() throws IOException, AutomationException
getInterpolationCount
in interface IWCSCoverageDescription
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 IWCSCoverageDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCRSCount() throws IOException, AutomationException
getCRSCount
in interface IWCSCoverageDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getCRS(int index) throws IOException, AutomationException
getCRS
in interface IWCSCoverageDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getNativeCRS() throws IOException, AutomationException
getNativeCRS
in interface IWCSCoverageDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getImageFormatCount() throws IOException, AutomationException
getImageFormatCount
in interface IWCSCoverageDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getImageFormat(int index) throws IOException, AutomationException
getImageFormat
in interface IWCSCoverageDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getNativeImageFormat() throws IOException, AutomationException
getNativeImageFormat
in interface IWCSCoverageDescription
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 |