com.esri.arcgis.gisclient
Interface IWCSCoverageDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWCSCoverageDescriptionProxy

public interface IWCSCoverageDescription
extends java.io.Serializable

COM Interface 'IWCSCoverageDescription'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to members give access to WCSCoverageDescription information.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID165f657d_6e52_4ce6_984a_7300acb2e291
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getAbstract()
          Abstract of WCS coverage.
 java.lang.String getCRS(int index)
          Available CRS at the given index.
 int getCRSCount()
          Supported CRS count.
 IEnvelope getDefaultBoundingBox(java.lang.String cRS)
          The default bounding box of this coverage.
 java.lang.String getDefaultBoundingCRS()
          CRS name of default bounding box.
 java.lang.String getDefaultInterpolation()
          The default interpolation.
 java.lang.String getIdentifier()
          Identifier of WCS coverage.
 java.lang.String getImageFormat(int index)
          Available format at the given index.
 int getImageFormatCount()
          Supported formats count.
 java.lang.String getInterpolation(int index)
          Available interpolation at the given index.
 int getInterpolationCount()
          Supported interpolation count.
 IEnvelope getLonLatBoundingBox()
          Minimum bounding extent of the coverage data.
 java.lang.String getLonLatSRSName()
          SRS name of longtitude and latitude envelope.
 java.lang.String getName()
          Name of WCS coverage.
 java.lang.String getNativeCRS()
          The native CRS or the first CRS if the native CRS is not given.
 java.lang.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.
 java.lang.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(java.lang.String sRS)
          SRS name of longtitude and latitude envelope.
 

Field Detail

IID165f657d_6e52_4ce6_984a_7300acb2e291

static final int IID165f657d_6e52_4ce6_984a_7300acb2e291
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of WCS coverage.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTitle

java.lang.String getTitle()
                          throws java.io.IOException,
                                 AutomationException
Title of WCS coverage.

Returns:
The title
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAbstract

java.lang.String getAbstract()
                             throws java.io.IOException,
                                    AutomationException
Abstract of WCS coverage.

Returns:
The esri_abstract
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIdentifier

java.lang.String getIdentifier()
                               throws java.io.IOException,
                                      AutomationException
Identifier of WCS coverage.

Returns:
The identifier
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSelected

boolean isSelected()
                   throws java.io.IOException,
                          AutomationException
Indicates whether this coverage has been selected when it is added to the connection.

Returns:
The pIsSelected
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWCSCoverageName

IWCSCoverageName getWCSCoverageName()
                                    throws java.io.IOException,
                                           AutomationException
WCS coverage name of this description.

Returns:
A reference to a com.esri.arcgis.gisclient.IWCSCoverageName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLonLatSRSName

void setLonLatSRSName(java.lang.String sRS)
                      throws java.io.IOException,
                             AutomationException
SRS name of longtitude and latitude envelope.

Parameters:
sRS - The sRS (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLonLatSRSName

java.lang.String getLonLatSRSName()
                                  throws java.io.IOException,
                                         AutomationException
SRS name of longtitude and latitude envelope.

Returns:
The sRS
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLonLatBoundingBox

IEnvelope getLonLatBoundingBox()
                               throws java.io.IOException,
                                      AutomationException
Minimum bounding extent of the coverage data.

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultBoundingBox

IEnvelope getDefaultBoundingBox(java.lang.String cRS)
                                throws java.io.IOException,
                                       AutomationException
The default bounding box of this coverage.

Parameters:
cRS - The cRS (in)
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultBoundingCRS

java.lang.String getDefaultBoundingCRS()
                                       throws java.io.IOException,
                                              AutomationException
CRS name of default bounding box.

Returns:
The cRS
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialDomain

IWCSSpatialDomain getSpatialDomain()
                                   throws java.io.IOException,
                                          AutomationException
Spatial domain of the coverage data.

Returns:
A reference to a com.esri.arcgis.gisclient.IWCSSpatialDomain
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRange

IWCSRange getRange()
                   throws java.io.IOException,
                          AutomationException
Range of the coverage data.

Returns:
A reference to a com.esri.arcgis.gisclient.IWCSRange
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultInterpolation

java.lang.String getDefaultInterpolation()
                                         throws java.io.IOException,
                                                AutomationException
The default interpolation.

Returns:
The interpolation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInterpolationCount

int getInterpolationCount()
                          throws java.io.IOException,
                                 AutomationException
Supported interpolation count.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInterpolation

java.lang.String getInterpolation(int index)
                                  throws java.io.IOException,
                                         AutomationException
Available interpolation at the given index.

Parameters:
index - The index (in)
Returns:
The interpolation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCRSCount

int getCRSCount()
                throws java.io.IOException,
                       AutomationException
Supported CRS count.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCRS

java.lang.String getCRS(int index)
                        throws java.io.IOException,
                               AutomationException
Available CRS at the given index.

Parameters:
index - The index (in)
Returns:
The cRS
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNativeCRS

java.lang.String getNativeCRS()
                              throws java.io.IOException,
                                     AutomationException
The native CRS or the first CRS if the native CRS is not given.

Returns:
The cRS
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageFormatCount

int getImageFormatCount()
                        throws java.io.IOException,
                               AutomationException
Supported formats count.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageFormat

java.lang.String getImageFormat(int index)
                                throws java.io.IOException,
                                       AutomationException
Available format at the given index.

Parameters:
index - The index (in)
Returns:
The format
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNativeImageFormat

java.lang.String getNativeImageFormat()
                                      throws java.io.IOException,
                                             AutomationException
The native format or the first format if the native format is not given.

Returns:
The format
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.