com.esri.arcgis.carto
Interface IWCSLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWCSLayerProxy, WCSLayer

public interface IWCSLayer
extends java.io.Serializable

COM Interface 'IWCSLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that create or modify a raster layer.' 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 IID53bc29a0_3a22_4a02_af4a_028dc4a1c3fb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void create(java.lang.String serviceURL, java.lang.String coverageName, java.lang.String serviceVersion)
          Creates a WCS layer from given WCS coverage definition.
 java.lang.String getCoverageName()
          The WCS coverage name.
 int getResamplingType()
          The request resampling (interpolation) type.
 java.lang.String getServiceURL()
          The WCS service URL.
 int getTimeout()
          The request timeout value in seconds.
 java.lang.String getVersion()
          The WCS service version.
 void refresh()
          Refreshes layer once any of layer properies has changed.
 void setResamplingType(int pResamplingType)
          The request resampling (interpolation) type.
 void setTimeout(int pTimeout)
          The request timeout value in seconds.
 

Field Detail

IID53bc29a0_3a22_4a02_af4a_028dc4a1c3fb

static final int IID53bc29a0_3a22_4a02_af4a_028dc4a1c3fb
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

create

void create(java.lang.String serviceURL,
            java.lang.String coverageName,
            java.lang.String serviceVersion)
            throws java.io.IOException,
                   AutomationException
Creates a WCS layer from given WCS coverage definition.

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

getServiceURL

java.lang.String getServiceURL()
                               throws java.io.IOException,
                                      AutomationException
The WCS service URL.

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

getCoverageName

java.lang.String getCoverageName()
                                 throws java.io.IOException,
                                        AutomationException
The WCS coverage name.

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

getVersion

java.lang.String getVersion()
                            throws java.io.IOException,
                                   AutomationException
The WCS service version.

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

getTimeout

int getTimeout()
               throws java.io.IOException,
                      AutomationException
The request timeout value in seconds.

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

setTimeout

void setTimeout(int pTimeout)
                throws java.io.IOException,
                       AutomationException
The request timeout value in seconds.

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

getResamplingType

int getResamplingType()
                      throws java.io.IOException,
                             AutomationException
The request resampling (interpolation) type.

Returns:
A com.esri.arcgis.geodatabase.rstResamplingTypes constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResamplingType

void setResamplingType(int pResamplingType)
                       throws java.io.IOException,
                              AutomationException
The request resampling (interpolation) type.

Parameters:
pResamplingType - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refresh

void refresh()
             throws java.io.IOException,
                    AutomationException
Refreshes layer once any of layer properies has changed.

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