com.esri.arcgis.carto
Interface IWMSServer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWMSServerProxy, WMSImageServer, WMSServer

public interface IWMSServer
extends java.io.Serializable

COM Interface 'IWMSServer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the available WMS Server properties and methods.' 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 IID155c04db_d9b2_4f31_9254_6d43caa54bba
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 byte[] getData(java.lang.String capabilities, java.lang.String request, java.lang.String[] pMimeType)
          Handle WMS Server binary request.
 java.lang.String getToPost(java.lang.String sGet)
          Handle translation from Get to Post.
 void setParameters(java.lang.String name, java.lang.String value)
          Handle setting WMS Server parameters.
 

Field Detail

IID155c04db_d9b2_4f31_9254_6d43caa54bba

static final int IID155c04db_d9b2_4f31_9254_6d43caa54bba
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getToPost

java.lang.String getToPost(java.lang.String sGet)
                           throws java.io.IOException,
                                  AutomationException
Handle translation from Get to Post.

Parameters:
sGet - The sGet (in)
Returns:
The pPost
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getData

byte[] getData(java.lang.String capabilities,
               java.lang.String request,
               java.lang.String[] pMimeType)
               throws java.io.IOException,
                      AutomationException
Handle WMS Server binary request.

Parameters:
capabilities - The capabilities (in)
request - The request (in)
pMimeType - The pMimeType (out: use single element array)
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParameters

void setParameters(java.lang.String name,
                   java.lang.String value)
                   throws java.io.IOException,
                          AutomationException
Handle setting WMS Server parameters.

Parameters:
name - The name (in)
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.