com.esri.arcgis.trackinganalyst
Interface ITemporalFeatureClass2

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITemporalFeatureClass2Proxy, TemporalFeatureClass

public interface ITemporalFeatureClass2
extends Serializable

Provides access to server name info.

Description

This interface provides properties that return connection name and server name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 String getConnectionName()
          Return Connection Name.
 String getServerName()
          Return Server Name.
 

Method Detail

getServerName

String getServerName()
                     throws IOException,
                            AutomationException
Return Server Name.

Description

This property returns Server Name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getConnectionName

String getConnectionName()
                         throws IOException,
                                AutomationException
Return Connection Name.

Description

This property returns Connection Name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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