public interface ITrafficFeedGPService
extends java.io.Serializable
Description: 'Provides access to a GP service for retrieving traffic feed data.' 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 |
IID92c16e94_9f87_4362_8391_e6711d13ee36 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPropertySet |
getConnectionProperties()
Connection properties of the GP service.
|
java.lang.String |
getServiceName()
The name of the GP service.
|
java.lang.String |
getTaskName()
The name of the GP service task which returns a URL to TrafficIndex.xml.
|
void |
setConnectionProperties(IPropertySet connectionProperties)
Connection properties of the GP service.
|
void |
setServiceName(java.lang.String serviceName)
The name of the GP service.
|
void |
setTaskName(java.lang.String taskName)
The name of the GP service task which returns a URL to TrafficIndex.xml.
|
static final int IID92c16e94_9f87_4362_8391_e6711d13ee36
static final int xxDummy
static final java.lang.String IID
IPropertySet getConnectionProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setConnectionProperties(IPropertySet connectionProperties) throws java.io.IOException, AutomationException
connectionProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getServiceName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setServiceName(java.lang.String serviceName) throws java.io.IOException, AutomationException
serviceName
- The serviceName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTaskName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTaskName(java.lang.String taskName) throws java.io.IOException, AutomationException
taskName
- The taskName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.