|
|||||||||
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.IWMSLayerDescriptionProxy
public class IWMSLayerDescriptionProxy
Provides access to members give access to WMSLayerDescription information.
IWMSLayerDescription provides access to members that describe the capabilities of a WMS layer.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IWMSLayerDescriptionProxy()
|
|
IWMSLayerDescriptionProxy(Object obj)
|
protected |
IWMSLayerDescriptionProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getAbstract()
Abstract of the WMS layer. |
void |
getBoundingBox(int index,
IEnvelope[] envelope,
String[] srsCode)
Minimum bounding extents of the layer data along with the applicable SRS. |
int |
getBoundingBoxCount()
Number of bounding extents of the layer. |
String |
getExceptionFormat(int index)
Supported exception at the given index. |
int |
getExceptionFormatCount()
Supported exception format count. |
String |
getFeatureInfoFormat(int index)
Supported FeatureInfoFormat at the given index. |
int |
getFeatureInfoFormatCount()
Supported FeatureInfoFormat count. |
double |
getFixedHeight()
Fixed height at which server is able to display the layer. |
double |
getFixedWidth()
Fixed width at which server is able to display the layer. |
String |
getImageFormat(int index)
Supported GetMap's ImageFormat at the given index. |
int |
getImageFormatCount()
Supported GetMap's ImageFormat count. |
int |
getIsCascaded()
Indicates the number of times the layer has been reserved. |
IEnvelope |
getLatLongBoundingBox()
Minimum bounding extent of the layer data in EPSG:4326. |
IWMSLayerDescription |
getLayerDescription(int index)
WMSLayerDescription at a given index. |
int |
getLayerDescriptionCount()
Number of WMSLayerDescriptions. |
String |
getName()
Name of WMS layer. |
double |
getScaleHintMax()
Suggested maximum scale of the WMS layer. |
double |
getScaleHintMin()
Suggested minimimum scale for the WMS layer. |
String |
getSRS(int index)
Supproted SRS at the given index. |
int |
getSRSCount()
Supported SRS count. |
IWMSLayerStyleDescription |
getStyleDescription(int index)
Style of the layer at the given index. |
int |
getStyleDescriptionCount()
Number of styles in the layer. |
String |
getTitle()
Title of WMS layer. |
String |
getWMSVersion()
WMS Version. |
boolean |
isOpaque()
Indicates whether the layer is opaque or transparent in terms of the area that gets drawn. |
boolean |
isQueryable()
Indicates whether the layer is queryable. |
boolean |
isSubsettable()
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(String iidStr,
Object theListener)
|
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 boolean noncastable
Constructor Detail |
---|
public IWMSLayerDescriptionProxy()
public IWMSLayerDescriptionProxy(Object obj) throws IOException
IOException
protected IWMSLayerDescriptionProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public String getName() throws IOException, AutomationException
Name is text used to identify a WMS layer for machine-to-machine communication.
getName
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTitle() throws IOException, AutomationException
Title is the user-friendly text used to identify a WMS layer.
getTitle
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAbstract() throws IOException, AutomationException
The abstract is a narrative description of the WMS layer.
getAbstract
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isQueryable() throws IOException, AutomationException
isQueryable
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOpaque() throws IOException, AutomationException
isOpaque
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getIsCascaded() throws IOException, AutomationException
getIsCascaded
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSubsettable() throws IOException, AutomationException
isSubsettable
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getFixedWidth() throws IOException, AutomationException
getFixedWidth
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getFixedHeight() throws IOException, AutomationException
getFixedHeight
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLayerDescriptionCount() throws IOException, AutomationException
getLayerDescriptionCount
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMSLayerDescription getLayerDescription(int index) throws IOException, AutomationException
getLayerDescription
in interface IWMSLayerDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getScaleHintMin() throws IOException, AutomationException
getScaleHintMin
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getScaleHintMax() throws IOException, AutomationException
getScaleHintMax
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getLatLongBoundingBox() throws IOException, AutomationException
getLatLongBoundingBox
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBoundingBoxCount() throws IOException, AutomationException
getBoundingBoxCount
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getBoundingBox(int index, IEnvelope[] envelope, String[] srsCode) throws IOException, AutomationException
getBoundingBox
in interface IWMSLayerDescription
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStyleDescriptionCount() throws IOException, AutomationException
getStyleDescriptionCount
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMSLayerStyleDescription getStyleDescription(int index) throws IOException, AutomationException
getStyleDescription
in interface IWMSLayerDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSRSCount() throws IOException, AutomationException
getSRSCount
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getSRS(int index) throws IOException, AutomationException
getSRS
in interface IWMSLayerDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getWMSVersion() throws IOException, AutomationException
getWMSVersion
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getImageFormatCount() throws IOException, AutomationException
getImageFormatCount
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getImageFormat(int index) throws IOException, AutomationException
getImageFormat
in interface IWMSLayerDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFeatureInfoFormatCount() throws IOException, AutomationException
getFeatureInfoFormatCount
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFeatureInfoFormat(int index) throws IOException, AutomationException
getFeatureInfoFormat
in interface IWMSLayerDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getExceptionFormatCount() throws IOException, AutomationException
getExceptionFormatCount
in interface IWMSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getExceptionFormat(int index) throws IOException, AutomationException
getExceptionFormat
in interface IWMSLayerDescription
index
- The index (in)
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 |