|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWMSServiceDescription
COM Interface 'IWMSServiceDescription'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriGISClient.olb'
Description: 'Provides access to members give access to WMSServiceDescription 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 | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDde0e6ebf_8abf_4700_b9f5_b097e14c0e51
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
fireWMSException(java.lang.String requestType,
java.lang.String requestURL,
IWMSServiceExceptionHandler pException)
Notifies listeners about a valid exception from the WMS Service. |
void |
fireWMSRequest(java.lang.String requestType,
java.lang.String requestURL)
Notifies listeners about the URL request made to this WMS Service. |
java.lang.String |
getBaseURL(java.lang.String capability,
java.lang.String requestMethod)
Base url for given capability and request method. |
java.lang.String |
getExceptionFormat(int index)
Supported exception at the given index. |
int |
getExceptionFormatCount()
Supported exception format count. |
java.lang.String |
getFeatureInfoFormat(int index)
Supported FeatureInfoFormat at the given index. |
int |
getFeatureInfoFormatCount()
Supported FeatureInfoFormat count. |
java.lang.String |
getFeatureInfoRequestURL(IArray pLayers,
IEnvelope pBoundingBox,
int imageWidth,
int imageHeight,
int positionX,
int positionY,
int featureCount,
java.lang.String responseFormat)
The url to download the feature info from. |
java.lang.String |
getImageFormat(int index)
Supported GetMap's ImageFormat at the given index. |
int |
getImageFormatCount()
Supported GetMap's ImageFormat count. |
java.lang.String |
getImageRequestUrl(IArray pLayers,
IEnvelope pBoundingBox,
int imageWidth,
int imageHeight,
int bgColor,
java.lang.String responseFormat,
boolean drawTransparent)
The URL to download the map image from. |
IWMSLayerDescription |
getLayerDescription(int index)
WMS layer information at the given index. |
int |
getLayerDescriptionCount()
WMS layer count. |
java.lang.String |
getSRS(int index)
Supported SRS at the given index. |
int |
getSRSCount()
Supported SRS count. |
java.lang.String |
getWMSAbstract()
Abstract of WMS Service. |
java.lang.String |
getWMSName()
Name of WMS Service. |
java.lang.String |
getWMSTitle()
Title of WMS Service. |
java.lang.String |
getWMSVersion()
Version of WMS Service. |
| Field Detail |
|---|
static final int IIDde0e6ebf_8abf_4700_b9f5_b097e14c0e51
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getWMSName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getWMSAbstract()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getWMSTitle()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getWMSVersion()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLayerDescriptionCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IWMSLayerDescription getLayerDescription(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSRSCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getSRS(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getImageRequestUrl(IArray pLayers,
IEnvelope pBoundingBox,
int imageWidth,
int imageHeight,
int bgColor,
java.lang.String responseFormat,
boolean drawTransparent)
throws java.io.IOException,
AutomationException
pLayers - A reference to a com.esri.arcgis.system.IArray (in)pBoundingBox - A reference to a com.esri.arcgis.geometry.IEnvelope (in)imageWidth - The imageWidth (in)imageHeight - The imageHeight (in)bgColor - The bgColor (A COM typedef) (in)responseFormat - The responseFormat (in)drawTransparent - The drawTransparent (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getFeatureInfoRequestURL(IArray pLayers,
IEnvelope pBoundingBox,
int imageWidth,
int imageHeight,
int positionX,
int positionY,
int featureCount,
java.lang.String responseFormat)
throws java.io.IOException,
AutomationException
pLayers - A reference to a com.esri.arcgis.system.IArray (in)pBoundingBox - A reference to a com.esri.arcgis.geometry.IEnvelope (in)imageWidth - The imageWidth (in)imageHeight - The imageHeight (in)positionX - The positionX (in)positionY - The positionY (in)featureCount - The featureCount (in)responseFormat - The responseFormat (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getImageFormatCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getImageFormat(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFeatureInfoFormatCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getFeatureInfoFormat(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getExceptionFormatCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getExceptionFormat(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getBaseURL(java.lang.String capability,
java.lang.String requestMethod)
throws java.io.IOException,
AutomationException
capability - The capability (in)requestMethod - The requestMethod (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void fireWMSRequest(java.lang.String requestType,
java.lang.String requestURL)
throws java.io.IOException,
AutomationException
requestType - The requestType (in)requestURL - The requestURL (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void fireWMSException(java.lang.String requestType,
java.lang.String requestURL,
IWMSServiceExceptionHandler pException)
throws java.io.IOException,
AutomationException
requestType - The requestType (in)requestURL - The requestURL (in)pException - A reference to a com.esri.arcgis.gisclient.IWMSServiceExceptionHandler (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 | ||||||||