|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.gisclient.IWMSLayerDescription2Proxy
Description: 'Provides access to members give access to WMSLayerDescription 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 =
public class IWMSLayerDescription2Proxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
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.IWMSLayerDescription2 |
---|
IID, IID3d35c25c_bbb5_4aae_b9da_9ec15756d432 |
Constructor Summary | |
---|---|
|
IWMSLayerDescription2Proxy()
Deprecated. For internal use only |
|
IWMSLayerDescription2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IWMSLayerDescription2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IWMSLayerDescription2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IWMSLayerDescription2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.String |
getAbstract()
Deprecated. Abstract of the WMS layer. |
void |
getBoundingBox(int index,
IEnvelope[] envelope,
java.lang.String[] srsCode)
Deprecated. Minimum bounding extents of the layer data along with the applicable SRS. |
int |
getBoundingBoxCount()
Deprecated. Number of bounding extents of the layer. |
IWMTSDimension |
getDimension(int index)
Deprecated. Dimension of the layer at the given index. |
int |
getDimensionCount()
Deprecated. Number of dimension in the layer. |
java.lang.String |
getExceptionFormat(int index)
Deprecated. Supported exception at the given index. |
int |
getExceptionFormatCount()
Deprecated. Supported exception format count. |
java.lang.String |
getFeatureInfoFormat(int index)
Deprecated. Supported FeatureInfoFormat at the given index. |
int |
getFeatureInfoFormatCount()
Deprecated. Supported FeatureInfoFormat count. |
double |
getFixedHeight()
Deprecated. Fixed height at which server is able to display the layer. |
double |
getFixedWidth()
Deprecated. Fixed width at which server is able to display the layer. |
java.lang.String |
getImageFormat(int index)
Deprecated. Supported GetMap's ImageFormat at the given index. |
int |
getImageFormatCount()
Deprecated. Supported GetMap's ImageFormat count. |
int |
getIsCascaded()
Deprecated. Indicates the number of times the layer has been reserved. |
IEnvelope |
getLatLongBoundingBox()
Deprecated. Minimum bounding extent of the layer data in EPSG:4326. |
IWMSLayerDescription |
getLayerDescription(int index)
Deprecated. WMSLayerDescription at a given index. |
int |
getLayerDescriptionCount()
Deprecated. Number of WMSLayerDescriptions. |
java.lang.String |
getName()
Deprecated. Name of WMS layer. |
double |
getScaleHintMax()
Deprecated. Suggested maximum scale of the WMS layer. |
double |
getScaleHintMin()
Deprecated. Suggested minimimum scale for the WMS layer. |
java.lang.String |
getSRS(int index)
Deprecated. Supproted SRS at the given index. |
int |
getSRSCount()
Deprecated. Supported SRS count. |
IWMSLayerStyleDescription |
getStyleDescription(int index)
Deprecated. Style of the layer at the given index. |
int |
getStyleDescriptionCount()
Deprecated. Number of styles in the layer. |
java.lang.String |
getTitle()
Deprecated. Title of WMS layer. |
java.lang.String |
getWMSVersion()
Deprecated. WMS Version. |
boolean |
isOpaque()
Deprecated. Indicates whether the layer is opaque or transparent in terms of the area that gets drawn. |
boolean |
isQueryable()
Deprecated. Indicates whether the layer is queryable. |
boolean |
isSubsettable()
Deprecated. Indicates whether or not the server will be able to crop the data to a geographic area smaller than its enclosing bounding box. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
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 IWMSLayerDescription2Proxy(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 IWMSLayerDescription2Proxy()
public IWMSLayerDescription2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IWMSLayerDescription2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IWMSLayerDescription2Proxy(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 int getDimensionCount() throws java.io.IOException, AutomationException
getDimensionCount
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMTSDimension getDimension(int index) throws java.io.IOException, AutomationException
getDimension
in interface IWMSLayerDescription2
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IWMSLayerDescription2
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 IWMSLayerDescription2
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 IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isQueryable() throws java.io.IOException, AutomationException
isQueryable
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOpaque() throws java.io.IOException, AutomationException
isOpaque
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getIsCascaded() throws java.io.IOException, AutomationException
getIsCascaded
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSubsettable() throws java.io.IOException, AutomationException
isSubsettable
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getFixedWidth() throws java.io.IOException, AutomationException
getFixedWidth
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getFixedHeight() throws java.io.IOException, AutomationException
getFixedHeight
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLayerDescriptionCount() throws java.io.IOException, AutomationException
getLayerDescriptionCount
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMSLayerDescription getLayerDescription(int index) throws java.io.IOException, AutomationException
getLayerDescription
in interface IWMSLayerDescription2
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getScaleHintMin() throws java.io.IOException, AutomationException
getScaleHintMin
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getScaleHintMax() throws java.io.IOException, AutomationException
getScaleHintMax
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getLatLongBoundingBox() throws java.io.IOException, AutomationException
getLatLongBoundingBox
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBoundingBoxCount() throws java.io.IOException, AutomationException
getBoundingBoxCount
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getBoundingBox(int index, IEnvelope[] envelope, java.lang.String[] srsCode) throws java.io.IOException, AutomationException
getBoundingBox
in interface IWMSLayerDescription2
index
- The index (in)envelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)srsCode
- The srsCode (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStyleDescriptionCount() throws java.io.IOException, AutomationException
getStyleDescriptionCount
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMSLayerStyleDescription getStyleDescription(int index) throws java.io.IOException, AutomationException
getStyleDescription
in interface IWMSLayerDescription2
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSRSCount() throws java.io.IOException, AutomationException
getSRSCount
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSRS(int index) throws java.io.IOException, AutomationException
getSRS
in interface IWMSLayerDescription2
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getWMSVersion() throws java.io.IOException, AutomationException
getWMSVersion
in interface IWMSLayerDescription2
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 IWMSLayerDescription2
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 IWMSLayerDescription2
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFeatureInfoFormatCount() throws java.io.IOException, AutomationException
getFeatureInfoFormatCount
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFeatureInfoFormat(int index) throws java.io.IOException, AutomationException
getFeatureInfoFormat
in interface IWMSLayerDescription2
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getExceptionFormatCount() throws java.io.IOException, AutomationException
getExceptionFormatCount
in interface IWMSLayerDescription2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getExceptionFormat(int index) throws java.io.IOException, AutomationException
getExceptionFormat
in interface IWMSLayerDescription2
index
- The index (in)
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 |