com.esri.arcgis.datasourcesfile
Interface ISMRoutingMetaData

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISMRoutingMetaDataProxy, SMRouter

public interface ISMRoutingMetaData
extends java.io.Serializable

COM Interface 'ISMRoutingMetaData'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Deprecated as of 10.1. Provides access to the meta data of the routing service.' 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 IIDc8128b1a_23c3_4e21_93eb_50739b68f17a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          Descriptive text of the data product used in the routing service.
 java.lang.String getGeography()
          The name of the geographic region covered by the routing service.
 java.lang.String getProductName()
          Name of data product.
 java.lang.String getProductVersion()
          Version of data product.
 java.lang.String getTime()
          Date and time of data creation in ISO 8601 format.
 java.lang.String getVendor()
          Name of data vendor.
 

Field Detail

IIDc8128b1a_23c3_4e21_93eb_50739b68f17a

static final int IIDc8128b1a_23c3_4e21_93eb_50739b68f17a
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

getVendor

java.lang.String getVendor()
                           throws java.io.IOException,
                                  AutomationException
Name of data vendor.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProductName

java.lang.String getProductName()
                                throws java.io.IOException,
                                       AutomationException
Name of data product.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProductVersion

java.lang.String getProductVersion()
                                   throws java.io.IOException,
                                          AutomationException
Version of data product.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeography

java.lang.String getGeography()
                              throws java.io.IOException,
                                     AutomationException
The name of the geographic region covered by the routing service.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Descriptive text of the data product used in the routing service.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTime

java.lang.String getTime()
                         throws java.io.IOException,
                                AutomationException
Date and time of data creation in ISO 8601 format.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.