com.esri.arcgis.datasourcesfile
Interface ISMRoutingMetaData

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISMRoutingMetaDataProxy, SMRouter

public interface ISMRoutingMetaData
extends Serializable

Deprecated as of 10.1. Provides access to the meta data of the routing service.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getDescription()
          Descriptive text of the data product used in the routing service.
 String getGeography()
          The name of the geographic region covered by the routing service.
 String getProductName()
          Name of data product.
 String getProductVersion()
          Version of data product.
 String getTime()
          Date and time of data creation in ISO 8601 format.
 String getVendor()
          Name of data vendor.
 

Method Detail

getVendor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getProductName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getProductVersion

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getGeography

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getDescription

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getTime

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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