public interface IWFSServer
extends java.io.Serializable
Description: 'Provides access to the available WFS 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDca2b76eb_ffe1_46d7_9e13_99a7184ab450 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getData(int httpVerb,
java.lang.String request)
Handle a WFS request.
|
void |
setParameter(java.lang.String name,
java.lang.String value)
Handle setting WFS Server parameter.
|
static final int IIDca2b76eb_ffe1_46d7_9e13_99a7184ab450
static final int xxDummy
static final java.lang.String IID
java.lang.String getData(int httpVerb, java.lang.String request) throws java.io.IOException, AutomationException
httpVerb
- A com.esri.arcgis.geodatabasedistributed.esriWFSHttpVerb constant (in)request
- The request (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setParameter(java.lang.String name, java.lang.String value) throws java.io.IOException, AutomationException
name
- The name (in)value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.