|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWCSLayer
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 |
---|
static final int IID53bc29a0_3a22_4a02_af4a_028dc4a1c3fb
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void create(java.lang.String serviceURL, java.lang.String coverageName, java.lang.String serviceVersion) throws java.io.IOException, AutomationException
serviceURL
- The serviceURL (in)coverageName
- The coverageName (in)serviceVersion
- The serviceVersion (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getServiceURL() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getCoverageName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTimeout() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeout(int pTimeout) throws java.io.IOException, AutomationException
pTimeout
- The pTimeout (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getResamplingType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResamplingType(int pResamplingType) throws java.io.IOException, AutomationException
pResamplingType
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refresh() throws java.io.IOException, AutomationException
java.io.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 |