|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.gisclient.IWCSCoverageDescriptionProxy
public class IWCSCoverageDescriptionProxy
Internal use class Proxy for 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.gisclient.IWCSCoverageDescription |
---|
IID, IID165f657d_6e52_4ce6_984a_7300acb2e291 |
Constructor Summary | |
---|---|
|
IWCSCoverageDescriptionProxy()
For internal use only |
|
IWCSCoverageDescriptionProxy(java.lang.Object obj)
|
protected |
IWCSCoverageDescriptionProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IWCSCoverageDescriptionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IWCSCoverageDescriptionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setLonLatSRSName(java.lang.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 static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IWCSCoverageDescriptionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IWCSCoverageDescriptionProxy()
public IWCSCoverageDescriptionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IWCSCoverageDescriptionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IWCSCoverageDescriptionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTitle() throws java.io.IOException, AutomationException
getTitle
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAbstract() throws java.io.IOException, AutomationException
getAbstract
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getIdentifier() throws java.io.IOException, AutomationException
getIdentifier
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSelected() throws java.io.IOException, AutomationException
isSelected
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWCSCoverageName getWCSCoverageName() throws java.io.IOException, AutomationException
getWCSCoverageName
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLonLatSRSName(java.lang.String sRS) throws java.io.IOException, AutomationException
setLonLatSRSName
in interface IWCSCoverageDescription
sRS
- The sRS (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLonLatSRSName() throws java.io.IOException, AutomationException
getLonLatSRSName
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getLonLatBoundingBox() throws java.io.IOException, AutomationException
getLonLatBoundingBox
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getDefaultBoundingBox(java.lang.String cRS) throws java.io.IOException, AutomationException
getDefaultBoundingBox
in interface IWCSCoverageDescription
cRS
- The cRS (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefaultBoundingCRS() throws java.io.IOException, AutomationException
getDefaultBoundingCRS
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWCSSpatialDomain getSpatialDomain() throws java.io.IOException, AutomationException
getSpatialDomain
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWCSRange getRange() throws java.io.IOException, AutomationException
getRange
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefaultInterpolation() throws java.io.IOException, AutomationException
getDefaultInterpolation
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getInterpolationCount() throws java.io.IOException, AutomationException
getInterpolationCount
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getInterpolation(int index) throws java.io.IOException, AutomationException
getInterpolation
in interface IWCSCoverageDescription
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCRSCount() throws java.io.IOException, AutomationException
getCRSCount
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCRS(int index) throws java.io.IOException, AutomationException
getCRS
in interface IWCSCoverageDescription
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getNativeCRS() throws java.io.IOException, AutomationException
getNativeCRS
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getImageFormatCount() throws java.io.IOException, AutomationException
getImageFormatCount
in interface IWCSCoverageDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getImageFormat(int index) throws java.io.IOException, AutomationException
getImageFormat
in interface IWCSCoverageDescription
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getNativeImageFormat() throws java.io.IOException, AutomationException
getNativeImageFormat
in interface IWCSCoverageDescription
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 |