|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWCSCoverageDescription
Provides access to members give access to WCSCoverageDescription information.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
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 |
setLonLatSRSName(String sRS)
SRS name of longtitude and latitude envelope. |
Method Detail |
---|
String getName() 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.String getIdentifier() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSelected() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWCSCoverageName getWCSCoverageName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLonLatSRSName(String sRS) throws IOException, AutomationException
sRS
- The sRS (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLonLatSRSName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getLonLatBoundingBox() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getDefaultBoundingBox(String cRS) throws IOException, AutomationException
cRS
- The cRS (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDefaultBoundingCRS() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWCSSpatialDomain getSpatialDomain() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWCSRange getRange() throws IOException, AutomationException
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.int getCRSCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCRS(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getNativeCRS() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getImageFormatCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getImageFormat(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getNativeImageFormat() 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 |